C# 클래스 Lucene.Net.Documents.FieldExtensions

파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
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

메소드 상세

IsAnalyzed() 공개 정적인 메소드

public static IsAnalyzed ( this index ) : bool
index this
리턴 bool

IsIndexed() 공개 정적인 메소드

public static IsIndexed ( this index ) : bool
index this
리턴 bool

IsStored() 공개 정적인 메소드

public static IsStored ( this store ) : bool
store this
리턴 bool

OmitNorms() 공개 정적인 메소드

public static OmitNorms ( this index ) : bool
index this
리턴 bool

ToIndex() 공개 정적인 메소드

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

ToIndex() 공개 정적인 메소드

public static ToIndex ( bool indexed, bool analyzed, bool omitNorms ) : Lucene.Net.Documents.Field.Index
indexed bool
analyzed bool
omitNorms bool
리턴 Lucene.Net.Documents.Field.Index

ToTermVector() 공개 정적인 메소드

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

WithOffsets() 공개 정적인 메소드

public static WithOffsets ( this tv ) : bool
tv this
리턴 bool

WithPositions() 공개 정적인 메소드

public static WithPositions ( this tv ) : bool
tv this
리턴 bool