C# Class Lucene.Net.Search.TestFilteredQuery

Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
AssertScoreEquals ( Query q1, Query q2 ) : void

Tests whether the scores of the two queries are the same.

Private Methods

Méthode Description
AssertRewrite ( Lucene.Net.Search.FilteredQuery fq, Type clazz ) : void
NewStaticFilterA ( ) : Filter
NewStaticFilterB ( ) : Filter
RandomFilterStrategy ( ) : FilterStrategy
RandomFilterStrategy ( Random random, bool useRandomAccess ) : Lucene.Net.Search.FilteredQuery.FilterStrategy
SetUp ( ) : void
TBoolean2 ( bool useRandomAccess ) : void
TBooleanMUST ( bool useRandomAccess ) : void
TBooleanSHOULD ( bool useRandomAccess ) : void
TChainedFilters ( bool useRandomAccess ) : void
TFilteredQuery ( bool useRandomAccess ) : void
TRangeQuery ( bool useRandomAccess ) : void
TearDown ( ) : void
TestBoolean2 ( ) : void
TestBooleanMUST ( ) : void
TestBooleanSHOULD ( ) : void
TestChainedFilters ( ) : void
TestEqualsHashcode ( ) : void
TestFilteredQuery_Mem ( ) : void
TestGetFilterStrategy ( ) : void
TestInvalidArguments ( ) : void
TestLeapFrogStrategy ( ) : void
TestQueryFirstFilterStrategy ( ) : void
TestRangeQuery ( ) : void
TestRewrite ( ) : void

Method Details

AssertScoreEquals() public méthode

Tests whether the scores of the two queries are the same.
public AssertScoreEquals ( Query q1, Query q2 ) : void
q1 Query
q2 Query
Résultat void