org.apache.solr.request
Class RequiredSolrParams

java.lang.Object
  extended by org.apache.solr.common.params.SolrParams
      extended by org.apache.solr.common.params.RequiredSolrParams
          extended by org.apache.solr.request.RequiredSolrParams
All Implemented Interfaces:
Serializable

Deprecated. Use org.apache.solr.common.params.RequiredSolrParams.

@Deprecated
public class RequiredSolrParams
extends RequiredSolrParams

This class is scheduled for deletion. Please update your code to the moved package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.solr.common.params.RequiredSolrParams
params
 
Constructor Summary
RequiredSolrParams(SolrParams params)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.params.RequiredSolrParams
get, get, getBool, getFieldBool, getFieldFloat, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getInt, getParameterNamesIterator, getParams, toString
 
Methods inherited from class org.apache.solr.common.params.SolrParams
fpname, getBool, getDouble, getDouble, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldInt, getFloat, getInt, parseBool, required, toMap, toMultiMap, toNamedList, toSolrParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiredSolrParams

public RequiredSolrParams(SolrParams params)
Deprecated. 


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.