mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
add deprecation links
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f342cd14df
commit
d9e76a7cca
@ -56,8 +56,20 @@ public class XmlUpdateRequestHandler extends ContentStreamHandlerBase {
|
||||
|
||||
public static final String OVERWRITE = "overwrite";
|
||||
public static final String COMMIT_WITHIN = "commitWithin";
|
||||
public static final String OVERWRITE_COMMITTED = "overwriteCommitted"; // @Deprecated
|
||||
public static final String OVERWRITE_PENDING = "overwritePending"; // @Deprecated
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #OVERWRITE}
|
||||
*/
|
||||
public static final String OVERWRITE_COMMITTED = "overwriteCommitted";
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #OVERWRITE}
|
||||
*/
|
||||
public static final String OVERWRITE_PENDING = "overwritePending";
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #OVERWRITE}
|
||||
*/
|
||||
public static final String ALLOW_DUPS = "allowDups";
|
||||
|
||||
XMLInputFactory inputFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user