Add
Leave feedback
On this page
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. |
- class Document
- class IndexingOptions
- class Indexer
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
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. |
- class ExtractedData
- class IndexingOptions
- class Indexer
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.