org.apache.lucene.util.fst
Class Util.FSTPath<T>

java.lang.Object
  extended by org.apache.lucene.util.fst.Util.FSTPath<T>
Enclosing class:
Util

public static class Util.FSTPath<T>
extends Object

Represents a path in TopNSearcher.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Field Summary
 FST.Arc<T> arc
           
 T cost
           
 IntsRef input
           
 
Constructor Summary
Util.FSTPath(T cost, FST.Arc<T> arc, IntsRef input)
          Sole constructor
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arc

public FST.Arc<T> arc

cost

public T cost

input

public final IntsRef input
Constructor Detail

Util.FSTPath

public Util.FSTPath(T cost,
                    FST.Arc<T> arc,
                    IntsRef input)
Sole constructor

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.