Class PhraseWildcardQuery.TestCounters

  • Enclosing class:
    PhraseWildcardQuery

    protected static class PhraseWildcardQuery.TestCounters
    extends Object
    Test counters incremented when assertions are enabled. Used only when testing.
    • 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
    • Constructor Detail

      • TestCounters

        protected TestCounters()
    • Method Detail

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