C# Class Lucene.Net.Search.TestNumericRangeQuery32

Inheritance: LuceneTestCase
ファイルを表示 Open project: apache/lucenenet

Private Methods

Method Description
AfterClass ( ) : void
BeforeClass ( ) : void
CheckTermCounts ( int precisionStep, int termCountT, int termCountC ) : void
CountTerms ( MultiTermQuery q ) : int
SetUp ( ) : void
TestEmptyEnums ( ) : void
TestEqualsAndHash ( ) : void
TestFloatRange ( int precisionStep ) : void

we fake a float test using int2float conversion of NumericUtils

TestFloatRange_2bit ( ) : void
TestFloatRange_4bit ( ) : void
TestFloatRange_8bit ( ) : void
TestInfiniteValues ( ) : void
TestInverseRange ( ) : void
TestLeftOpenRange ( int precisionStep ) : void
TestLeftOpenRange_2bit ( ) : void
TestLeftOpenRange_4bit ( ) : void
TestLeftOpenRange_8bit ( ) : void
TestOneMatchQuery ( ) : void
TestRandomTrieAndClassicRangeQuery ( int precisionStep ) : void
TestRandomTrieAndClassicRangeQuery_2bit ( ) : void
TestRandomTrieAndClassicRangeQuery_4bit ( ) : void
TestRandomTrieAndClassicRangeQuery_8bit ( ) : void
TestRandomTrieAndClassicRangeQuery_NoTrie ( ) : void
TestRange ( int precisionStep ) : void

test for both constant score and boolean query, the other tests only use the constant score mode

TestRangeSplit ( int precisionStep ) : void
TestRangeSplit_2bit ( ) : void
TestRangeSplit_4bit ( ) : void
TestRangeSplit_8bit ( ) : void
TestRange_2bit ( ) : void
TestRange_4bit ( ) : void
TestRange_8bit ( ) : void
TestRightOpenRange ( int precisionStep ) : void
TestRightOpenRange_2bit ( ) : void
TestRightOpenRange_4bit ( ) : void
TestRightOpenRange_8bit ( ) : void
TestSorting ( int precisionStep ) : void
TestSorting_2bit ( ) : void
TestSorting_4bit ( ) : void
TestSorting_8bit ( ) : void