Keyoti SearchUnit API Docs
IsDocumentToBeIndexed Method (document)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexIsDocumentToBeIndexed(Document)
Keyoti SearchUnit v6
Determines if a document should be indexed.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected internal virtual bool IsDocumentToBeIndexed(
	Document document
)
protected internal virtual bool IsDocumentToBeIndexed(
	Document document
)
Protected Friend Overridable Function IsDocumentToBeIndexed ( 
	document As Document
) As Boolean
Protected Friend Overridable Function IsDocumentToBeIndexed ( 
	document As Document
) As Boolean
protected public:
virtual bool IsDocumentToBeIndexed(
	Document^ document
)
protected public:
virtual bool IsDocumentToBeIndexed(
	Document^ document
)
abstract IsDocumentToBeIndexed : 
        document : Document -> bool 
override IsDocumentToBeIndexed : 
        document : Document -> bool 
abstract IsDocumentToBeIndexed : 
        document : Document -> bool 
override IsDocumentToBeIndexed : 
        document : Document -> bool 
Parameters
document (Document)
Return Value

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