Show / Hide Table of Contents

    Class Int64ToEnglishQueryMaker

    Creates queries whose content is a spelled-out number starting from + 10.

    Inheritance
    System.Object
    Int64ToEnglishQueryMaker
    Implements
    IQueryMaker
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class Int64ToEnglishQueryMaker : object, IQueryMaker

    Fields

    | Improve this Doc View Source

    m_parser

    Declaration
    protected QueryParser m_parser
    Field Value
    Type Description
    QueryParser

    Methods

    | Improve this Doc View Source

    MakeQuery()

    Declaration
    public virtual Query MakeQuery()
    Returns
    Type Description
    Query
    | Improve this Doc View Source

    MakeQuery(Int32)

    Declaration
    public virtual Query MakeQuery(int size)
    Parameters
    Type Name Description
    System.Int32 size
    Returns
    Type Description
    Query
    | Improve this Doc View Source

    PrintQueries()

    Declaration
    public virtual string PrintQueries()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ResetInputs()

    Declaration
    public virtual void ResetInputs()
    | Improve this Doc View Source

    SetConfig(Config)

    Declaration
    public virtual void SetConfig(Config config)
    Parameters
    Type Name Description
    Config config

    Implements

    IQueryMaker
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)