java.lang.Objectorg.apache.lucene.search.Query
All Implemented Interfaces:
Cloneable, Serializable
Instantiable subclasses are:
A parser for queries is contained in:
| Method from org.apache.lucene.search.Query Summary: |
|---|
| clone, combine, createWeight, equals, extractTerms, getBoost, getSimilarity, hashCode, mergeBooleanQueries, rewrite, setBoost, toString, toString, weight |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.search.Query Detail: |
|---|
|
|
Only implemented by primitive queries, which re-write to themselves. |
|
|
b. The boost is 1.0 by default. |
|
|
A utility for use by #combine(Query[]) implementations. |
|
b. Documents
matching this clause will (in addition to the normal weightings) have
their score multiplied by b. |
|
field assumed to be the
default field and omitted.
The representation used is one that is supposed to be readable by QueryParser . However, there are the following limitations: |
|