C# Class Lucene.Net.Index.BufferedUpdates

Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
MAX_INT int

Méthodes publiques

Méthode Description
AddBinaryUpdate ( BinaryDocValuesUpdate update, int docIDUpto ) : void
AddDocID ( int docID ) : void
AddNumericUpdate ( NumericDocValuesUpdate update, int docIDUpto ) : void
AddQuery ( Query query, int docIDUpto ) : void
AddTerm ( Lucene.Net.Index.Term term, int docIDUpto ) : void
BufferedUpdates ( ) : System
Terms_Nunit ( ) : int?>.IDictionary
ToString ( ) : string

Private Methods

Méthode Description
Any ( ) : bool
Clear ( ) : void

Method Details

AddBinaryUpdate() public méthode

public AddBinaryUpdate ( BinaryDocValuesUpdate update, int docIDUpto ) : void
update BinaryDocValuesUpdate
docIDUpto int
Résultat void

AddDocID() public méthode

public AddDocID ( int docID ) : void
docID int
Résultat void

AddNumericUpdate() public méthode

public AddNumericUpdate ( NumericDocValuesUpdate update, int docIDUpto ) : void
update NumericDocValuesUpdate
docIDUpto int
Résultat void

AddQuery() public méthode

public AddQuery ( Query query, int docIDUpto ) : void
query Query
docIDUpto int
Résultat void

AddTerm() public méthode

public AddTerm ( Lucene.Net.Index.Term term, int docIDUpto ) : void
term Lucene.Net.Index.Term
docIDUpto int
Résultat void

BufferedUpdates() public méthode

public BufferedUpdates ( ) : System
Résultat System

Terms_Nunit() public méthode

public Terms_Nunit ( ) : int?>.IDictionary
Résultat int?>.IDictionary

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

MAX_INT public_oe static_oe property

public static int MAX_INT
Résultat int