Package org.elasticsearch.common.lucene.store

Examples of org.elasticsearch.common.lucene.store.SwitchDirectory


                // caching internal CFS extension, don't use compound file extension
                forceUseCompound = false;
            }
        }

        return new Tuple<SwitchDirectory, Boolean>(new SwitchDirectory(ImmutableSet.copyOf(primaryExtensions), memDir, fsDirectory, true), forceUseCompound);
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.common.lucene.store.SwitchDirectory

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.