C# Class Lucene.Net.Index.DocValuesUpdate

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

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

Constructor.

Private Methods

Méthode Description
SizeInBytes ( ) : int
ValueSizeInBytes ( ) : long

Method Details

DocValuesUpdate() protected méthode

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
Résultat Lucene.Net.Documents

ToString() public méthode

public ToString ( ) : string
Résultat string