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.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 abstract ChunkSearchToken |
ChunkSearchToken.getNextChunkSearchToken() |
Modifier and Type | Method and Description |
---|---|
ChunkSearchToken |
SearchResult.getNextChunkSearchToken()
Gets a chunk search token for searching the next chunk.
|
Modifier and Type | Method and Description |
---|---|
protected static SearchResult |
SearchResult.create(FoundDocument[] documents,
boolean truncated,
String warnings,
ChunkSearchToken nextChunkSearchToken,
boolean ignoreLicenseRestrictions) |
Constructor and Description |
---|
SearchResult(FoundDocument[] documents,
boolean truncated,
String warnings,
ChunkSearchToken nextChunkSearchToken,
boolean ignoreLicenseRestrictions)
Initializes a new instance of the
SearchResult class. |