Re: Basic understanding and difference between getSuggestion and loopup method of InfixSuggester.

2013-09-06 Thread Michael McCandless
AnalyzingInfixSuggester will match based on tokens or prefix of tokens. So query oz will match wizard of oz and also who is ozzy osbourne. The other suggesters are strictly prefix match, so oz can only match when the suggestion starts with oz, e.g. ozzy osbourne. But FuzzySuggester allows for

Basic understanding and difference between getSuggestion and loopup method of InfixSuggester.

2013-09-05 Thread Ankit Murarka
Hello All, I would like to know the basic difference between providing a phrase suggestion based on String[] suggestionMatcher=getSuggestion(suggestedPhrase,phraseRecommender); and providing phrase suggestion based on : ListLookupResult list=ainfixSuggester.lookup(suggestedPhrase,false,

Re: Basic understanding and difference between getSuggestion and loopup method of InfixSuggester.

2013-09-05 Thread Ankit Murarka
Dear All, Can you please suggest me the possible difference between getSuggestion and InfixSuggester.lookup in terms of the suggestions provided by both of these. On 9/5/2013 1:04 PM, Ankit Murarka wrote: Hello All, I would like to know the basic difference between providing a phrase