Re: Number query not working

2004-05-27 Thread Reece . 1247688
Thanks Erik! That showed me the problem right away. -Reece --- Lucene Users List [EMAIL PROTECTED] wrote: On May 26, 2004, at 6:38 PM, [EMAIL PROTECTED] wrote: It looks like its because I'm using the SimpleAnalyzer instead of the StandardAnalyzer. What is the SimpleAnalyzer to this

Number query not working

2004-05-26 Thread Reece . 1247688
Hi, I have a bunch of digits in a field. When I do this search it returns nothing: myField:001085609805100 It returns the correct document when I add a * to the end like this: myField:001085609805100* -- added the * I'm not sure what is happening here. I'm thinking

Re: Number query not working

2004-05-26 Thread Reece . 1247688
Hi, It looks like its because I'm using the SimpleAnalyzer instead of the StandardAnalyzer. What is the SimpleAnalyzer to this query to make it not work? Thanks, Reece --- Lucene Users List [EMAIL PROTECTED] wrote: Hi, I have a bunch of digits in a field. When I do this search it

Re: Number query not working

2004-05-26 Thread Reece . 1247688
Whoa! I reread my last post and the last sentence didn't make much sense. This is what I meant to say: What is the SimpleAnalyzer doing to this query to make it not work? --- Lucene Users List [EMAIL PROTECTED] wrote: Hi, It looks like its because I'm using the SimpleAnalyzer instead

Re: Number query not working

2004-05-26 Thread Erik Hatcher
On May 26, 2004, at 6:38 PM, [EMAIL PROTECTED] wrote: It looks like its because I'm using the SimpleAnalyzer instead of the StandardAnalyzer. What is the SimpleAnalyzer to this query to make it not work? http://wiki.apache.org/jakarta-lucene/AnalysisParalysis It is a good idea to analyze the