mirror of https://github.com/apache/lucene.git
Adding missing javadoc
Signed-off-by: Ankit Jain <akjain@amazon.com>
This commit is contained in:
parent
ffeced2c0e
commit
918add714a
|
@ -240,6 +240,9 @@ public abstract class PointRangeQuery extends Query {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Weight implementation used by Point Range Query
|
||||
*/
|
||||
public static class PRQWeightImpl extends ConstantScoreWeight {
|
||||
private final PRQConfig config;
|
||||
private final ScoreMode scoreMode;
|
||||
|
|
Loading…
Reference in New Issue