Re: Question regarding complex queries and long tail suggestions

2014-09-08 Thread Mirko Sertic
/src/test/org/apache/lucene/queryparser/complexPhrase/TestComplexPhraseQuery.java?revision=1622067view=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

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

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 mirko.ser...@web.de wrote: Hi@all I am using Lucene 4.9 for a search application.

Re: Question regarding complex queries and long tail suggestions

2014-09-03 Thread Jack Krupansky
/lucene/queryparser/complexPhrase/TestComplexPhraseQuery.java?revision=1622067view=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 Take a look