Re: ComplexPhraseQueryParser and wildcards

2011-04-01 Thread Erick Erickson
ash? Please include the field definition > > and an example of the query you're sending. This should > > be fixed... > > > > How can I do this ? > Sorry I'm just starting in using Solr and related stuff. > > Jean-Michel > > -- > View this message in cont

Re: ComplexPhraseQueryParser and wildcards

2011-04-01 Thread jmr
#x27;m just starting in using Solr and related stuff. Jean-Michel -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2763410.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ComplexPhraseQueryParser and wildcards

2011-03-31 Thread Erick Erickson
thing obvious before investing > time in developing/changing solr parser. > > Regards, > Jean-Michel > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2759078.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: ComplexPhraseQueryParser and wildcards

2011-03-31 Thread jmr
ds, Jean-Michel -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2759078.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ComplexPhraseQueryParser and wildcards

2011-03-31 Thread Erick Erickson
here is nothing right now to do such kind of search in > solr ? > > Regards, > Jean-Michel > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2758422.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: ComplexPhraseQueryParser and wildcards

2011-03-31 Thread jmr
this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2758422.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ComplexPhraseQueryParser and wildcards

2011-03-31 Thread Erick Erickson
act expression "cross link* e.g cross linkage, cross linking, > cross linked ... > > Jean-Michel > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2757396.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: ComplexPhraseQueryParser and wildcards

2011-03-30 Thread jmr
"cross link* compiler"~50 does not return exactly what I want e.g it returns: A cross and a linker and a compiler I want the exact expression "cross link* e.g cross linkage, cross linking, cross linked ... Jean-Michel -- View this message in context: http://lucene.472066.n

Re: ComplexPhraseQueryParser and wildcards

2011-03-30 Thread Ahmet Arslan
Hi Jean, Since you use WDF, your best bet can be to modify your query : "cross link* compiler"~50 "crosslink* compiler"~50 > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2754034.htm

Re: ComplexPhraseQueryParser and wildcards

2011-03-30 Thread jmr
iorixxx wrote: > > Can you paste your field type definition? > Here it is: - - - - - - - - - Jean-Michel -- View this message in context: http://lucene.472066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p275

Re: ComplexPhraseQueryParser and wildcards

2011-03-30 Thread Ahmet Arslan
> I'm using ComplexPhraseQueryParser and I'm quite happy with > it. > However, there are some queries using wildcards nor > working. > > Exemple: I want to do a proximity search between the word > compiler and the > expression 'cross linker' or 'cross linking' or 'cross > linked' ... > > ("cross-

Re: ComplexPhraseQueryParser and wildcards

2011-03-28 Thread jmr
2066.n3.nabble.com/ComplexPhraseQueryParser-and-wildcards-tp2742244p2742403.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ComplexPhraseQueryParser and wildcards

2011-03-28 Thread Chandan Tamrakar
piler"~50) is working OK > but ("cross-link* compiler"~50) is not working (returns nothing) > > Is there another syntax allowing to do sucj query ? > > Thanks > JMR > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ComplexPhraseQu

ComplexPhraseQueryParser and wildcards

2011-03-28 Thread jmr
inked' ... ("cross-linker compiler"~50 OR "cross-linking compiler"~50) is working OK but ("cross-link* compiler"~50) is not working (returns nothing) Is there another syntax allowing to do sucj query ? Thanks JMR -- View this message in context: htt