Re: AnalyzingInfixSuggester Lucene 5.3.0

2015-08-28 Thread Arcadius Ahouansou
Hello Greg. Not a direct answer to your question... If all you are changing is the default OR into AND, there may be other alternative like: - a jira ticket to allow to choose the operator, - have you looked at the more flexible option where you can pass to lookup() your own custom built Boolean

AnalyzingInfixSuggester Lucene 5.3.0

2015-08-24 Thread Greg Huber
Hello, I am extending AnalyzingInfixSuggester for use with my suggester where I change the query to be a AND rather than an OR in the finishQuery(..) method. ie /** * Subclass can override this to tweak the Query before searching. */ protected Query finishQuery(Builder in, boolean