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.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
SearchOptions |
SearchQuery.getSearchOptions()
Gets the search options of this seach query.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
Index.search(SearchQuery query,
SearchOptions options)
Searches in index.
|
SearchResult |
IndexRepository.search(SearchQuery query,
SearchOptions options)
Searches in all indexes of the repository.
|
SearchResult |
Index.search(String query,
SearchOptions options)
Searches in index.
|
SearchResult |
IndexRepository.search(String query,
SearchOptions options)
Searches in all indexes of the repository.
|
void |
SearchQuery.setSearchOptions(SearchOptions value)
Sets the search options of this seach query.
|
Modifier and Type | Method and Description |
---|---|
protected SearchOptions |
ChunkSearchToken.getOptions() |
SearchOptions |
SearchReport.getSearchOptions()
Gets the search options.
|
Modifier and Type | Method and Description |
---|---|
protected static SearchReport |
SearchReport.create(com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime,
SearchQuery objectQuery,
SearchOptions searchOptions,
SearchResult searchResult) |
protected static SearchReport |
SearchReport.create(com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime,
String textQuery,
SearchOptions searchOptions,
SearchResult searchResult) |
Constructor and Description |
---|
ChunkSearchToken(SearchQuery searchQuery,
SearchOptions options,
int segmentIndex,
int segmentCount,
com.aspose.ms.System.DateTime lastModified) |
SearchReport(com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime,
SearchQuery objectQuery,
SearchOptions searchOptions,
SearchResult searchResult) |
SearchReport(com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime,
String textQuery,
SearchOptions searchOptions,
SearchResult searchResult) |
Modifier and Type | Method and Description |
---|---|
protected static SearchOptions |
SearchOptions.create(ArrayReader reader) |
protected static SearchOptions |
SearchOptions.create(byte[] array) |
protected static SearchOptions |
SearchOptions.createInstance(byte[] array) |
Modifier and Type | Method and Description |
---|---|
protected static DocumentFilter |
SearchOptions.getDocumentFilter(SearchOptions options) |
protected static int |
SearchOptions.getSerializedLength(SearchOptions options) |
protected static void |
SearchOptions.serialize(SearchOptions options,
ArrayWriter writer) |
protected static void |
SearchOptions.setFuzzySearch(SearchOptions options,
FuzzySearchOptions value) |
protected static byte[] |
SearchOptions.toByteArray(SearchOptions options) |