Show / Hide Table of Contents

    Class BenchmarkHighlighter

    Abstract class for benchmarking highlighting performance

    Inheritance
    System.Object
    BenchmarkHighlighter
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public abstract class BenchmarkHighlighter : object

    Methods

    | Improve this Doc View Source

    DoHighlight(IndexReader, Int32, String, Document, Analyzer, String)

    Declaration
    public abstract int DoHighlight(IndexReader reader, int doc, string field, Document document, Analyzer analyzer, string text)
    Parameters
    Type Name Description
    IndexReader reader
    System.Int32 doc
    System.String field
    Document document
    Analyzer analyzer
    System.String text
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)