Package org.apache.lucene.search
Class TermAutomatonScorer.TermRunAutomaton
- java.lang.Object
-
- org.apache.lucene.util.automaton.RunAutomaton
-
- org.apache.lucene.search.TermAutomatonScorer.TermRunAutomaton
-
- All Implemented Interfaces:
Accountable
- Enclosing class:
- TermAutomatonScorer
static class TermAutomatonScorer.TermRunAutomaton extends RunAutomaton
-
-
Constructor Summary
Constructors Constructor Description TermRunAutomaton(Automaton a, int termCount)
-
Method Summary
-
Methods inherited from class org.apache.lucene.util.automaton.RunAutomaton
equals, getCharIntervals, getSize, hashCode, isAccept, ramBytesUsed, step, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
-
-
-
Constructor Detail
-
TermRunAutomaton
public TermRunAutomaton(Automaton a, int termCount)
-
-