Package com.atlan.model.fields
Interface IRelationSearchable
- All Known Implementing Classes:
SearchableRelationship
public interface IRelationSearchable
-
Method Summary
Modifier and TypeMethodDescriptionco.elastic.clients.elasticsearch._types.query_dsl.Query
hasAny()
Returns a query that will only match assets that have at least one active relationship for the field.static co.elastic.clients.elasticsearch._types.query_dsl.Query
Returns a query that will only match assets that have at least one active relationship for the field.
-
Method Details
-
hasAny
co.elastic.clients.elasticsearch._types.query_dsl.Query hasAny()Returns a query that will only match assets that have at least one active relationship for the field.- Returns:
- a query that will only match assets that have at least one active relationship for the field.
-
hasAny
Returns a query that will only match assets that have at least one active relationship for the field.- Parameters:
relationship
- name of the relationship to search- Returns:
- a query that will only match assets that have at least one active relationship for the field.
-