| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
Index.searchNext(ChunkSearchToken chunkSearchToken,
Cancellation cancellation)
Continues the chunk search started with method Search.
|
| Modifier and Type | Method and Description |
|---|---|
Cancellation |
IndexingOptions.getCancellation()
Gets the operation cancellation object.
|
Cancellation |
ITextOptions.getCancellation()
Gets the cancellation object.
|
Cancellation |
MergeOptions.getCancellation()
Gets the operation cancellation object.
|
Cancellation |
SearchOptions.getCancellation()
Gets the operation cancellation object.
|
Cancellation |
TextOptions.getCancellation()
Gets the cancellation object.
|
Cancellation |
UpdateOptions.getCancellation()
Gets the operation cancellation object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexingOptions.setCancellation(Cancellation value)
Sets the operation cancellation object.
|
void |
ITextOptions.setCancellation(Cancellation value)
Sets the cancellation object.
|
void |
MergeOptions.setCancellation(Cancellation value)
Sets the operation cancellation object.
|
void |
SearchOptions.setCancellation(Cancellation value)
Sets the operation cancellation object.
|
void |
TextOptions.setCancellation(Cancellation value)
Sets the cancellation object.
|
void |
UpdateOptions.setCancellation(Cancellation value)
Sets the operation cancellation object.
|
Copyright © 2026. All rights reserved.