protected static class PhraseWildcardQuery.TestCounters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
expansionCount |
protected long |
multiTermAnalysisCount |
protected long |
queryEarlyStopCount |
protected long |
segmentSkipCount |
protected long |
segmentUseCount |
protected long |
singleTermAnalysisCount |
private static PhraseWildcardQuery.TestCounters |
SINGLETON |
Modifier | Constructor and Description |
---|---|
protected |
TestCounters() |
Modifier and Type | Method and 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() |
private static final PhraseWildcardQuery.TestCounters SINGLETON
protected long singleTermAnalysisCount
protected long multiTermAnalysisCount
protected long expansionCount
protected long segmentUseCount
protected long segmentSkipCount
protected long queryEarlyStopCount
protected static PhraseWildcardQuery.TestCounters get()
protected boolean incSingleTermAnalysisCount()
protected boolean incMultiTermAnalysisCount()
protected boolean incExpansionCount()
protected boolean incSegmentUseCount()
protected boolean incSegmentSkipCount()
protected boolean incQueryEarlyStopCount()
protected void clear()