Description
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.
Attachments
Attachments
Issue Links
- is broken by
-
LUCENE-7323 Compound file writing should verify checksum of its sub-files
- Closed