mirror of https://github.com/apache/lucene.git
Fixing Javadoc warnings to make javadocs-all succeed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8107cff79c
commit
e709e713d2
|
@ -38,13 +38,6 @@ public class BBoxSimilarityValueSource extends ValueSource {
|
|||
private final BBoxFieldInfo field;
|
||||
private final BBoxSimilarity similarity;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param queryEnvelope the query envelope
|
||||
* @param queryPower the query power (scoring algorithm)
|
||||
* @param targetPower the target power (scoring algorithm)
|
||||
*/
|
||||
public BBoxSimilarityValueSource(BBoxSimilarity similarity, BBoxFieldInfo field) {
|
||||
this.similarity = similarity;
|
||||
this.field = field;
|
||||
|
@ -64,7 +57,7 @@ public class BBoxSimilarityValueSource extends ValueSource {
|
|||
/**
|
||||
* Returns the DocValues used by the function query.
|
||||
*
|
||||
* @param reader the index reader
|
||||
* @param readerContext the AtomicReaderContext which holds an AtomicReader
|
||||
* @return the values
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue