I've found how to sort query results by a given field in a Lucene.Net index instead of by score; all it takes is a field that is indexed but not tokenized. ...
Lucene's StandardAnalyzer removes dots from string/acronyms when indexing it.
I want Lucene to retain dots and hence I'm using WhitespaceAnalyzer class.
I can give my list of stop words to StandardAnalyzer...but how ...
I've a company field in Lucene Index.
One of the company names indexed is : Moody's
When user types in any of the following keywords,I want this company to come up in search ...
I have a relatively small index containing around 4,000 locations. Among other things, I'm using it to populate an autocomplete field on a search form.
My index contains documents with a ...
I am writing a custom Lucene.NET indexer to enable indexing of MS Word documents. The indexer must be capable of handling last three releases of MS Word: 2010, 2007 and 2003.
The ...
I can use Stemmers, Filters etc. No problem.
But what about this case, for example the source text contains the phrase:
The fox made a jump.
User has entered: fox AND make
Results ...
I am trying to teach myself Lucene.Net to implement on my site. I understand how to do almost everything I need except for one issue. I am trying to ...
In my application I have a Company, with the name field of This is a test, which is correctly being indexed by Lucene.Net. For reference, my MultiFieldQueryParser has its ...
I have the following code on sorting[1], but I ended up with a result set in which words begin with numeric placed first and then words in uppercase sorted ascendingly with ...
I'm using Lucene.NET, when I try to index for example the following text: "In de categorie T zijn tijdelijke borden (zwarte tekst/symbolen op gele achtergrond) opgenomen die niet in permanente uitvoering ...