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 Summary
Fields Modifier and Type Field Description protected long
expansionCount
protected long
multiTermAnalysisCount
protected long
queryEarlyStopCount
protected long
segmentSkipCount
protected long
segmentUseCount
protected long
singleTermAnalysisCount
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestCounters()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
protected static PhraseWildcardQuery.TestCounters
get()
protected boolean
incExpansionCount()
protected boolean
incMultiTermAnalysisCount()
protected boolean
incQueryEarlyStopCount()
protected boolean
incSegmentSkipCount()
protected boolean
incSegmentUseCount()
protected boolean
incSingleTermAnalysisCount()
-
-
-
Field Detail
-
singleTermAnalysisCount
protected long singleTermAnalysisCount
-
multiTermAnalysisCount
protected long multiTermAnalysisCount
-
expansionCount
protected long expansionCount
-
segmentUseCount
protected long segmentUseCount
-
segmentSkipCount
protected long segmentSkipCount
-
queryEarlyStopCount
protected long queryEarlyStopCount
-
-
Method Detail
-
get
protected static PhraseWildcardQuery.TestCounters get()
-
incSingleTermAnalysisCount
protected boolean incSingleTermAnalysisCount()
-
incMultiTermAnalysisCount
protected boolean incMultiTermAnalysisCount()
-
incExpansionCount
protected boolean incExpansionCount()
-
incSegmentUseCount
protected boolean incSegmentUseCount()
-
incSegmentSkipCount
protected boolean incSegmentSkipCount()
-
incQueryEarlyStopCount
protected boolean incQueryEarlyStopCount()
-
clear
protected void clear()
-
-