C# Class Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.CellTokenStream

Outputs the tokenString of a cell, and if its a leaf, outputs it again with the leaf byte.
Outputs the tokenString of a cell, and if its a leaf, outputs it again with the leaf byte.
Inheritance: Lucene.Net.Analysis.TokenStream
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
CellTokenStream ( IEnumerator tokens ) : System.Collections.Concurrent
IncrementToken ( ) : bool

Method Details

CellTokenStream() public méthode

public CellTokenStream ( IEnumerator tokens ) : System.Collections.Concurrent
tokens IEnumerator
Résultat System.Collections.Concurrent

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool