RE: Searching problem

2010-11-13 Thread Steven A Rowe
Hi Riz, You likely have some form of stemming in your indexing analysis chain - this may cause "panasonic", e.g., to be indexed as "panason". (The remainder of this email assumes that this is true.) When you search for "panasonic", presumably with the same stemming filter in your query analys

Re: Searching problem

2010-11-13 Thread Govind Kanshi
You must spend time on - http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters On Sat, Nov 13, 2010 at 10:42 AM, M.Rizwan wrote: > Hi All, > > Do you have any idea that why solr search for "panasonic*" ( without > quotes ) does not match "panasonic" ? > If we search "panasonic" it match