IndexAdd Method (Document, IndexingOptions) |
Performs indexing operation.
Adds documents from file system, stream, or structure.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
Syntaxpublic void Add(
Document[] documents,
IndexingOptions options
)
Public Sub Add (
documents As Document(),
options As IndexingOptions
)
public:
void Add(
array<Document^>^ documents,
IndexingOptions^ options
)
member Add :
documents : Document[] *
options : IndexingOptions -> unit
Parameters
- documents
- Type: GroupDocs.Search.CommonDocument
The documents from file system, stream, or structure. - options
- Type: GroupDocs.Search.OptionsIndexingOptions
The indexing options.
See Also