AW: AW: AW: Wildcard search fails

2009-08-14 Thread Ueli Kistler
- Von: AHMET ARSLAN [mailto:iori...@yahoo.com] Gesendet: Freitag, 14. August 2009 12:56 An: java-user@lucene.apache.org Betreff: Re: AW: AW: Wildcard search fails > Noticed that in Luke... is there any existing analyzer around that > supports case-insensitive search and recognizes "RZ/G/

Re: AW: AW: Wildcard search fails

2009-08-14 Thread AHMET ARSLAN
> Noticed that in Luke... is there any existing analyzer around that > supports case-insensitive search and recognizes "RZ/G/17" as one token? As far as I know there is no built-in analyzer that uses whitespace tokenizer and lowercase filter together. But it is easy to cast tokenizer and token

AW: AW: Wildcard search fails

2009-08-14 Thread Ueli Kistler
apache.org Betreff: Re: AW: Wildcard search fails > we used different analyzers and regenerated the index each > time with the same results...used Luke each time already. > Currently we're using SnowBall and Luke can't find any > documents using the supplied query examples

Re: AW: Wildcard search fails

2009-08-13 Thread AHMET ARSLAN
> we used different analyzers and regenerated the index each > time with the same results...used Luke each time already. > Currently we're using SnowBall and Luke can't find any > documents using the supplied query examples below (in > zzz-all). > > Same happened using StandardAnalyzer (for both,

AW: Wildcard search fails

2009-08-13 Thread Ueli Kistler
"?" or "*" ? Thanks for your help, Ueli Kistler -Ursprüngliche Nachricht- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Donnerstag, 13. August 2009 15:21 An: java-user@lucene.apache.org Betreff: Re: Wildcard search fails Several, all of which boil dow

Re: Wildcard search fails

2009-08-13 Thread Erick Erickson
Several, all of which boil down to "what analyzers are you usingduring indexing and searching?". Without that information, we can't say much. Also, I'd recommend you get a copy of Luke and examine your index to see whether what's in there is what you expect. And query.toString and (as Grant says)

Wildcard search fails

2009-08-13 Thread Ueli Kistler
Hello, We're experiencing a problem using Lucene 2.4.1 and Compass 2.1.4 using wildcard search. Attribute values containing slashes can be searched using the full word, but not using wildcards. We already tried different analyzers with the same result. Slash isn't mentioned as a stop word onl