Uses of Class
org.springframework.data.elasticsearch.client.erhlc.ScriptField
Packages that use ScriptField
Package
Description
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of ScriptField in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type ScriptFieldMethods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ScriptFieldModifier and TypeMethodDescriptionvoidNativeSearchQuery.addScriptField(ScriptField... scriptField) Deprecated.NativeSearchQueryBuilder.withScriptField(ScriptField scriptField) Deprecated.Method parameters in org.springframework.data.elasticsearch.client.erhlc with type arguments of type ScriptFieldModifier and TypeMethodDescriptionvoidNativeSearchQuery.setScriptFields(List<ScriptField> scriptFields) Deprecated.