Property | Type | Description | |
---|---|---|---|
MAX_INT | int |
Method | 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 |
Method | Description | |
---|---|---|
Any ( ) : bool | ||
Clear ( ) : void |
public AddBinaryUpdate ( BinaryDocValuesUpdate update, int docIDUpto ) : void | ||
update | BinaryDocValuesUpdate | |
docIDUpto | int | |
return | void |
public AddNumericUpdate ( NumericDocValuesUpdate update, int docIDUpto ) : void | ||
update | NumericDocValuesUpdate | |
docIDUpto | int | |
return | void |
public AddQuery ( Query query, int docIDUpto ) : void | ||
query | Query | |
docIDUpto | int | |
return | void |
public AddTerm ( Lucene.Net.Index.Term term, int docIDUpto ) : void | ||
term | Lucene.Net.Index.Term | |
docIDUpto | int | |
return | void |