Uses of Class
org.apache.lucene.search.suggest.Lookup.LookupResult
-
Packages that use Lookup.LookupResult Package Description org.apache.lucene.search.suggest -
-
Uses of Lookup.LookupResult in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest that return Lookup.LookupResult Modifier and Type Method Description Lookup.LookupResult[]Lookup.LookupPriorityQueue. getResults()Returns the top N results in descending order.Methods in org.apache.lucene.search.suggest that return types with arguments of type Lookup.LookupResult Modifier and Type Method Description List<Lookup.LookupResult>Lookup. lookup(CharSequence key, boolean onlyMorePopular, int num)Look up a key and return possible completion for this key.abstract List<Lookup.LookupResult>Lookup. lookup(CharSequence key, Set<BytesRef> contexts, boolean onlyMorePopular, int num)Look up a key and return possible completion for this key.List<Lookup.LookupResult>Lookup. lookup(CharSequence key, BooleanQuery contextFilerQuery, int num, boolean allTermsRequired, boolean doHighlight)Look up a key and return possible completion for this key.Methods in org.apache.lucene.search.suggest with parameters of type Lookup.LookupResult Modifier and Type Method Description intLookup.LookupResult. compareTo(Lookup.LookupResult o)Compare alphabetically.protected booleanLookup.LookupPriorityQueue. lessThan(Lookup.LookupResult a, Lookup.LookupResult b)
-