mirror of https://github.com/apache/lucene.git
SOLR-14030: fix 2 javac warnings: [dep-ann] deprecated item is not annotated with @Deprecated
This commit is contained in:
parent
49631ace9f
commit
df933f8104
|
@ -60,6 +60,7 @@ public class UpdateRequest extends AbstractUpdateRequest {
|
|||
* @deprecated Solr now always includes in the response the {@link #REPFACT}, this parameter
|
||||
* doesn't need to be explicitly set
|
||||
*/
|
||||
@Deprecated // SOLR-14034
|
||||
public static final String MIN_REPFACT = "min_rf";
|
||||
public static final String VER = "ver";
|
||||
public static final String OVERWRITE = "ow";
|
||||
|
|
|
@ -273,6 +273,7 @@ public interface CommonParams {
|
|||
* When querying a node, prefer local node's cores for distributed queries.
|
||||
* @deprecated Use {@code ShardParams.SHARDS_PREFERENCE}
|
||||
*/
|
||||
@Deprecated // SOLR-14035
|
||||
String PREFER_LOCAL_SHARDS = "preferLocalShards";
|
||||
|
||||
String JAVABIN = "javabin";
|
||||
|
|
Loading…
Reference in New Issue