コード例 #1
0
 @Override
 public FieldsProducer fieldsProducer(SegmentReadState state) throws IOException {
   // we can just return the delegate here since we didn't record bloom filters for
   // the other fields.
   return bloomPostings.fieldsProducer(state);
 }
コード例 #2
0
 public PostingsFormat getDefaultWrapped() {
   return bloomPostings.getDelegate();
 }