Searched defs:PrefixQuery (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DPrefixQuery.java26 /** A Query that matches documents containing terms with a specified prefix. A PrefixQuery
32 public class PrefixQuery extends MultiTermQuery { class in inherits:MultiTermQuery
36 public PrefixQuery(Term prefix) { method in class:PrefixQuery
78 PrefixQuery other = (PrefixQuery) obj;

Completed in 17 milliseconds