Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AbstractPrefixTreeFilter

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    Filter
    AbstractPrefixTreeFilter
    AbstractVisitingPrefixTreeFilter
    ContainsPrefixTreeFilter
    Inherited Members
    Filter.GetDocIdSet(AtomicReaderContext, IBits)
    Filter.NewAnonymous(Func<AtomicReaderContext, IBits, DocIdSet>)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Spatial.Prefix
    Assembly: Lucene.Net.Spatial.dll
    Syntax
    public abstract class AbstractPrefixTreeFilter : Filter

    Constructors

    AbstractPrefixTreeFilter(IShape, string, SpatialPrefixTree, int)

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected AbstractPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel)
    Parameters
    Type Name Description
    IShape queryShape
    string fieldName
    SpatialPrefixTree grid
    int detailLevel

    Fields

    m_detailLevel

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected readonly int m_detailLevel
    Field Value
    Type Description
    int

    m_fieldName

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected readonly string m_fieldName
    Field Value
    Type Description
    string

    m_grid

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected readonly SpatialPrefixTree m_grid
    Field Value
    Type Description
    SpatialPrefixTree

    m_queryShape

    Base class for Lucene Filters on SpatialPrefixTree fields.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected readonly IShape m_queryShape
    Field Value
    Type Description
    IShape

    Methods

    Equals(object?)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object? o)
    Parameters
    Type Name Description
    object o
    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.