Class PhraseWildcardQuery.TestCounters

java.lang.Object
org.apache.lucene.sandbox.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 Details

    • singleTermAnalysisCount

      protected long singleTermAnalysisCount
    • multiTermAnalysisCount

      protected long multiTermAnalysisCount
    • expansionCount

      protected long expansionCount
    • segmentUseCount

      protected long segmentUseCount
    • segmentSkipCount

      protected long segmentSkipCount
    • queryEarlyStopCount

      protected long queryEarlyStopCount
  • Constructor Details

    • TestCounters

      protected TestCounters()
  • Method Details

    • 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()