[
https://issues.apache.org/jira/browse/SOLR-9596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15989351#comment-15989351
]
ASF subversion and git services commented on SOLR-9596:
-------------------------------------------------------
Commit e2521b2a8baabdaf43b92192588f51e042d21e97 in lucene-solr's branch
refs/heads/master from [~steve_rowe]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e2521b2 ]
SOLR-9596: Add Solr support for SimpleTextCodec, via <codecFactory
class=solr.SimpleTextCodecFactory/> in solrconfig.xml (per-field specification
in the schema is not possible).
> <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
> Assignee: Steve Rowe
> Priority: Minor
> Fix For: 6.6, master (7.0)
>
> Attachments: SOLR-9596.patch, SOLR-9596.patch, 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 LuceneXXCodec 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.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]