Package org.apache.lucene.index.IndexGate

Examples of org.apache.lucene.index.IndexGate.FormatDetails


    fieldNames.addAll(Util.fieldNames(reader, false));
    Collections.sort(fieldNames);
    if (dir != null) {
      formatDetails = IndexGate.getIndexFormat(dir);
    } else {
      formatDetails = new FormatDetails();
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.lucene.index.IndexGate.FormatDetails

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.