Re: How to search with special values

2007-03-07 Thread Traut
It's about an analyzer. Maybe you are using a wrong analyzer which cuts out characters like "/" or even digits. Try to change default analyzer to something different or custom. Cyril Furtado wrote: I am indexing a field called location which is the directory value like /f1/ccde/bpc When I

How to search with special values

2007-03-07 Thread Cyril Furtado
I am indexing a field called location which is the directory value like /f1/ccde/bpc When I search for /f* it return empty When I search for f* it returns matching values If I search for f1* again it return empty (this happens with number followed by *) If I search for /* it returns empty I