Re: Wildcard Query

2006-06-20 Thread Pace Davis
y" <[EMAIL PROTECTED]> > Reply-To: solr-user@lucene.apache.org > Date: Tue, 20 Jun 2006 09:53:53 -0400 > To: solr-user@lucene.apache.org > Subject: Re: Wildcard Query > > On 6/20/06, Pace Davis <[EMAIL PROTECTED]> wrote: >> I have been using Lucene for about

Re: Wildcard Query

2006-06-20 Thread Pace Davis
Ok, before I go start writing a new request handlerlet 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

Wildcard Query

2006-06-19 Thread Pace Davis
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 n