Uses of Class
org.apache.lucene.util.fst.Util.Result
-
Packages that use Util.Result Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of Util.Result in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst with type parameters of type Util.Result Modifier and Type Field Description java.util.List<Util.Result<T>>
Util.TopResults. topN
The top resultsMethods in org.apache.lucene.util.fst that return types with arguments of type Util.Result Modifier and Type Method Description java.util.Iterator<Util.Result<T>>
Util.TopResults. iterator()
Constructor parameters in org.apache.lucene.util.fst with type arguments of type Util.Result Constructor Description TopResults(boolean isComplete, java.util.List<Util.Result<T>> topN)
-