Show / Hide Table of Contents

    Class ShardSearchingTestBase.SearcherAndVersion

    An and associated version (lease)

    Inheritance
    System.Object
    ShardSearchingTestBase.SearcherAndVersion
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    protected class SearcherAndVersion : object

    Constructors

    | Improve this Doc View Source

    SearcherAndVersion(IndexSearcher, Int64)

    Declaration
    public SearcherAndVersion(IndexSearcher searcher, long version)
    Parameters
    Type Name Description
    IndexSearcher searcher
    System.Int64 version

    Properties

    | Improve this Doc View Source

    Searcher

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

    Version

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