@Value.Immutable(copy=false)
public interface IndexedShape
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the ID of the document that containing the pre-indexed shape.
|
default java.lang.String |
getIndex()
Returns name of the index where the pre-indexed shape is.
|
java.lang.String |
getPath()
Returns the field specified as path containing the pre-indexed shape.
|
default java.lang.String |
getType()
Returns index type where the pre-indexed shape is.
|
java.lang.String getId()
@Value.Default default java.lang.String getIndex()
java.lang.String getPath()
@Value.Default default java.lang.String getType()