C# Class Lucene.Net.Index.DocValuesUpdate

An in-place update to a DocValues field.
Datei anzeigen Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
DocValuesUpdate ( Lucene.Net.Index.DocValuesFieldUpdates type, Lucene.Net.Index.Term term, string field, object value ) : Lucene.Net.Documents

Constructor.

Private Methods

Method Description
SizeInBytes ( ) : int
ValueSizeInBytes ( ) : long

Method Details

DocValuesUpdate() protected method

Constructor.
protected DocValuesUpdate ( Lucene.Net.Index.DocValuesFieldUpdates type, Lucene.Net.Index.Term term, string field, object value ) : Lucene.Net.Documents
type Lucene.Net.Index.DocValuesFieldUpdates
term Lucene.Net.Index.Term the which determines the documents that will be updated
field string the to update
value object the updated value
return Lucene.Net.Documents

ToString() public method

public ToString ( ) : string
return string