Package org.elasticsearch.index.cache.bitset

Examples of org.elasticsearch.index.cache.bitset.BitsetFilterCache


        }
        writer.close();
    }

    protected Nested createNested(Filter parentFilter, Filter childFilter) {
        BitsetFilterCache s = indexService.bitsetFilterCache();
        return new Nested(s.getBitDocIdSetFilter(parentFilter), s.getBitDocIdSetFilter(childFilter));
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.index.cache.bitset.BitsetFilterCache

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.