mirror of https://github.com/apache/lucene.git
- Small javadoc change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c84ee2c62
commit
cf025d06cb
|
@ -83,7 +83,7 @@ import org.apache.lucene.search.*;
|
|||
* This enables one to construct queries which search multiple fields.
|
||||
* </ul>
|
||||
*
|
||||
* A clause may be either a:
|
||||
* A clause may be either:
|
||||
* <ul>
|
||||
* <li> a term, indicating all the documents that contain this term; or
|
||||
* <li> a nested query, enclosed in parentheses. Note that this may be used
|
||||
|
|
Loading…
Reference in New Issue