Re: Wildcard Search and Filter in Solr

2010-02-01 Thread ashokcz
> Can someone pls help me out :) :) >>> >>> If &q=intel returns documents while q=inte* does not, it means that >>> fieldType of your defaultSearchField is reducing the token intel into >>> something. >>> >>> Can you find out it by usi

Re: Wildcard Search and Filter in Solr

2010-01-27 Thread Erik Hatcher
nto int or ıntel? I am not 100% sure but solr 1.2.0 may use default locale in lowercase operation. What is your default locale? It is better to see what happens word Intel using analysis.jsp page. -- View this message in context: http://old.nabble.com/Wildcard-Search-and-Filter-in-Solr-tp27306734p27334486.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard Search and Filter in Solr

2010-01-27 Thread Ahmet Arslan
> Hi just looked at the analysis.jsp and found out what it > does during index / > query > > Index Analyzer > Intel > intel > intel > intel > intel > intel If the resultant token is intel, then q=inte* should return documents. What says when you add &debugQuery=on to your search url? And w

Re: Wildcard Search and Filter in Solr

2010-01-27 Thread Ravi Gidwani
uot;Intel > > intel" at index and query time? > > > > What is your defaultSearchField? Is it VendorName? > > > > It is expected that &fq=VendorName:Intel returns results while > > &fq=VendorName:Inte* does not. Because prefix queries are not analyzed. > > > > > > But it is strange that q=inte* does not return anything. Maybe your index > > analyzer is reducing Intel into int or ıntel? > > > > I am not 100% sure but solr 1.2.0 may use default locale in lowercase > > operation. What is your default locale? > > > > It is better to see what happens word Intel using analysis.jsp page. > > > > > > > > > > > > -- > View this message in context: > http://old.nabble.com/Wildcard-Search-and-Filter-in-Solr-tp27306734p27334486.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Wildcard Search and Filter in Solr

2010-01-26 Thread ashokcz
> > But it is strange that q=inte* does not return anything. Maybe your index > analyzer is reducing Intel into int or ıntel? > > I am not 100% sure but solr 1.2.0 may use default locale in lowercase > operation. What is your default locale? > > It is better to see what happens word Intel using analysis.jsp page. > > > > > -- View this message in context: http://old.nabble.com/Wildcard-Search-and-Filter-in-Solr-tp27306734p27334486.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard Search and Filter in Solr

2010-01-25 Thread Ahmet Arslan
> Hi , > I m trying to use wildcard keywords in my search term and > filter term . but > i didnt get any results. > Searched a lot but could not find any lead . > Can someone help me in this. > i m using solr 1.2.0 and have few records indexed with > vendorName value as > Intel > > In solr admin

Wildcard Search and Filter in Solr

2010-01-25 Thread ashokcz
s All --- Ashok -- View this message in context: http://old.nabble.com/Wildcard-Search-and-Filter-in-Solr-tp27306734p27306734.html Sent from the Solr - User mailing list archive at Nabble.com.