Package org.elasticsearch.index.search.nested

Examples of org.elasticsearch.index.search.nested.BlockJoinQuery$BlockJoinWeight


        }

        // restore the thread local one...
        NestedQueryParser.parentFilterContext.set(currentParentFilterContext);

        BlockJoinQuery joinQuery = new BlockJoinQuery(query, parentFilter, BlockJoinQuery.ScoreMode.None);

        if (scope != null) {
            SearchContext.current().addNestedQuery(scope, joinQuery);
        }
View Full Code Here


        }

        // restore the thread local one...
        parentFilterContext.set(currentParentFilterContext);

        BlockJoinQuery joinQuery = new BlockJoinQuery(query, parentFilter, scoreMode);

        if (scope != null) {
            SearchContext.current().addNestedQuery(scope, joinQuery);
        }
View Full Code Here

TOP

Related Classes of org.elasticsearch.index.search.nested.BlockJoinQuery$BlockJoinWeight

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.