.xml. That would be the first place to look. While looking
at that file, search it for the word "long" and you will see how you can
configure Solr to handle fields with values of type long.
Otis
--
Lucene Consulting -- http://lucene-consulting.com/
- Original Message ----
From
Hi,
I indexed an document containing a field with fieldtype long. I also
indexed an document with the same field with field type long using my
application. I indexed that long field with NumberTools.longToString
(longvalue).
I opened both the indexes through the Luke. Luke is showing the
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