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
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

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

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Lucene.Net.Util.Attribute target ) : void
target Lucene.Net.Util.Attribute
Résultat void

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

UniqueFieldAttributeImpl() public méthode

public UniqueFieldAttributeImpl ( ) : Lucene.Net.Util
Résultat Lucene.Net.Util