Thanks Shawn and Erick.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On 9/11/2018 10:15 PM, Zahra Aminolroaya wrote:
Thanks Erick. We used to use TrieLongField for our unique id and in the
document it is said that all Trie* fieldtypes are casting to
*pointfieldtypes. What would be the alternative solution?
I've never heard of Trie casting to Point.
Point is the
People usually just use a string field in place of longs etc..
On Tue, Sep 11, 2018 at 9:15 PM Zahra Aminolroaya
wrote:
>
> Thanks Erick. We used to use TrieLongField for our unique id and in the
> document it is said that all Trie* fieldtypes are casting to
> *pointfieldtypes. What would be the a
Thanks Erick. We used to use TrieLongField for our unique id and in the
document it is said that all Trie* fieldtypes are casting to
*pointfieldtypes. What would be the alternative solution?
Best,
Zahra
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
point-based fields cannot be used for , see:
https://issues.apache.org/jira/browse/SOLR-10829
This should be documented better in the ref guide
On Tue, Sep 11, 2018 at 5:53 AM Zahra Aminolroaya
wrote:
>
> We read that in Solr 7, Trie* fields are deprecated, so we decided to change
> all of ou