C# Class 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.
Inheritance: Lucene.Net.Util.AttributeImpl, IUniqueFieldAttribute
Show file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CopyTo ( Lucene.Net.Util.Attribute target ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UniqueFieldAttributeImpl ( ) : Lucene.Net.Util

Method Details

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

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

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

UniqueFieldAttributeImpl() public method

public UniqueFieldAttributeImpl ( ) : Lucene.Net.Util
return Lucene.Net.Util