protected static class PhraseWildcardQuery.TestCounters extends 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 |
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() |
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()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.