Class ElasticsearchDocumentReference
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchDocumentReference
- All Implemented Interfaces:
DocumentReference
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElasticsearchDocumentReference
-
-
Method Details
-
typeName
- Specified by:
typeNamein interfaceDocumentReference- Returns:
- The name of the type of the referenced document. The type name is mapper-specific. For example, in the Hibernate ORM mapper, it will be the JPA entity name.
-
id
- Specified by:
idin interfaceDocumentReference- Returns:
- The identifier of the referenced document. The identifier is returned as it was generated during document building, i.e. it does not take into account backend-specific transformations such as appending a tenant ID when using multi-tenancy.
-
equals
-
hashCode
public int hashCode() -
toString
-