Uses of Class
org.apache.lucene.analysis.core.FlattenGraphFilter.OutputNode
-
Packages that use FlattenGraphFilter.OutputNode Package Description org.apache.lucene.analysis.core Basic, general-purpose analysis components. -
-
Uses of FlattenGraphFilter.OutputNode in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core with type parameters of type FlattenGraphFilter.OutputNode Modifier and Type Field Description private RollingBuffer<FlattenGraphFilter.OutputNode>
FlattenGraphFilter. outputNodes
Methods in org.apache.lucene.analysis.core that return FlattenGraphFilter.OutputNode Modifier and Type Method Description private FlattenGraphFilter.OutputNode
FlattenGraphFilter. recoverFromHole(FlattenGraphFilter.InputNode src, int startOffset, int posinc)
Methods in org.apache.lucene.analysis.core with parameters of type FlattenGraphFilter.OutputNode Modifier and Type Method Description private void
FlattenGraphFilter. freeBefore(FlattenGraphFilter.OutputNode output)
Free inputs nodes before the minimum input node for the given output.
-