Package org.apache.lucene.search
Class PhraseWildcardQuery.TestCounters
- java.lang.Object
- 
- org.apache.lucene.search.PhraseWildcardQuery.TestCounters
 
- 
- Enclosing class:
- PhraseWildcardQuery
 
 protected static class PhraseWildcardQuery.TestCounters extends Object Test counters incremented when assertions are enabled. Used only when testing.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longexpansionCountprotected longmultiTermAnalysisCountprotected longqueryEarlyStopCountprotected longsegmentSkipCountprotected longsegmentUseCountprotected longsingleTermAnalysisCount
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTestCounters()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()protected static PhraseWildcardQuery.TestCountersget()protected booleanincExpansionCount()protected booleanincMultiTermAnalysisCount()protected booleanincQueryEarlyStopCount()protected booleanincSegmentSkipCount()protected booleanincSegmentUseCount()protected booleanincSingleTermAnalysisCount()
 
- 
- 
- 
Field Detail- 
singleTermAnalysisCountprotected long singleTermAnalysisCount 
 - 
multiTermAnalysisCountprotected long multiTermAnalysisCount 
 - 
expansionCountprotected long expansionCount 
 - 
segmentUseCountprotected long segmentUseCount 
 - 
segmentSkipCountprotected long segmentSkipCount 
 - 
queryEarlyStopCountprotected long queryEarlyStopCount 
 
- 
 - 
Method Detail- 
getprotected static PhraseWildcardQuery.TestCounters get() 
 - 
incSingleTermAnalysisCountprotected boolean incSingleTermAnalysisCount() 
 - 
incMultiTermAnalysisCountprotected boolean incMultiTermAnalysisCount() 
 - 
incExpansionCountprotected boolean incExpansionCount() 
 - 
incSegmentUseCountprotected boolean incSegmentUseCount() 
 - 
incSegmentSkipCountprotected boolean incSegmentSkipCount() 
 - 
incQueryEarlyStopCountprotected boolean incQueryEarlyStopCount() 
 - 
clearprotected void clear() 
 
- 
 
-