Document.Builder |
Document.Builder.body(String body) |
The body text of the search service's document.
|
static Document.Builder |
Document.builder() |
|
Document.Builder |
Document.Builder.groupId(String groupId) |
The optional group identifier of the document from the search service.
|
Document.Builder |
Document.Builder.id(String id) |
The identifier of the document from the search service.
|
Document.Builder |
Document.Builder.originalScore(Float originalScore) |
The original document score or rank from the search service.
|
Document.Builder |
Document.Builder.title(String title) |
The title of the search service's document.
|
Document.Builder |
Document.toBuilder() |
|
Document.Builder |
Document.Builder.tokenizedBody(String... tokenizedBody) |
The body text of the search service's document represented as a list of tokens or words.
|
Document.Builder |
Document.Builder.tokenizedBody(Collection<String> tokenizedBody) |
The body text of the search service's document represented as a list of tokens or words.
|
Document.Builder |
Document.Builder.tokenizedTitle(String... tokenizedTitle) |
The title of the search service's document represented as a list of tokens or words.
|
Document.Builder |
Document.Builder.tokenizedTitle(Collection<String> tokenizedTitle) |
The title of the search service's document represented as a list of tokens or words.
|