Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AndQuery

    Factory for conjunctions

    Inheritance
    object
    SrndQuery
    ComposedQuery
    AndQuery
    Inherited Members
    ComposedQuery.Recompose(IList<SrndQuery>)
    ComposedQuery.m_opName
    ComposedQuery.OperatorName
    ComposedQuery.m_queries
    ComposedQuery.GetSubQueriesEnumerator()
    ComposedQuery.NrSubQueries
    ComposedQuery.GetSubQuery(int)
    ComposedQuery.IsOperatorInfix
    ComposedQuery.MakeLuceneSubQueriesField(string, BasicQueryFactory)
    ComposedQuery.ToString()
    ComposedQuery.PrefixSeparator
    ComposedQuery.BracketOpen
    ComposedQuery.BracketClose
    ComposedQuery.InfixToString(StringBuilder)
    ComposedQuery.PrefixToString(StringBuilder)
    ComposedQuery.IsFieldsSubQueryAcceptable
    SrndQuery.IsWeighted
    SrndQuery.Weight
    SrndQuery.WeightString
    SrndQuery.WeightOperator
    SrndQuery.WeightToString(StringBuilder)
    SrndQuery.MakeLuceneQueryField(string, BasicQueryFactory)
    SrndQuery.Clone()
    SrndQuery.GetHashCode()
    SrndQuery.Equals(object)
    SrndQuery.TheEmptyLcnQuery
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.QueryParsers.Surround.Query
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class AndQuery : ComposedQuery

    Constructors

    AndQuery(IList<SrndQuery>, bool, string)

    Factory for conjunctions

    Declaration
    public AndQuery(IList<SrndQuery> queries, bool inf, string opName)
    Parameters
    Type Name Description
    IList<SrndQuery> queries
    bool inf
    string opName

    Methods

    MakeLuceneQueryFieldNoBoost(string, BasicQueryFactory)

    Factory for conjunctions

    Declaration
    public override Query MakeLuceneQueryFieldNoBoost(string fieldName, BasicQueryFactory qf)
    Parameters
    Type Name Description
    string fieldName
    BasicQueryFactory qf
    Returns
    Type Description
    Query
    Overrides
    SrndQuery.MakeLuceneQueryFieldNoBoost(string, BasicQueryFactory)
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.