range queries in solr

2011-01-13 Thread ur lops
Hi, I am sorry to ask this silly question but I could not find the documentation about this and I am very new to lucene solr. I want to run a range query on one of the multivalued field e.g. I have a point say [10,20], which is the point of intersection of the diagonals of a rectangle. Now I w

Re: SolrQuerySyntax : Types of Range Queries in Solr 1.4

2009-12-09 Thread Israel Ekpo
On Wed, Dec 9, 2009 at 1:13 PM, Yonik Seeley wrote: > Solr standard query syntax is an extension of Lucene query syntax, and > we reference that on the page: > http://lucene.apache.org/java/2_4_0/queryparsersyntax.html > > -Yonik > http://www.lucidimagination.com > > On Wed, Dec 9, 2009 at 1:08 PM

Re: SolrQuerySyntax : Types of Range Queries in Solr 1.4

2009-12-09 Thread Yonik Seeley
Solr standard query syntax is an extension of Lucene query syntax, and we reference that on the page: http://lucene.apache.org/java/2_4_0/queryparsersyntax.html -Yonik http://www.lucidimagination.com On Wed, Dec 9, 2009 at 1:08 PM, Israel Ekpo wrote: > Hi Guys, > > In Lucene 2.9 and Solr 1.4, it

SolrQuerySyntax : Types of Range Queries in Solr 1.4

2009-12-09 Thread Israel Ekpo
Hi Guys, In Lucene 2.9 and Solr 1.4, it is possible to perform inclusive and exclusive range searches with square and curly brackets respectively. However, when I looked at the SolrQuerySyntax, only the the include range search is illustrated. It seems like the examples only talk about the inclu