Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Solr has a SchemaCodecFactory that enables may Solr FieldType impls to customize the behavior of of the indexing codec – but unless it is explicitly configured in solrconfig.xml, the Lucene Codec.getDefault() is used in it's place.
We should consider changing the behavior of Solr so that the implicit <codecFactory/> is SchemaCodecFactory, and offer a (new) LuceneDefaultCodecFactory that users can configure if there have any strong reason for not wanting to support the per-field configurability of SchemaCodecFactory
Attachments
Attachments
Issue Links
- fixes
-
SOLR-17045 DenseVectorField w/ vectorDimension > 1024 no longer works by default
- Closed
- is related to
-
SOLR-17052 SchemaCodecFactory/IndexSchema/FieldType relationships are kludgy, buggy, and inefficient
- Open