Re: Wild card searching not working properly

2008-02-21 Thread Chris Hostetter
Problems like this depend heavily on example what the fieldtype and "index" analyzer is for the field you are querying on. it's important to keep in mind that wildcard and fuzzy queries are not "analyzed" so things like lowercasing and stemming have to be taken into account -- typically it's

Wild card searching not working properly

2008-02-13 Thread Roopesh P Raj
Dear All, I am using solr in my project. But I find that wildcard searching is not working properly. For example, following are the search queries and the corresponding results tomcat* -> 3 results tomca* -> 0 results tom*at -> 0 results tom~at -> 0 results Where as all the queries should have