point-based fields cannot be used for <uniqueKey>, 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 <z.aminolro...@gmail.com> wrote: > > We read that in Solr 7, Trie* fields are deprecated, so we decided to change > all of our Trie* fields to *pointtype Fields. > > Our unique key field type is long, and we changed our long field type > something like below; > > <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0" > indexed="false"/> > > We get the error uniqueKey field can not be configured to use a Points based > FieldType. > > > I think it is a bug. If lucene decides to deprecate the Trie* filed type, it > should also think of these kinds of errors. > > > What is the solution? > > Best, > Zahra > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html