C# Class Lucene.Net.Spatial.Prefix.IntersectsPrefixTreeFilter._VisitorTemplate_55

Inheritance: VisitorTemplate
Show file Open project: apache/lucenenet

Public Methods

Method Description
_VisitorTemplate_55 ( IntersectsPrefixTreeFilter outerInstance, Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs, bool hasIndexedLeaves ) : Lucene.Net.Index

Protected Methods

Method Description
Finish ( ) : Lucene.Net.Search.DocIdSet
Start ( ) : void
Visit ( Cell cell ) : bool
VisitLeaf ( Cell cell ) : void
VisitScanned ( Cell cell ) : void

Method Details

Finish() protected method

protected Finish ( ) : Lucene.Net.Search.DocIdSet
return Lucene.Net.Search.DocIdSet

Start() protected method

protected Start ( ) : void
return void

Visit() protected method

protected Visit ( Cell cell ) : bool
cell Cell
return bool

VisitLeaf() protected method

protected VisitLeaf ( Cell cell ) : void
cell Cell
return void

VisitScanned() protected method

protected VisitScanned ( Cell cell ) : void
cell Cell
return void

_VisitorTemplate_55() public method

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
return Lucene.Net.Index