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
    System.Object
    Lucene.Net.Search.Filter
    AbstractPrefixTreeFilter
    AbstractVisitingPrefixTreeFilter
    ContainsPrefixTreeFilter
    Inherited Members
    Lucene.Net.Search.Filter.GetDocIdSet(Lucene.Net.Index.AtomicReaderContext, Lucene.Net.Util.IBits)
    Filter.NewAnonymous(Func<AtomicReaderContext, IBits, DocIdSet>)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Spatial.Prefix
    Assembly: Lucene.Net.Spatial.dll
    Syntax
    public abstract class AbstractPrefixTreeFilter : Filter

    Constructors

    | Improve this Doc View Source

    AbstractPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32)

    Declaration
    protected AbstractPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel)
    Parameters
    Type Name Description
    Spatial4n.Shapes.IShape queryShape
    System.String fieldName
    SpatialPrefixTree grid
    System.Int32 detailLevel

    Fields

    | Improve this Doc View Source

    m_detailLevel

    Declaration
    protected readonly int m_detailLevel
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_fieldName

    Declaration
    protected readonly string m_fieldName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_grid

    Declaration
    protected readonly SpatialPrefixTree m_grid
    Field Value
    Type Description
    SpatialPrefixTree
    | Improve this Doc View Source

    m_queryShape

    Declaration
    protected readonly IShape m_queryShape
    Field Value
    Type Description
    Spatial4n.Shapes.IShape

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.