Show / Hide Table of Contents

    Class AbstractPrefixTreeFilter

    Base class for Lucene Filters on SpatialPrefixTree fields.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Filter
    AbstractPrefixTreeFilter
    AbstractVisitingPrefixTreeFilter
    ContainsPrefixTreeFilter
    Inherited Members
    Filter.GetDocIdSet(AtomicReaderContext, IBits)
    Lucene.Net.Search.Filter.NewAnonymous(Func<, , >)
    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
    public AbstractPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel)
    Parameters
    Type Name Description
    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
    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
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)