Re: Have query on wildchar.

2009-03-23 Thread Otis Gospodnetic
text -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Kalidoss MM > To: solr-user@lucene.apache.org > Sent: Monday, March 23, 2009 6:16:47 AM > Subject: Have query on wildchar. > > Hi, > > In my schema, I have Tags, AdTags and am giving t

Have query on wildchar.

2009-03-23 Thread Kalidoss MM
Hi, In my schema, I have Tags, AdTags and am giving the search like. ?q=(Tags: anton* and AdTags: Funn*) my schema query parser is : So Is it required to give the 'and' in the query?? Is yes is there any difference b/w giving 'AND' & 'and' (case sensitive), Please let me know. When am giving