I'm using Lucene.net, but I am tagging this question for both .NET and Java versions because the API is the same and I'm hoping there are solutions on both platforms.
I'm sure ...
When my users enter a term like "word" I would like it be treated as a wildcard query "word*" so all terms beginning "word" are found. Is there a way to ...
Heres part of my code. Instead of searching the text in desc i'd like to search in everything (desc, title, example, etc). How do i do this? do i make another ...
I have created my own custom analyzer made them search for c#, .net, c++ etc.
While I am trying to search c#, .net, c++QueryParser parse .net to .net and C++ ...
If a user enters a phrase in the search box (with or without quotes), I want the results that show first be the documents that have the exact phrase in the ...