Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldQuery

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

    Inheritance
    object
    FieldQuery
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search.VectorHighlight
    Assembly: Lucene.Net.Highlighter.dll
    Syntax
    public class FieldQuery

    Methods

    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

    GetFieldTermMap(string, string)

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

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

    QueryPhraseMap

    SearchPhrase(string, IList<TermInfo>)

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

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

    QueryPhraseMap

    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.