Package org.apache.solr.client.api.util
Annotation Type StoreApiParameters
-
@Target({METHOD,TYPE,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface StoreApiParameters
Concisely collects the parameters shared by APIs that interact with contents of a specific core/collection.Used primarily as a way to avoid duplicating these parameter definitions on each relevant interface method in
org.apache.solr.client.api.endpoint