Re: Error casting to PointField

2018-09-16 Thread Zahra Aminolroaya
Thanks Shawn and Erick. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Error casting to PointField

2018-09-12 Thread Shawn Heisey
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

Re: Error casting to PointField

2018-09-11 Thread Erick Erickson
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

Re: Error casting to PointField

2018-09-11 Thread Zahra Aminolroaya
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

Re: Error casting to PointField

2018-09-11 Thread Erick Erickson
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