Re: MultiFields#getTerms docs clarification

2016-08-28 Thread Trejkaz
Updating this with newly-obtained info. 1. The original index was created in Lucene 3.x. In 3.x, if I call getMin(), it returns non-empty values. So far so good. 2. The index then gets migrated to 5.x using multiple IndexUpgrader steps. Now, when I call getMin(), it still returns a non-empty valu

Re: Text field matching

2016-08-28 Thread Adrien Grand
Maybe you should build the FuzzyQuery manually instead of making it go through a query parser? Le lun. 22 août 2016 à 20:42, Jeremy Glesner a écrit : > Good day, > > I'm trying to get my head wrapped around one of the fundamental aspects of > Lucene ... whether or not I need to index the documen

Re: Lucene 6.1: number of hits per document

2016-08-28 Thread Adrien Grand
What do you mean by "number of hits per documents"? Can you give an example maybe? Le jeu. 25 août 2016 à 16:29, szzoli a écrit : > Hi, > > I would like to get the number of hits per document. > I googled around a lot, there were code snipplets for older versions. None > of them works with Lucen