Show / Hide Table of Contents

    Class IntersectsPrefixTreeFilter

    A Filter matching documents that have an (i.e. not DISTINCT) relationship with a provided query shape.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    Filter
    AbstractPrefixTreeFilter
    AbstractVisitingPrefixTreeFilter
    IntersectsPrefixTreeFilter
    Inherited Members
    AbstractVisitingPrefixTreeFilter.m_prefixGridScanLevel
    AbstractPrefixTreeFilter.m_queryShape
    AbstractPrefixTreeFilter.m_fieldName
    AbstractPrefixTreeFilter.m_grid
    AbstractPrefixTreeFilter.m_detailLevel
    Lucene.Net.Search.Filter.NewAnonymous(Func<, , >)
    Namespace: Lucene.Net.Spatial.Prefix
    Assembly: Lucene.Net.Spatial.dll
    Syntax
    public class IntersectsPrefixTreeFilter : AbstractVisitingPrefixTreeFilter

    Constructors

    | Improve this Doc View Source

    IntersectsPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32, Boolean)

    Declaration
    public IntersectsPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, bool hasIndexedLeaves)
    Parameters
    Type Name Description
    IShape queryShape
    System.String fieldName
    SpatialPrefixTree grid
    System.Int32 detailLevel
    System.Int32 prefixGridScanLevel
    System.Boolean hasIndexedLeaves

    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
    AbstractVisitingPrefixTreeFilter.Equals(Object)
    | Improve this Doc View Source

    GetDocIdSet(AtomicReaderContext, IBits)

    Declaration
    public override DocIdSet GetDocIdSet(AtomicReaderContext context, IBits acceptDocs)
    Parameters
    Type Name Description
    AtomicReaderContext context
    IBits acceptDocs
    Returns
    Type Description
    DocIdSet
    Overrides
    Filter.GetDocIdSet(AtomicReaderContext, IBits)
    | Improve this Doc View Source

    GetHashCode()

    LUCENENET specific: need to override GetHashCode to prevent a compiler warning and realistically, the hash code should work similarly to Equals.

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