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 OR collection.Not to be used on APIs that are only available on cores or only on collections.
Used primarily as a way to avoid duplicating these parameter definitions on each relevant interface method in
org.apache.solr.client.api.endpoint