Show / Hide Table of Contents

    Class FieldQuery

    FieldQuery breaks down query object into terms/phrases and keeps them in a FieldQuery.QueryPhraseMap structure.

    Inheritance
    System.Object
    FieldQuery
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class FieldQuery : object

    Methods

    | Improve this Doc View Source

    ApplyParentBoost(Query, Query)

    Push parent's boost into a clone of query if parent has a non 1 boost.

    Declaration
    protected virtual Query ApplyParentBoost(Query query, Query parent)
    Parameters
    Type Name Description
    Query query
    Query parent
    Returns
    Type Description
    Query
    | Improve this Doc View Source

    GetFieldTermMap(String, String)

    Declaration
    public virtual FieldQuery.QueryPhraseMap GetFieldTermMap(string fieldName, string term)
    Parameters
    Type Name Description
    System.String fieldName
    System.String term
    Returns
    Type Description
    FieldQuery.QueryPhraseMap

    QueryPhraseMap

    | Improve this Doc View Source

    SearchPhrase(String, IList<FieldTermStack.TermInfo>)

    Declaration
    public virtual FieldQuery.QueryPhraseMap SearchPhrase(string fieldName, IList<FieldTermStack.TermInfo> phraseCandidate)
    Parameters
    Type Name Description
    System.String fieldName
    IList<FieldTermStack.TermInfo> phraseCandidate
    Returns
    Type Description
    FieldQuery.QueryPhraseMap

    QueryPhraseMap

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