Method | Description | |
---|---|---|
IsAnalyzed ( this index ) : bool | ||
IsIndexed ( this index ) : bool | ||
IsStored ( this store ) : bool | ||
OmitNorms ( this index ) : bool | ||
ToIndex ( bool indexed, bool analyed ) : Lucene.Net.Documents.Field.Index | ||
ToIndex ( bool indexed, bool analyzed, bool omitNorms ) : Lucene.Net.Documents.Field.Index | ||
ToTermVector ( bool stored, bool withOffsets, bool withPositions ) : Lucene.Net.Documents.Field.TermVector |
Get the best representation of a TermVector given the flags.
|
|
WithOffsets ( this tv ) : bool | ||
WithPositions ( this tv ) : bool |
public static IsAnalyzed ( this index ) : bool | ||
index | this | |
return | bool |
public static IsIndexed ( this index ) : bool | ||
index | this | |
return | bool |
public static OmitNorms ( this index ) : bool | ||
index | this | |
return | bool |
public static ToIndex ( bool indexed, bool analyed ) : Lucene.Net.Documents.Field.Index | ||
indexed | bool | |
analyed | bool | |
return | Lucene.Net.Documents.Field.Index |
public static ToIndex ( bool indexed, bool analyzed, bool omitNorms ) : Lucene.Net.Documents.Field.Index | ||
indexed | bool | |
analyzed | bool | |
omitNorms | bool | |
return | Lucene.Net.Documents.Field.Index |
public static ToTermVector ( bool stored, bool withOffsets, bool withPositions ) : Lucene.Net.Documents.Field.TermVector | ||
stored | bool | |
withOffsets | bool | |
withPositions | bool | |
return | Lucene.Net.Documents.Field.TermVector |
public static WithPositions ( this tv ) : bool | ||
tv | this | |
return | bool |