Thanks that's the response I was searching for. And, I have confirmed that
I need to reindex my data because tlong isnt compatible with tint.
2014/1/9 Chris Hostetter
>
> A TrieIntField field can never contain a value greater then java's
> Integer.MAX_VALUE -- it doesn't matter what settings yo
A TrieIntField field can never contain a value greater then java's
Integer.MAX_VALUE -- it doesn't matter what settings you use.
If you want to store larger values, you need to use a TrieLongField and
re-index.
https://lucene.apache.org/solr/4_6_0/solr-core/org/apache/solr/schema/TrieIntField.
Hi,
I have a price field of type tint, from which I will generate a range facet.
And I have now some items in my index that exceed tint type limit (max
integer).
How do I increase tint max integer value?
Here is tint definition in schema.xml:
Do I have to increase precisionStep=8? because an e