Keyoti SearchUnit API Docs
IsInIgnoredRegion Method (allIgnoreRegions)
API DocumentationKeyoti.SearchEngine.DocumentsParserIsInIgnoredRegion(ArrayList)
Keyoti SearchUnit v6
Determines whether current word (at wordStart) is in an ignored region.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected bool IsInIgnoredRegion(
	ArrayList allIgnoreRegions
)
protected bool IsInIgnoredRegion(
	ArrayList allIgnoreRegions
)
Protected Function IsInIgnoredRegion ( 
	allIgnoreRegions As ArrayList
) As Boolean
Protected Function IsInIgnoredRegion ( 
	allIgnoreRegions As ArrayList
) As Boolean
protected:
bool IsInIgnoredRegion(
	ArrayList^ allIgnoreRegions
)
protected:
bool IsInIgnoredRegion(
	ArrayList^ allIgnoreRegions
)
member IsInIgnoredRegion : 
        allIgnoreRegions : ArrayList -> bool 
member IsInIgnoredRegion : 
        allIgnoreRegions : ArrayList -> bool 
Parameters
allIgnoreRegions (ArrayList)
Collection of 2 dim int arrays indicating the start and end of ignore regions
Return Value
Boolean
True if is in ignore region.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120