Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/275#discussion_r153109304
--- Diff:
solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java ---
@@ -78,6 +79,14 @@
static final int MOD_NOT = 10;
static final int MOD_REQ = 11;
+ protected ScoreOverlaps scoreOverlaps = ScoreOverlaps.AS_SAME_TERM;
+
+ public static enum ScoreOverlaps {
--- End diff --
the docs on these should be actual javadocs with `{@link classname}` for
the implementation classes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]