mirror of https://github.com/apache/lucene.git
moving UpdateParams.java to o.a.s.util (new class since 1.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c92187b2f1
commit
01ed55a933
|
@ -25,6 +25,7 @@ import org.apache.solr.request.SolrParams;
|
|||
import org.apache.solr.request.SolrQueryRequest;
|
||||
import org.apache.solr.request.SolrQueryResponse;
|
||||
import org.apache.solr.update.CommitUpdateCommand;
|
||||
import org.apache.solr.util.UpdateParams;
|
||||
|
||||
/**
|
||||
* Common helper functions for RequestHandlers
|
||||
|
|
|
@ -15,10 +15,14 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.solr.handler;
|
||||
package org.apache.solr.util;
|
||||
|
||||
/**
|
||||
* A collection of params used by Update handlers
|
||||
* A collection of standard params used by Update handlers
|
||||
*
|
||||
* @author ryan
|
||||
* @version $Id$
|
||||
* @since solr 1.2
|
||||
*/
|
||||
public interface UpdateParams
|
||||
{
|
Loading…
Reference in New Issue