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
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
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
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