Re: Weird behaviour with phrase queries

2011-01-26 Thread Jerome Renard
Hi Erick, On Tue, Jan 25, 2011 at 1:38 PM, Erick Erickson wrote: > Frankly, this puzzles me. It *looks* like it should be OK. One warning, the > analysis page sometimes is a bit misleading, so beware of that. > > But the output of your queries make it look like the query is parsing as > you > exp

Re: Weird behaviour with phrase queries

2011-01-25 Thread Erick Erickson
Frankly, this puzzles me. It *looks* like it should be OK. One warning, the analysis page sometimes is a bit misleading, so beware of that. But the output of your queries make it look like the query is parsing as you expect, which leaves the question of whether your index contains what you think i

Re: Weird behaviour with phrase queries

2011-01-24 Thread Jerome Renard
Erick, On Mon, Jan 24, 2011 at 9:57 PM, Erick Erickson wrote: > Hmmm, I don't see any screen shots. Several things: > 1> If your stopword file has comments, I'm not sure what the effect would > be. > Ha, I thought comments were supported in stopwords.txt > 2> Something's not right here, or I'm

Re: Weird behaviour with phrase queries

2011-01-24 Thread Erick Erickson
Hmmm, I don't see any screen shots. Several things: 1> If your stopword file has comments, I'm not sure what the effect would be. 2> Something's not right here, or I'm being fooled again. Your withresults xml has this line: +DisjunctionMaxQuery((meta_text:"ecol d ingenieur")~0.01) () and your nores

Re: Weird behaviour with phrase queries

2011-01-24 Thread Jerome Renard
Hi Em, Erick thanks for your feedback. Em : yes Here is the stopwords.txt I use : - http://svn.apache.org/repos/asf/lucene/dev/trunk/modules/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt On Mon, Jan 24, 2011 at 6:58 PM, Erick Erickson wrote: > Try submitting

Re: Weird behaviour with phrase queries

2011-01-24 Thread Erick Erickson
Try submitting your query from the admin page with &debugQuery=on and see if that helps. The output is pretty dense, so feel free to cut-paste the results for help. Your stemmers have English as the language, which could also be "interesting". As Em says, the analysis page may help here, but I'd

Re: Weird behaviour with phrase queries

2011-01-24 Thread Em
erlook something ? What could > explain I do not always get results for my phrase queries ? > > Thanks in advance for your feedback. > > Best Regards, > > -- > Jérôme > > -- View this message in context: http://lucene.472066.n3.nabble.com/Weird-behaviour-with-phrase-queries-tp2321241p2321362.html Sent from the Solr - User mailing list archive at Nabble.com.

Weird behaviour with phrase queries

2011-01-24 Thread Jerome Renard
Hi, I have a problem with phrase queries, from times to times I do not get any result where as I know I should get returned something. The search is run against a field of type "text" which definition is available at the following URL : - http://pastebin.com/Ncem7M8z This field is defined with t