Uses of Class
org.springframework.data.elasticsearch.core.RuntimeField
Packages that use RuntimeField
-
Uses of RuntimeField in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query with type parameters of type RuntimeFieldMethods in org.springframework.data.elasticsearch.core.query that return types with arguments of type RuntimeFieldModifier and TypeMethodDescriptionBaseQuery.getRuntimeFields()BaseQueryBuilder.getRuntimeFields()Query.getRuntimeFields()Methods in org.springframework.data.elasticsearch.core.query with parameters of type RuntimeFieldModifier and TypeMethodDescriptionvoidBaseQuery.addRuntimeField(RuntimeField runtimeField) voidQuery.addRuntimeField(RuntimeField runtimeField) Adds a runtime field to the query.Method parameters in org.springframework.data.elasticsearch.core.query with type arguments of type RuntimeFieldModifier and TypeMethodDescriptionBaseQueryBuilder.withRuntimeFields(List<RuntimeField> runtimeFields)