Re: Index and query brackets

2016-07-18 Thread Anil
_name}[ DATA ] > > > https://cwiki.apache.org/confluence/display/solr/Other+Parsers > > > : Date: Tue, 5 Jul 2016 08:45:57 +0530 > : From: Anil > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: Re: Index and query brackets

Re: Index and query brackets

2016-07-18 Thread Chris Hostetter
: Date: Tue, 5 Jul 2016 08:45:57 +0530 : From: Anil : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: Index and query brackets : : NO Ediwin. Thanks for your response. : : i was checking how to check [1 TO 5] as a content not as a range query. : : i tried by

Re: Index and query brackets

2016-07-04 Thread Anil
NO Ediwin. Thanks for your response. i was checking how to check [1 TO 5] as a content not as a range query. i tried by escaping [ and ] and did not work. seems need to check analyzers at index side. Regards, Anil On 5 July 2016 at 08:42, Zheng Lin Edwin Yeo wrote: > Hi Anil, > > Are you refe

Re: Index and query brackets

2016-07-04 Thread Zheng Lin Edwin Yeo
Hi Anil, Are you referring to something like q=level:[1 TO 5] ? This will search for level that ranges from 1 to 5. You may refer to the documentation here: https://wiki.apache.org/solr/SolrQuerySyntax Regards, Edwin On 4 July 2016 at 15:05, Anil wrote: > HI, > > how can index and query conte