Re: combine wildcard and phrase query

2008-03-07 Thread Chris Hostetter
: No, as far as I know you can't combine wildcards in phrases. This would The QueryParser doesn't support it, and there is no native query type for it, but if you are willing to do the query expansion yourself, you can build a MultiPhraseQuery (where you generate the terms using a WildcardTerm

Re: combine wildcard and phrase query

2008-03-07 Thread Erick Erickson
f it's possible to combine wildcards and phrase query. > >> > > >> > For example "term1 term*" > >> > > >> > I know that the documentation says "Lucene supports single and > multiple > >> > character wildcard se

Re: combine wildcard and phrase query

2008-03-07 Thread JensBurkhardt
t; but maybe someone has had the same problem and found a >> solution. >> > >> > Thanks for your help >> > >> > Jens Burkhardt >> > >> >> -- >> View this message in context: >> http://www.nabble.com/combine-wildcard-and-

Re: combine wildcard and phrase query

2008-03-06 Thread JensBurkhardt
ies)" but maybe someone has had the same problem and found a >> solution. >> > >> > Thanks for your help >> > >> > Jens Burkhardt >> > >> >> -- >> View this message in context: >> http://www.nabble.com/combine-wildcard-and-

Re: combine wildcard and phrase query

2008-03-06 Thread Erick Erickson
I'm wondering if it's possible to combine wildcards and phrase query. > > > > For example "term1 term*" > > > > I know that the documentation says "Lucene supports single and multiple > > character wildcard searches within single terms (not within p

Re: combine wildcard and phrase query

2008-03-06 Thread JensBurkhardt
terms (not within phrase > queries)" but maybe someone has had the same problem and found a solution. > > Thanks for your help > > Jens Burkhardt > -- View this message in context: http://www.nabble.com/combine-wildcard-and-phrase-query-tp158706

combine wildcard and phrase query

2008-03-06 Thread JensBurkhardt
but maybe someone has had the same problem and found a solution. Thanks for your help Jens Burkhardt -- View this message in context: http://www.nabble.com/combine-wildcard-and-phrase-query-tp15870647p15870647.html Sent from the Lucene - Java Users mail