You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/10/04 16:20:20 UTC

[jira] [Updated] (SOLR-9596) stopped working in Solr 6.2

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

Steve Rowe updated SOLR-9596:
-----------------------------
    Attachment: SOLR-9596.patch

Patch, contains a dead-simple SimpleTextCodecFactory for Solr.

> <fieldType ... (postings|docValues)Format="SimpleText"> stopped working in Solr 6.2
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-9596
>                 URL: https://issues.apache.org/jira/browse/SOLR-9596
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Steve Rowe
>            Priority: Minor
>         Attachments: SOLR-9596.patch
>
>
> As a result of changes introduced in Lucene 6.2 by LUCENE-7323, SimpleTextCodec's postings and doc values formats can only be used from SimpleTextCodec.  That means that Solr's default codecFactory SchemaCodecFactory, which enables per-field specification of postings and doc values formats by extending LuceneXXCodecFactory to pull per-field specification from the schema, can't be used with SimpleText postings and doc values formats.
> What Solr could instead do is provide a non-schema-aware SimpleTextCodecFactory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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