Show / Hide Table of Contents

    Class FacetSource

    Source items for facets.

    For supported configuration parameters see ContentItemsSource.

    Inheritance
    System.Object
    ContentItemsSource
    FacetSource
    RandomFacetSource
    Inherited Members
    ContentItemsSource.m_forever
    ContentItemsSource.m_logStep
    ContentItemsSource.m_verbose
    ContentItemsSource.m_encoding
    ContentItemsSource.AddBytes(Int64)
    ContentItemsSource.AddItem()
    ContentItemsSource.CollectFiles(DirectoryInfo, IList<FileInfo>)
    ContentItemsSource.ShouldLog()
    ContentItemsSource.Dispose()
    ContentItemsSource.Dispose(Boolean)
    ContentItemsSource.BytesCount
    ContentItemsSource.ItemsCount
    ContentItemsSource.Config
    ContentItemsSource.TotalBytesCount
    ContentItemsSource.TotalItemsCount
    ContentItemsSource.SetConfig(Config)
    ContentItemsSource.PrintStatistics(String)
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public abstract class FacetSource : ContentItemsSource

    Methods

    | Improve this Doc View Source

    Configure(FacetsConfig)

    Declaration
    public abstract void Configure(FacetsConfig config)
    Parameters
    Type Name Description
    FacetsConfig config
    | Improve this Doc View Source

    GetNextFacets(IList<FacetField>)

    Fills the next facets content items in the given list. Implementations must account for multi-threading, as multiple threads can call this method simultaneously.

    Declaration
    public abstract void GetNextFacets(IList<FacetField> facets)
    Parameters
    Type Name Description
    IList<FacetField> facets
    | Improve this Doc View Source

    ResetInputs()

    Declaration
    public override void ResetInputs()
    Overrides
    ContentItemsSource.ResetInputs()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)