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. outputNodesMethods in org.apache.lucene.analysis.core that return FlattenGraphFilter.OutputNode Modifier and Type Method Description private FlattenGraphFilter.OutputNodeFlattenGraphFilter. 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 voidFlattenGraphFilter. freeBefore(FlattenGraphFilter.OutputNode output)Free inputs nodes before the minimum input node for the given output.
-