Namespace Lucene.Net.Codecs.PerField
Classes
PerFieldDocValuesFormat
Enables per field docvalues support.
Note, when extending this class, the name (Name) is
written into the index. In order for the field to be read, the
name must resolve to your implementation via For
Files written by each docvalues format have an additional suffix containing the
format name. For example, in a per-field configuration instead of _1.dat
filenames would look like _1_Lucene40_0.dat
.
PerFieldPostingsFormat
Enables per field postings support.
Note, when extending this class, the name (Name) is
written into the index. In order for the field to be read, the
name must resolve to your implementation via For
Files written by each posting format have an additional suffix containing the
format name. For example, in a per-field configuration instead of _1.prx
filenames would look like _1_Lucene40_0.prx
.
@lucene.experimental