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.
|
Modifier and Type | Method and Description |
---|---|
SearchReport[] |
Index.getSearchReports()
Gets the reports on search operations.
|
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) |