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), IndexSearcher.explain() is your friend Best Erick On Thu, Aug 13, 2009 at 8:19 AM, Ueli Kistler <ueli.kist...@trivadis.com>wrote: > 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 only backslash also. > > > > Example : Searching < RZ/G/17 > and also < RZ/G/22 > succeed, but < > RZ/G/* > , < RZ/G* > or < RZ/G/ ?? > don't. > > > > Any ideas why wildcard search doesn't work? > > > > Thanks, > > Ueli Kistler > > > >