slow-J commented on code in PR #16268:
URL: https://github.com/apache/lucene/pull/16268#discussion_r3519761465
##########
lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/cutters/ranges/LongRangeFacetCutter.java:
##########
@@ -42,6 +47,10 @@ public abstract class LongRangeFacetCutter implements
FacetCutter {
// TODO: refactor - weird that we have both multi and single here.
final LongValuesSource singleValues;
+
+ // Field name whose skip index is used on the single-valued path, or null
when faceting a source.
+ final String skipField;
Review Comment:
Sure!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]