ching.
Otis
--
Lucene Consulting -- http://lucene-consulting.com/
- Original Message
From: Jawahar Lal <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, July 18, 2007 9:07:48 AM
Subject: Searching Range query using Solr within myIndex
> Hi
> I have an l
Hi
I have an lucene index which contains size field. The size field
contains long value indexed using NumberTools.longToString(longvalue). I
want Solr to search range query with in this index.
To do so, I added
in the
schema.xml file. Range query can be performed on slong type.
Then I st