Class Util.FSTPath<T>
Represents a path in TopNSearcher.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public class Util.FSTPath<T> where T : class
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
FSTPath(T, 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
Arc
Represents a path in TopNSearcher.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public FST.Arc<T> Arc { get; set; }
  Property Value
| Type | Description | 
|---|---|
| FST.Arc<T> | 
Cost
Represents a path in TopNSearcher.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public T Cost { get; set; }
  Property Value
| Type | Description | 
|---|---|
| T | 
Input
Represents a path in TopNSearcher.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public Int32sRef Input { get; }
  Property Value
| Type | Description | 
|---|---|
| Int32sRef | 
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string | A string that represents the current object.  |