Package org.elasticsearch.index.search
Class ESToParentBlockJoinQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.elasticsearch.index.search.ESToParentBlockJoinQuery
-
public final class ESToParentBlockJoinQuery extends org.apache.lucene.search.QueryAToParentBlockJoinQuerythat allows to retrieve its nested path.
-
-
Constructor Summary
Constructors Constructor Description ESToParentBlockJoinQuery(org.apache.lucene.search.Query childQuery, org.apache.lucene.search.join.BitSetProducer parentsFilter, org.apache.lucene.search.join.ScoreMode scoreMode, java.lang.String path)
-
Method Summary
Modifier and Type Method Description org.apache.lucene.search.WeightcreateWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScores, float boost)booleanequals(java.lang.Object obj)org.apache.lucene.search.QuerygetChildQuery()Return the child query.java.lang.StringgetPath()Return the path of results of this query, ornullif matches are at the root level.inthashCode()org.apache.lucene.search.Queryrewrite(org.apache.lucene.index.IndexReader reader)java.lang.StringtoString(java.lang.String field)
-
-
-
Method Detail
-
getChildQuery
public org.apache.lucene.search.Query getChildQuery()
Return the child query.
-
getPath
public java.lang.String getPath()
Return the path of results of this query, ornullif matches are at the root level.
-
rewrite
public org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader reader) throws java.io.IOException- Overrides:
rewritein classorg.apache.lucene.search.Query- Throws:
java.io.IOException
-
createWeight
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScores, float boost) throws java.io.IOException- Overrides:
createWeightin classorg.apache.lucene.search.Query- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classorg.apache.lucene.search.Query
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.lucene.search.Query
-
toString
public java.lang.String toString(java.lang.String field)
- Specified by:
toStringin classorg.apache.lucene.search.Query
-
-