Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TaxonomyFacetSumValueSource.ScoreValueSource

    Lucene.Net.Queries.Function.ValueSource that returns the score for each hit; use this to aggregate the sum of all hit scores for each facet label.

    Inheritance
    System.Object
    Lucene.Net.Queries.Function.ValueSource
    TaxonomyFacetSumValueSource.ScoreValueSource
    Inherited Members
    Lucene.Net.Queries.Function.ValueSource.ToString()
    Lucene.Net.Queries.Function.ValueSource.CreateWeight(System.Collections.IDictionary, Lucene.Net.Search.IndexSearcher)
    Lucene.Net.Queries.Function.ValueSource.NewContext(Lucene.Net.Search.IndexSearcher)
    Lucene.Net.Queries.Function.ValueSource.GetSortField(System.Boolean)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Facet.Taxonomy
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class ScoreValueSource : ValueSource

    Constructors

    | Improve this Doc View Source

    ScoreValueSource()

    Sole constructor.

    Declaration
    public ScoreValueSource()

    Methods

    | Improve this Doc View Source

    Equals(TaxonomyFacetSumValueSource.ScoreValueSource)

    Declaration
    protected bool Equals(TaxonomyFacetSumValueSource.ScoreValueSource other)
    Parameters
    Type Name Description
    TaxonomyFacetSumValueSource.ScoreValueSource other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    Lucene.Net.Queries.Function.ValueSource.Equals(System.Object)
    | Improve this Doc View Source

    GetDescription()

    Declaration
    public override string GetDescription()
    Returns
    Type Description
    System.String
    Overrides
    Lucene.Net.Queries.Function.ValueSource.GetDescription()
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    Lucene.Net.Queries.Function.ValueSource.GetHashCode()
    | Improve this Doc View Source

    GetValues(IDictionary, AtomicReaderContext)

    Declaration
    public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
    Parameters
    Type Name Description
    System.Collections.IDictionary context
    Lucene.Net.Index.AtomicReaderContext readerContext
    Returns
    Type Description
    Lucene.Net.Queries.Function.FunctionValues
    Overrides
    Lucene.Net.Queries.Function.ValueSource.GetValues(System.Collections.IDictionary, Lucene.Net.Index.AtomicReaderContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.