List of usage examples for org.apache.lucene.store MMapDirectory subclass-usage
From source file org.apache.solr.codecs.onsql.ONSQLWrapperDirectory.java
public class ONSQLWrapperDirectory extends MMapDirectory { private transient static Logger log = LoggerFactory.getLogger(ONSQLWrapperDirectory.class); KVStore kvstore; private ArrayList<String> dirSubkey = null; String tidydir = null;