Show / Hide Table of Contents

    Class DrillSidewaysResult

    Result of a drill sideways search, including the Facets and .

    Inheritance
    System.Object
    DrillSidewaysResult
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class DrillSidewaysResult : object

    Constructors

    | Improve this Doc View Source

    DrillSidewaysResult(Facets, TopDocs)

    Sole constructor.

    Declaration
    public DrillSidewaysResult(Facets facets, TopDocs hits)
    Parameters
    Type Name Description
    Facets facets
    TopDocs hits

    Properties

    | Improve this Doc View Source

    Facets

    Combined drill down & sideways results.

    Declaration
    public Facets Facets { get; }
    Property Value
    Type Description
    Facets
    | Improve this Doc View Source

    Hits

    Hits.

    Declaration
    public TopDocs Hits { get; }
    Property Value
    Type Description
    TopDocs
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)