Package org.apache.lucene.util.FieldCacheSanityChecker

Examples of org.apache.lucene.util.FieldCacheSanityChecker.Insanity


      (FieldCache.DEFAULT);
    try {
      int ignored = 0;
      for (int i = 0; i < insanity.length; i++) {
        if (insanity[i].getType() == InsanityType.SUBREADER) {
          insanity[i] = new Insanity(InsanityType.EXPECTED,
                                     insanity[i].getMsg(),
                                     insanity[i].getCacheEntries());
          ignored++;
        }
      }
View Full Code Here

TOP

Related Classes of org.apache.lucene.util.FieldCacheSanityChecker.Insanity

Copyright © 2018 www.massapicom. 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.