RE: Wildcars in Queries

2010-05-17 Thread Ankit Bhatnagar
Yes you can use. But be careful with such Queries like *ababa, (might will blow up) Also it depends on how you are anlysing the fields? Ankit -Original Message- From: Robert Naczinski [mailto:robert.naczin...@googlemail.com] Sent: Monday, May 17, 2010 5:22 AM To: solr-user@lucene.apach

Re: Wildcars in Queries

2010-05-17 Thread Leonardo Menezes
http://wiki.apache.org/solr/SolrQuerySyntax On Mon, May 17, 2010 at 11:44 AM, Robert Naczinski < robert.naczin...@googlemail.com> wrote: > How I can do that? I that distribute example I'cant use wildcards ;-( > > 2010/5/17 Leonardo Menezes : > > Yes, also you can use '?' for a single character "w

Re: Wildcars in Queries

2010-05-17 Thread Robert Naczinski
How I can do that? I that distribute example I'cant use wildcards ;-( 2010/5/17 Leonardo Menezes : > Yes, also you can use '?' for a single character "wild card". > > On Mon, May 17, 2010 at 11:21 AM, Robert Naczinski < > robert.naczin...@googlemail.com> wrote: > >> Hi, >> >> i'm new to solr. Can

Re: Wildcars in Queries

2010-05-17 Thread Leonardo Menezes
Yes, also you can use '?' for a single character "wild card". On Mon, May 17, 2010 at 11:21 AM, Robert Naczinski < robert.naczin...@googlemail.com> wrote: > Hi, > > i'm new to solr. Can I use wilcard like '*' in my queries? > > Thanx, > > Robert >