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
Show file Open project: apache/lucenenet

Public Methods

Method Description
CellTokenStream ( IEnumerator tokens ) : System.Collections.Concurrent
IncrementToken ( ) : bool

Method Details

CellTokenStream() public method

public CellTokenStream ( IEnumerator tokens ) : System.Collections.Concurrent
tokens IEnumerator
return System.Collections.Concurrent

IncrementToken() public method

public IncrementToken ( ) : bool
return bool