C# Class Lucene.Net.Index.DocValuesUpdate.BinaryDocValuesUpdate

An in-place update to a binary DocValues field
Inheritance: DocValuesUpdate
Exibir arquivo Open project: paulirwin/lucene.net

Private Methods

Method Description
BinaryDocValuesUpdate ( Lucene.Net.Index.Term term, string field, BytesRef value ) : Lucene.Net.Documents
ValueSizeInBytes ( ) : long