Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.common |
The package provides common classes of the library.
|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Document.createFromFile(String filePath)
Creates a document from a file.
|
static Document |
Document.createFromStream(String documentKey,
Date modificationDate,
String extension,
InputStream stream)
Creates a document from a stream.
|
static Document |
Document.createFromStructure(String documentKey,
Date modificationDate,
DocumentField[] fields)
Creates a document from a structure that is an array of text fields.
|
static Document |
Document.createLazy(int documentSourceKind,
String documentKey,
IDocumentLoader documentLoader)
Creates a lazy-loaded document.
|
Modifier and Type | Method and Description |
---|---|
void |
Index.add(Document[] documents,
IndexingOptions options)
Performs indexing operation.
|
Modifier and Type | Method and Description |
---|---|
Document |
IDocumentLoader.loadDocument()
Loads a document.
|
Modifier and Type | Method and Description |
---|---|
Document |
FileIndexingEventArgs.getDocument()
Gets the document.
|
Modifier and Type | Method and Description |
---|---|
protected static FileIndexingEventArgs |
FileIndexingEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
int status,
Document document) |
Constructor and Description |
---|
FileIndexingEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
int status,
Document document)
Initializes a new instance of the
FileIndexingEventArgs class. |
Copyright © 2020. All rights reserved.