Expert: sets the token stream to be used for indexing and causes isIndexed() and isTokenized() to return true.
May be combined with stored values from stringValue() or binaryValue()
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public void SetTokenStream( TokenStream tokenStream ) |
Visual Basic |
---|
Public Sub SetTokenStream ( _ tokenStream As TokenStream _ ) |
Visual C++ |
---|
public: void SetTokenStream( TokenStream^ tokenStream ) |
Parameters
- tokenStream
- Type: Lucene.Net.Analysis..::..TokenStream
[Missing <param name="tokenStream"/> documentation for "M:Lucene.Net.Documents.Field.SetTokenStream(Lucene.Net.Analysis.TokenStream)"]