Interface SimpleTerm.MatchingTermVisitor
-
- Enclosing class:
- SimpleTerm
public static interface SimpleTerm.MatchingTermVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visitMatchingTerm(org.apache.lucene.index.Term t)
-
-
-
Method Detail
-
visitMatchingTerm
void visitMatchingTerm(org.apache.lucene.index.Term t) throws IOException
- Throws:
IOException
-
-