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.
|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentField[] |
Document.getAdditionalFields()
Gets the additional fields for the document.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Document.createFromStructure(String documentKey,
Date modificationDate,
DocumentField[] fields)
Creates a document from a structure that is an array of text fields.
|
void |
Document.setAdditionalFields(DocumentField[] value)
Sets the additional fields for the document.
|
Modifier and Type | Method and Description |
---|---|
DocumentField[] |
ExtractedItemInfo.getFields()
Gets an extracted fields.
|
DocumentField[] |
IFieldExtractor.getFields(InputStream stream)
Extracts all fields from the specified document.
|
DocumentField[] |
IFieldExtractor.getFields(String filePath)
Extracts all fields from the specified document.
|
Constructor and Description |
---|
ExtractedItemInfo(FormatFamily formatFamily,
DocumentField[] fields,
String itemInfo,
String innerPath)
Initializes a new instance of the
ExtractedItemInfo class. |
Modifier and Type | Method and Description |
---|---|
DocumentField[] |
FileIndexingEventArgs.getAdditionalFields()
Gets the additional fields for the document.
|
Modifier and Type | Method and Description |
---|---|
void |
FileIndexingEventArgs.setAdditionalFields(DocumentField[] value)
Sets the additional fields for the document.
|
Modifier and Type | Method and Description |
---|---|
DocumentField[] |
TextOptions.getAdditionalFields()
Gets the additional document fields that was used for indexing.
|
Modifier and Type | Method and Description |
---|---|
void |
TextOptions.setAdditionalFields(DocumentField[] value)
Sets the additional document fields that was used for indexing.
|