C# Класс Lucene.Net.Spatial.Prefix.WithinPrefixTreeFilter._VisitorTemplate_121

Наследование: VisitorTemplate
Показать файл Открыть проект

Открытые методы

Метод Описание
_VisitorTemplate_121 ( WithinPrefixTreeFilter outerInstance, Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs, bool hasIndexedLeaves ) : Lucene.Net.Index

Защищенные методы

Метод Описание
FindSubCellsToVisit ( Cell cell ) : IEnumerator
Finish ( ) : Lucene.Net.Search.DocIdSet
Start ( ) : void
Visit ( Cell cell ) : bool
VisitLeaf ( Cell cell ) : void
VisitScanned ( Cell cell ) : void

Приватные методы

Метод Описание
AllCellsIntersectQuery ( Cell cell, SpatialRelation relate ) : bool

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

Описание методов

FindSubCellsToVisit() защищенный Метод

protected FindSubCellsToVisit ( Cell cell ) : IEnumerator
cell Cell
Результат IEnumerator

Finish() защищенный Метод

protected Finish ( ) : Lucene.Net.Search.DocIdSet
Результат Lucene.Net.Search.DocIdSet

Start() защищенный Метод

protected Start ( ) : void
Результат void

Visit() защищенный Метод

protected Visit ( Cell cell ) : bool
cell Cell
Результат bool

VisitLeaf() защищенный Метод

protected VisitLeaf ( Cell cell ) : void
cell Cell
Результат void

VisitScanned() защищенный Метод

protected VisitScanned ( Cell cell ) : void
cell Cell
Результат void

_VisitorTemplate_121() публичный Метод

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
Результат Lucene.Net.Index