C# Class Lucene.Net.Index.TestTermsEnum

Inheritance: LuceneTestCase
Datei anzeigen Open project: apache/lucenenet

Private Properties

Property Type Description
Accepts bool
AddDoc void
DocFreq int
GetNonExistTerm BytesRef
MakeIndex IndexReader
Next string
SeekExact bool
Test void
TestEasy void
TestFloorBlocks void
TestIntersectBasic void
TestIntersectEmptyString void
TestIntersectRandom void
TestIntersectStartTerm void
TestRandomSeeks void
TestRandomTerms void
TestZeroTerms void

Private Methods

Method Description
Accepts ( CompiledAutomaton c, BytesRef b ) : bool
AddDoc ( RandomIndexWriter w, ICollection terms, int?>.IDictionary termToID, int id ) : void
DocFreq ( IndexReader r, string term ) : int
GetNonExistTerm ( BytesRef terms ) : BytesRef
MakeIndex ( Directory d ) : IndexReader
Next ( Lucene.Net.Index.TermsEnum te ) : string
SeekExact ( Lucene.Net.Index.TermsEnum te, string term ) : bool
Test ( ) : void
TestEasy ( ) : void
TestFloorBlocks ( ) : void
TestIntersectBasic ( ) : void
TestIntersectEmptyString ( ) : void
TestIntersectRandom ( ) : void
TestIntersectStartTerm ( ) : void
TestRandomSeeks ( IndexReader r ) : void
TestRandomTerms ( ) : void
TestZeroTerms ( ) : void