Show / Hide Table of Contents

    Class LikeThisQueryBuilder

    Builder for MoreLikeThisQuery

    Inheritance
    System.Object
    LikeThisQueryBuilder
    Implements
    IQueryBuilder
    Namespace: Lucene.Net.QueryParsers.Xml.Builders
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class LikeThisQueryBuilder : object, IQueryBuilder

    Constructors

    | Improve this Doc View Source

    LikeThisQueryBuilder(Analyzer, String[])

    Declaration
    public LikeThisQueryBuilder(Analyzer analyzer, string[] defaultFieldNames)
    Parameters
    Type Name Description
    Analyzer analyzer
    System.String[] defaultFieldNames

    Methods

    | Improve this Doc View Source

    GetQuery(XmlElement)

    (non-Javadoc) @see org.apache.lucene.xmlparser.QueryObjectBuilder#process(org.w3c.dom.Element)

    Declaration
    public virtual Query GetQuery(XmlElement e)
    Parameters
    Type Name Description
    XmlElement e
    Returns
    Type Description
    Query

    Implements

    IQueryBuilder
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)