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
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
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