Method VisitLeaf
VisitLeaf(Cell)
Called after visit() returns true and an indexed leaf cell is found.
Declaration
protected abstract void VisitLeaf(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell |
Remarks
Called after Visit() returns true and an indexed leaf cell is found. An indexed leaf cell means associated documents generally won't be found at further detail levels.
Exceptions
Type | Condition |
---|---|
System.IO.IOException |