Add

Add(IList<Document>, IList<string>, IndexingOptions)

Performs indexing operation. Indexing only from stream and structure is supported.

public void Add(IList<Document> documents, IList<string> passwords, IndexingOptions options)
Parameter Type Description
documents IList`1 The documents from stream or structure.
passwords IList`1 The document passwords.
options IndexingOptions The add options.

See Also


Add(IList<ExtractedData>, IndexingOptions)

Performs indexing operation. Adds the extracted data to the search network.

public void Add(IList<ExtractedData> data, IndexingOptions options)
Parameter Type Description
data IList`1 The extracted data.
options IndexingOptions The indexing options.

See Also