Re: Wildcard Search and Filter in Solr

2010-02-01 Thread ashokcz
hey thanks ravi , ahmed and Erik for your reply. though its tough to change my solr version , still let me try out at 1.4 and see. Erik Hatcher-4 wrote: > > Note that the query analyzer output is NOT doing query _parsing_, but > rather taking the string you passed and running it through the

Re: Wildcard Search and Filter in Solr

2010-01-27 Thread Erik Hatcher
Note that the query analyzer output is NOT doing query _parsing_, but rather taking the string you passed and running it through the query analyzer only. When using the default query parser, Inte* will be a search for terms that begin with "inte". It is odd that you're not finding it. Bu

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
Ashok: May be this will help: http://gravi2.blogspot.com/2009/05/solr-wildcards-and-omitnorms.html ~Ravi On Tue, Jan 26, 2010 at 9:56 PM, ashokcz wrote: > > Hi just looked at the analysis.jsp and found out what it does during index > / > query > > Index Analyzer > Intel > intel > inte

Re: Wildcard Search and Filter in Solr

2010-01-26 Thread ashokcz
Hi just looked at the analysis.jsp and found out what it does during index / query Index Analyzer Intel intel intel intel intel intel Query Analyzer Inte* Inte* inte* inte inte inte int I think somewhere my configuration or my definition of the type "text" is wrong. This is my conf

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