Examples of CDXFormatToSearchResultAdapter


Examples of org.archive.wayback.resourceindex.cdx.CDXFormatToSearchResultAdapter

    chunkIndex = new FlatFile(chunkIndexPath);
  }
  protected CloseableIterator<CaptureSearchResult> adaptIterator(Iterator<String> itr)
  throws IOException {
    return new AdaptedIterator<String,CaptureSearchResult>(itr,
        new CDXFormatToSearchResultAdapter(format));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.