0
votes

I am using Lucene.net for the search feature of a web application. I want to search locations which constitute more than one word for an exact match(phrase based) and exclude the other match results(word based) and vice versa. what approach should I use? Is it possible to index phrases in Lucene.net?

1

1 Answers