C# Class Lucene.Net.Documents.FieldExtensions

Show file Open project: synhershko/lucene.net

Public Methods

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

Method Details

IsAnalyzed() public static method

public static IsAnalyzed ( this index ) : bool
index this
return bool

IsIndexed() public static method

public static IsIndexed ( this index ) : bool
index this
return bool

IsStored() public static method

public static IsStored ( this store ) : bool
store this
return bool

OmitNorms() public static method

public static OmitNorms ( this index ) : bool
index this
return bool

ToIndex() public static method

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

ToIndex() public static method

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

ToTermVector() public static method

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
return Lucene.Net.Documents.Field.TermVector

WithOffsets() public static method

public static WithOffsets ( this tv ) : bool
tv this
return bool

WithPositions() public static method

public static WithPositions ( this tv ) : bool
tv this
return bool