Github user romseygeek commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/345#discussion_r179913304
--- Diff: lucene/core/src/java/org/apache/lucene/search/Weight.java ---
@@ -69,6 +69,21 @@ protected Weight(Query query) {
*/
public abstract void extractTerms(Set<Term> terms);
+ /**
+ * Returns {@link Matches} for a specific document, or {@code null} if
the document
+ * does not match the parent query
--- End diff --
++
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]