Examples of PwaBlacklistCache


Examples of org.apache.lucene.search.caches.PwaBlacklistCache

   * @param searchable documents stream
   * @param reader index reader
   */ 
  public PwaBlacklistFilter(PwaSearchableCommon searchable, IndexReader reader) throws IOException {
    super(searchable);
    this.cache = new PwaBlacklistCache(reader,null); // the PwaBlacklistCache will use the blacklist configuration (file path) from initialization
  }
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.