public class ConstantScorePrefixQuery extends Object
PrefixQuery
instances that doesn't rewrite into a BooleanQuery
with all matching
terms
in the field. This query returns a constant score equal
to its boost for all documents with the matching prefix term.
This can be significantly cheaper and faster if there are a lot of matching terms. It is very slightly slower if the number of matched terms is one or two.
http://jira.atlassian.com/browse/JRA-17623
Constructor and Description |
---|
ConstantScorePrefixQuery() |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.PrefixQuery |
build(org.apache.lucene.index.Term term) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.