Re: FuzzySuggester EXACT_FIRST criteria

2013-11-14 Thread Christian Reuschling
I tried it by changing the first prefixPath initialization to List>> prefixPaths = FSTUtil.intersectPrefixPaths(convertAutomaton(lookupAutomaton), fst); prefixPaths = getFullPrefixPaths(prefixPaths, lookupAutomaton, fst); inside AnalyzingSuggester.lookup(..). (simply copied the line from belo

Re: FuzzySuggester EXACT_FIRST criteria

2013-11-14 Thread Michael McCandless
On Wed, Nov 13, 2013 at 12:04 PM, Christian Reuschling wrote: > We started to implement a named entity recognition on the base of > AnalyzingSuggester, which offers > the great support for Synonyms, Stopwords, etc. > For this, we slightly modified AnalyzingSuggester.lookup() to only return the >

Re: default or cascaded fallback query

2013-11-14 Thread Harald Kirsch
Hmm, this needs some digging into as it seems. I must admit that by looking over the code I get yet not idea where the real matching of terms against the index happens. If someone could point to the place in the code where the core test of a term against the index is, that would help a lot. Or