public abstract class SearchHit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchHit.Builder |
| Constructor and Description |
|---|
SearchHit() |
| Modifier and Type | Method and Description |
|---|---|
static SearchHit.Builder |
builder() |
static SearchHit |
create(String newId,
String newIndex) |
abstract String |
getId() |
abstract String |
getIndex() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.