Re: ComplexPhraseQueryParser with multiple fields

2011-06-23 Thread lichman
The same as touch*. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-with-multiple-fields-tp2879290p3099824.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: ComplexPhraseQueryParser with multiple fields

2011-06-23 Thread lichman
Thanks! Now it works. But now there's another issue. I'm using SOLR and Lucene 3.1.0 and when sending a query "Wildcard* phrase*" it works as expected - but, when sending the query "wildcard*" (Only one word withing the phrase) I'm getting another exception: HTTP ERROR: 500 Unknown query type "o

Re: ComplexPhraseQueryParser with multiple fields

2011-06-23 Thread lichman
By the way - I'm using the ComplexPhraseQueryParser that I've downloaded from: https://issues.apache.org/jira/browse/SOLR-1604 And I've tried to use packages: - org.apache.lucene.search - org.apache.lucene.queryParser Both, when compiled and added to the SOLR lib dir, caused the exception. A

Re: ComplexPhraseQueryParser with multiple fields

2011-06-23 Thread lichman
Which patch are you referring to? The last one? And sure... I'll do the voting thing. -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-with-multiple-fields-tp2879290p3099032.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---

Re: ComplexPhraseQueryParser with multiple fields

2011-06-21 Thread lichman
Say, Which of the solutions did you find to work better? Can you please say which package should I change it to if I choose to do it that way? Thanks, Moshe Lichman. -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-with-multiple-fields