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.results |
The package provides search result classes.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
Index.search(SearchQuery query)
Searches in index.
|
SearchResult |
IndexRepository.search(SearchQuery query)
Searches in all indexes of the repository.
|
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)
Searches in index.
|
SearchResult |
IndexRepository.search(String query)
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.
|
SearchResult |
Index.searchNext(ChunkSearchToken chunkSearchToken)
Continues the chunk search started with method Search.
|
SearchResult |
Index.searchNext(ChunkSearchToken chunkSearchToken,
Cancellation cancellation)
Continues the chunk search started with method Search.
|
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 |
---|
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 SearchResult |
SearchResult.create(FoundDocument[] documents,
boolean truncated,
String warnings,
ChunkSearchToken nextChunkSearchToken,
boolean ignoreLicenseRestrictions) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SearchResult.appendWarning(SearchResult searchResult,
String warning) |
protected static void |
SearchResult.setTime(SearchResult searchResult,
com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime) |