Ok, before I go start writing a new request handler....let me ask a dumb
question and see if I am approaching this wrong in Solr. If I am trying to
search a field where I have one doc with a field that has a value of "Hello
World"...if the search query is "ello"  ...currently is there a way to make
this query match this field?


> From: Chris Hostetter <[EMAIL PROTECTED]>
> Reply-To: solr-user@lucene.apache.org
> Date: Tue, 20 Jun 2006 01:09:52 -0700 (PDT)
> To: solr-user@lucene.apache.org
> Subject: Re: Wildcard Query
> 
> 
> : I have been using Lucene for about a month now and trying to port the same
> : functionality to Solr.  How do I do a wildcard query with a leading "*"
> :  ...This is possible with Lucene if you do not use the standard query
> : parser.  How do you do this with Solr????  This is probably very easy but I
> : can not find any information in docs or mailing list.
> 
> There is no easy way to change this just by modifying configuration --
> you'll need to write your own request handler which uses the QueryParser
> of your choice.
> 
> 
> -Hoss
> 
> 

Reply via email to