C# Class Lucene.Net.Spatial.Prefix.WithinPrefixTreeFilter._VisitorTemplate_121

Inheritance: VisitorTemplate
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
_VisitorTemplate_121 ( WithinPrefixTreeFilter outerInstance, Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs, bool hasIndexedLeaves ) : Lucene.Net.Index

Méthodes protégées

Méthode Description
FindSubCellsToVisit ( Cell cell ) : IEnumerator
Finish ( ) : Lucene.Net.Search.DocIdSet
Start ( ) : void
Visit ( Cell cell ) : bool
VisitLeaf ( Cell cell ) : void
VisitScanned ( Cell cell ) : void

Private Methods

Méthode Description
AllCellsIntersectQuery ( Cell cell, SpatialRelation relate ) : bool

Returns true if the provided cell, and all its sub-cells down to detailLevel all intersect the queryShape.

Method Details

FindSubCellsToVisit() protected méthode

protected FindSubCellsToVisit ( Cell cell ) : IEnumerator
cell Cell
Résultat IEnumerator

Finish() protected méthode

protected Finish ( ) : Lucene.Net.Search.DocIdSet
Résultat Lucene.Net.Search.DocIdSet

Start() protected méthode

protected Start ( ) : void
Résultat void

Visit() protected méthode

protected Visit ( Cell cell ) : bool
cell Cell
Résultat bool

VisitLeaf() protected méthode

protected VisitLeaf ( Cell cell ) : void
cell Cell
Résultat void

VisitScanned() protected méthode

protected VisitScanned ( Cell cell ) : void
cell Cell
Résultat void

_VisitorTemplate_121() public méthode

public _VisitorTemplate_121 ( WithinPrefixTreeFilter outerInstance, Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs, bool hasIndexedLeaves ) : Lucene.Net.Index
outerInstance WithinPrefixTreeFilter
context Lucene.Net.Index.AtomicReaderContext
acceptDocs Bits
hasIndexedLeaves bool
Résultat Lucene.Net.Index