Package org.apache.blur.index

Examples of org.apache.blur.index.IndexDeletionPolicyReader.unregister()


        if (reader == null) {
          reader = old;
        } else {
          long newGen = reader.getIndexCommit().getGeneration();
          indexDeletionPolicy.register(newGen);
          indexDeletionPolicy.unregister(gen);
          old.close();
          gen = newGen;
        }
      }
      assertEquals(i * numDocs, reader.numDocs());
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.