Class Util.FSTPath<T>
Represents a path in TopNSearcher.
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
Util.FSTPath<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public class FSTPath<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceFSTPath(T, FST.Arc<T>, Int32sRef)
Sole constructor
Declaration
public FSTPath(T cost, FST.Arc<T> arc, Int32sRef input)
Parameters
Type | Name | Description |
---|---|---|
T | cost | |
FST.Arc<T> | arc | |
Int32sRef | input |
Properties
| Improve this Doc View SourceArc
Declaration
public FST.Arc<T> Arc { get; set; }
Property Value
Type | Description |
---|---|
FST.Arc<T> |
Cost
Declaration
public T Cost { get; set; }
Property Value
Type | Description |
---|---|
T |
Input
Declaration
public Int32sRef Input { get; }
Property Value
Type | Description |
---|---|
Int32sRef |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()