C# 클래스 Lucene.Net.QueryParsers.Flexible.Spans.UniqueFieldAttributeImpl

This attribute is used by the UniqueFieldQueryNodeProcessor processor. It holds a value that defines which is the unique field name that should be set in every Core.Nodes.IFieldableNode.
상속: Lucene.Net.Util.AttributeImpl, IUniqueFieldAttribute
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
CopyTo ( Lucene.Net.Util.Attribute target ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UniqueFieldAttributeImpl ( ) : Lucene.Net.Util

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Lucene.Net.Util.Attribute target ) : void
target Lucene.Net.Util.Attribute
리턴 void

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UniqueFieldAttributeImpl() 공개 메소드

public UniqueFieldAttributeImpl ( ) : Lucene.Net.Util
리턴 Lucene.Net.Util