Keyoti SearchUnit API Docs
DeleteIndex Method (deleteConfiguration)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexDeleteIndex(Boolean)
Keyoti SearchUnit v6
Deletes the contents of the index, by deleting the index files.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void DeleteIndex(
	bool deleteConfiguration
)
public void DeleteIndex(
	bool deleteConfiguration
)
Public Sub DeleteIndex ( 
	deleteConfiguration As Boolean
)
Public Sub DeleteIndex ( 
	deleteConfiguration As Boolean
)
public:
void DeleteIndex(
	bool deleteConfiguration
)
public:
void DeleteIndex(
	bool deleteConfiguration
)
member DeleteIndex : 
        deleteConfiguration : bool -> unit 
member DeleteIndex : 
        deleteConfiguration : bool -> unit 
Parameters
deleteConfiguration (Boolean)
Whether to delete the configuration files as well as the indexed data.

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