mirror of https://github.com/apache/lucene.git
Fixed broken javadoc in QueryUtils and QueryCommand
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79671bd049
commit
ed2c8e97ea
|
@ -48,8 +48,8 @@ public class QueryUtils {
|
||||||
* <p>
|
* <p>
|
||||||
* The caller can tell the sign of the original by a reference comparison between
|
* The caller can tell the sign of the original by a reference comparison between
|
||||||
* the original and returned query.
|
* the original and returned query.
|
||||||
* @param q
|
* @param q Query to create the absolute version of
|
||||||
* @return
|
* @return Absolute version of the Query
|
||||||
*/
|
*/
|
||||||
public static Query getAbs(Query q) {
|
public static Query getAbs(Query q) {
|
||||||
if (q instanceof WrappedQuery) {
|
if (q instanceof WrappedQuery) {
|
||||||
|
|
|
@ -78,7 +78,7 @@ public class QueryCommand implements Command<QueryCommandResult> {
|
||||||
* Sets the docSet based on the created {@link DocSet}
|
* Sets the docSet based on the created {@link DocSet}
|
||||||
*
|
*
|
||||||
* @param searcher The searcher executing the
|
* @param searcher The searcher executing the
|
||||||
* @return
|
* @return this
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public Builder setDocSet(SolrIndexSearcher searcher) throws IOException {
|
public Builder setDocSet(SolrIndexSearcher searcher) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue