bruno-roustant commented on a change in pull request #108:
URL: https://github.com/apache/solr/pull/108#discussion_r650927486



##########
File path: 
solr/contrib/blob-directory/src/java/org/apache/solr/blob/BlobStoreConnection.java
##########
@@ -166,4 +249,12 @@ public void close() {
       Thread.currentThread().interrupt();
     }
   }
+
+  /**
+   * Filters {@link BlobFile}s.
+   */
+  public interface BlobFileFilter {

Review comment:
       Ok. Originally I thought we would have to support comparing the checksum 
so I anticipated an IO exception. But as you said we don't need that, so I'll 
simplify to Predicate.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to