Uses of Class
org.apache.lucene.analysis.AutomatonToTokenStream.EdgeToken
Packages that use AutomatonToTokenStream.EdgeToken
-
Uses of AutomatonToTokenStream.EdgeToken in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis with type parameters of type AutomatonToTokenStream.EdgeTokenModifier and TypeFieldDescriptionprivate final List<List<AutomatonToTokenStream.EdgeToken>>
AutomatonToTokenStream.TopoTokenStream.edgesByPos
Constructor parameters in org.apache.lucene.analysis with type arguments of type AutomatonToTokenStream.EdgeTokenModifierConstructorDescriptionTopoTokenStream
(List<List<AutomatonToTokenStream.EdgeToken>> edgesByPos)