Show / Hide Table of Contents

    Interface ISyntaxParser

    A parser needs to implement ISyntaxParser interface

    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Parser
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public interface ISyntaxParser

    Methods

    | Improve this Doc View Source

    Parse(String, String)

    Declaration
    IQueryNode Parse(string query, string field)
    Parameters
    Type Name Description
    System.String query

    query data to be parsed

    System.String field

    default field name

    Returns
    Type Description
    IQueryNode

    QueryNode tree

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