Add
Add(Document[], string[], IndexingOptions)
Performs indexing operation. Indexing only from stream and structure is supported.
public void Add(Document[] documents, string[] passwords, IndexingOptions options)
Parameter | Type | Description |
---|---|---|
documents | Document[] | The documents from stream or structure. |
passwords | String[] | The document passwords. |
options | IndexingOptions | The add options. |
See Also
- class Document
- class IndexingOptions
- class Indexer
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Add(ExtractedData[], IndexingOptions)
Performs indexing operation. Adds the extracted data to the search network.
public void Add(ExtractedData[] data, IndexingOptions options)
Parameter | Type | Description |
---|---|---|
data | ExtractedData[] | The extracted data. |
options | IndexingOptions | The indexing options. |
See Also
- class ExtractedData
- class IndexingOptions
- class Indexer
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search