You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2019/09/16 14:49:00 UTC

[jira] [Resolved] (SOLR-13761) Cannot index documents into Solr 8.1.1

     [ https://issues.apache.org/jira/browse/SOLR-13761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-13761.
--------------------------------------
    Resolution: Invalid

You should take this problem to the solr-user mailing list before filing a Jira. We accept Jira issues for identified bugs or enhancements only - troubleshooting support is done only on the mailing lists: http://lucene.apache.org/solr/community.html#mailing-lists-irc

The error is pointing to an incorrect field definition, likely involving docValues. There were many changes here between 6.6 and 8.1, so when you ask the list please include details about the field type definition and how you upgraded.

> Cannot index documents into Solr 8.1.1
> --------------------------------------
>
>                 Key: SOLR-13761
>                 URL: https://issues.apache.org/jira/browse/SOLR-13761
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Schema and Analysis
>    Affects Versions: 8.1.1
>         Environment: I tried to index only one document via Solrj and also using the Solr Admin UI but got the same error all the time.
>            Reporter: Bhuvaneshwar Venkatraman
>            Priority: Major
>
> I created a cloud Solr 8.1.1 with zookeeper similar to cloud Solr 6.6.2 which is in use. All configurations and schema files are exactly alike, but when I try to index the same documents Solr throws *cannot change field "FIELD_NAME" from* *index options=DOCS_AND_FREQS_AND_POSITIONS to inconsistent index options=DOCS* for a specific field which is of type *string*. It is a required field so cannot be omitted. 
> For another Collection in the same core(Solr 8.1.1), Solr throws *cannot change docValues type from SORTED_NUMERIC to SORTED for field "ANOTHER_FIELD_NAME"* to the field of type *string.*
> *Note:* It is indexing perfectly in the existing Solr i.e., 6.6.2



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org