Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FieldQuery.QueryPhraseMap

    Internal structure of a query for highlighting: represents a nested query structure

    Inheritance
    object
    FieldQuery.QueryPhraseMap
    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.QueryPhraseMap

    Constructors

    QueryPhraseMap(FieldQuery)

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public QueryPhraseMap(FieldQuery fieldQuery)
    Parameters
    Type Name Description
    FieldQuery fieldQuery

    Properties

    Boost

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual float Boost { get; }
    Property Value
    Type Description
    float

    IsTerminal

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual bool IsTerminal { get; }
    Property Value
    Type Description
    bool

    Slop

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual int Slop { get; }
    Property Value
    Type Description
    int

    TermOrPhraseNumber

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual int TermOrPhraseNumber { get; }
    Property Value
    Type Description
    int

    Methods

    GetTermMap(string)

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual FieldQuery.QueryPhraseMap GetTermMap(string term)
    Parameters
    Type Name Description
    string term
    Returns
    Type Description
    FieldQuery.QueryPhraseMap

    IsValidTermOrPhrase(IList<TermInfo>)

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual bool IsValidTermOrPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
    Parameters
    Type Name Description
    IList<FieldTermStack.TermInfo> phraseCandidate
    Returns
    Type Description
    bool

    SearchPhrase(IList<TermInfo>)

    Internal structure of a query for highlighting: represents a nested query structure

    Declaration
    public virtual FieldQuery.QueryPhraseMap SearchPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
    Parameters
    Type Name Description
    IList<FieldTermStack.TermInfo> phraseCandidate
    Returns
    Type Description
    FieldQuery.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.