C# Class Lucene.Net.Documents.FieldExtensions

Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode 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

Method Details

IsAnalyzed() public static méthode

public static IsAnalyzed ( this index ) : bool
index this
Résultat bool

IsIndexed() public static méthode

public static IsIndexed ( this index ) : bool
index this
Résultat bool

IsStored() public static méthode

public static IsStored ( this store ) : bool
store this
Résultat bool

OmitNorms() public static méthode

public static OmitNorms ( this index ) : bool
index this
Résultat bool

ToIndex() public static méthode

public static ToIndex ( bool indexed, bool analyed ) : Lucene.Net.Documents.Field.Index
indexed bool
analyed bool
Résultat Lucene.Net.Documents.Field.Index

ToIndex() public static méthode

public static ToIndex ( bool indexed, bool analyzed, bool omitNorms ) : Lucene.Net.Documents.Field.Index
indexed bool
analyzed bool
omitNorms bool
Résultat Lucene.Net.Documents.Field.Index

ToTermVector() public static méthode

Get the best representation of a TermVector given the flags.
public static ToTermVector ( bool stored, bool withOffsets, bool withPositions ) : Lucene.Net.Documents.Field.TermVector
stored bool
withOffsets bool
withPositions bool
Résultat Lucene.Net.Documents.Field.TermVector

WithOffsets() public static méthode

public static WithOffsets ( this tv ) : bool
tv this
Résultat bool

WithPositions() public static méthode

public static WithPositions ( this tv ) : bool
tv this
Résultat bool