"id" field is not serial, it generated randomly.. so range queries on this
field are almost useless.
I mentioned TrieField, because solr.LongField is internally implemented as
a string, while solr.TrieLongField is a number. It might improve
performace, even without setting a precisionStep...
On T
Hi,
I think trie type fields add value only if you do range queries in them and
it sounds like that is bit your use case.
Otis
Solr & ElasticSearch Support
http://sematext.com/
On Jan 23, 2013 2:53 PM, "Isaac Hebsh" wrote:
> Hi,
>
> In my use case, Solr have to to return only the "id" field, as