Re: Data not always returned

2011-06-07 Thread Jerome Renard
Hi Erick On Tue, Jun 7, 2011 at 11:42 PM, Erick Erickson wrote: > Well, this is odd. Several questions > > 1> what do your logs show? I'm wondering if somehow some data is getting >     rejected. I have no idea why that would be, but if you're seeing indexing >     exceptions that would explain i

Data not always returned

2011-06-07 Thread Jerome Renard
Hi all, I have a problem with my index. Even though I always index the same data over and over again, whenever I try a couple of searches (they are always the same as they are issued by a unit test suite) I do not get the same results, sometimes I get 3 successes and 2 failures and sometimes it is

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

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