public interface HasEntityId extends ResultFeature
A marker interface for results that are associated with a "winning" Entity.
If a result implements both HasEntityId and HasEntityRegistry, which is typically the case,
then the provided entity registry is suitable for Entity resolution purposes.
ResultFeature.CLUSTER_ID,
ResultFeature.ENTITY_ID| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId()
Gets the
Entity identifier. |
Copyright © 2025. All Rights Reserved.