• API

    Show / Hide Table of Contents

    Class FieldQuery.QueryPhraseMap

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

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

    Constructors

    | Improve this Doc View Source

    QueryPhraseMap(FieldQuery)

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

    Properties

    | Improve this Doc View Source

    Boost

    Declaration
    public virtual float Boost { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    IsTerminal

    Declaration
    public virtual bool IsTerminal { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Slop

    Declaration
    public virtual int Slop { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TermOrPhraseNumber

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

    Methods

    | Improve this Doc View Source

    GetTermMap(String)

    Declaration
    public virtual FieldQuery.QueryPhraseMap GetTermMap(string term)
    Parameters
    Type Name Description
    System.String term
    Returns
    Type Description
    FieldQuery.QueryPhraseMap
    | Improve this Doc View Source

    IsValidTermOrPhrase(IList<FieldTermStack.TermInfo>)

    Declaration
    public virtual bool IsValidTermOrPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<FieldTermStack.TermInfo> phraseCandidate
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SearchPhrase(IList<FieldTermStack.TermInfo>)

    Declaration
    public virtual FieldQuery.QueryPhraseMap SearchPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<FieldTermStack.TermInfo> phraseCandidate
    Returns
    Type Description
    FieldQuery.QueryPhraseMap
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)