Uses of Class
org.apache.lucene.analysis.AutomatonToTokenStream.EdgeToken
-
Packages that use AutomatonToTokenStream.EdgeToken Package Description org.apache.lucene.analysis Text analysis. -
-
Uses of AutomatonToTokenStream.EdgeToken in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis with type parameters of type AutomatonToTokenStream.EdgeToken Modifier and Type Field Description private java.util.List<java.util.List<AutomatonToTokenStream.EdgeToken>>
AutomatonToTokenStream.TopoTokenStream. edgesByPos
Constructor parameters in org.apache.lucene.analysis with type arguments of type AutomatonToTokenStream.EdgeToken Constructor Description TopoTokenStream(java.util.List<java.util.List<AutomatonToTokenStream.EdgeToken>> edgesByPos)
-