Re: Question regarding complex queries and long tail suggestions

2014-09-08 Thread Mirko Sertic
arser/src/test/org/apache/lucene/queryparser/complexPhrase/TestComplexPhraseQuery.java?revision=1622067&view=markup -- Jack Krupansky -Original Message- From: Erick Erickson Sent: Wednesday, September 3, 2014 7:14 PM To: java-user Subject: Re: Question regarding complex queries and

Re: Question regarding complex queries and long tail suggestions

2014-09-03 Thread Jack Krupansky
pache/lucene/queryparser/complexPhrase/TestComplexPhraseQuery.java?revision=1622067&view=markup -- Jack Krupansky -Original Message- From: Erick Erickson Sent: Wednesday, September 3, 2014 7:14 PM To: java-user Subject: Re: Question regarding complex queries and long tail suggestions Ta

Re: Question regarding complex queries and long tail suggestions

2014-09-03 Thread Erick Erickson
Take a look at the ComplexPhraseQueryParser here: https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-ComplexPhraseQueryParser Best, Erick On Wed, Sep 3, 2014 at 12:41 PM, Mirko Sertic wrote: > Hi@all > > I am using Lucene 4.9 for a search application. > > Now i'd like to

Question regarding complex queries and long tail suggestions

2014-09-03 Thread Mirko Sertic
Hi@all I am using Lucene 4.9 for a search application. Now i'd like to create complex queries such as: "hello world * this is interesting" This should match every dokument with the phrases "hello world" and "this is interesting" with any number of terms between them. I also want to go furthe