javadoc tweaklet

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Klaas 2007-11-08 22:56:01 +00:00
parent d9ee7b24d3
commit 12a1302ee7
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ import java.util.List;
* <br>Other parameters:<ul>
* <li>q.op - the default operator "OR" or "AND"</li>
* <li>df - the default field name</li>
* <li>df - the default field name</li>
* </ul>
* <br>Example: <code>&lt;!lucene q.op=AND df=text sort='price asc'&gt;myfield:foo +bar -baz</code>
*/