C# Класс Lucene.Net.Spatial.Prefix.IntersectsPrefixTreeFilter._VisitorTemplate_55

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

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

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

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

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

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

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_55() публичный Метод

public _VisitorTemplate_55 ( IntersectsPrefixTreeFilter outerInstance, Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs, bool hasIndexedLeaves ) : Lucene.Net.Index
outerInstance IntersectsPrefixTreeFilter
context Lucene.Net.Index.AtomicReaderContext
acceptDocs Bits
hasIndexedLeaves bool
Результат Lucene.Net.Index