Interface IBinaryTermAttribute
An attribute extending Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute but exposing BytesRef property.
Inherited Members
Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute.FillBytesRef()
Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.IAttribute)
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public interface IBinaryTermAttribute : ITermToBytesRefAttribute, IAttribute
Properties
| Improve this Doc View SourceBytesRef
Set the current binary value.
Declaration
BytesRef BytesRef { get; set; }
Property Value
Type | Description |
---|---|
Lucene.Net.Util.BytesRef |