Class HasChildQueryBuilder

    • Field Detail

      • DEFAULT_MAX_CHILDREN

        public static final int DEFAULT_MAX_CHILDREN
        The default maximum number of children that are required to match for the parent to be considered a match.
        See Also:
        Constant Field Values
      • DEFAULT_MIN_CHILDREN

        public static final int DEFAULT_MIN_CHILDREN
        The default minimum number of children that are required to match for the parent to be considered a match.
        See Also:
        Constant Field Values
      • DEFAULT_IGNORE_UNMAPPED

        public static final boolean DEFAULT_IGNORE_UNMAPPED
        The default value for ignore_unmapped.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HasChildQueryBuilder

        public HasChildQueryBuilder​(java.lang.String type,
                                    QueryBuilder query,
                                    org.apache.lucene.search.join.ScoreMode scoreMode)
      • HasChildQueryBuilder

        public HasChildQueryBuilder​(StreamInput in)
                             throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException