Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Lucene
Net
Documents
LazyDocument.LazyField
C# Class Lucene.Net.Documents.LazyDocument.LazyField
@lucene.internal
Inheritance:
IndexableField
Mostra file
Open project: apache/lucenenet
Class Usage Examples
Private Properties
Property
Type
Description
LazyField
Lucene.Net.Analysis
Public Methods
Method
Description
GetTokenStream
(
Analyzer
analyzer
) :
TokenStream
Private Methods
Method
Description
LazyField
(
LazyDocument
outerInstance
,
string
name
,
int
fieldNum
) :
Lucene.Net.Analysis
Method Details
GetTokenStream()
public
method
public
GetTokenStream
(
Analyzer
analyzer
) :
TokenStream
analyzer
Lucene.Net.Analysis.Analyzer
return
Lucene.Net.Analysis.TokenStream