mirror of https://github.com/apache/lucene.git
Define Solr::Request first thing, allowing future simplification of the request class definitions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3051e0a8dd
commit
8e82ba6386
|
@ -10,6 +10,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
module Solr; module Request; end; end
|
||||
require 'solr/request/add_document'
|
||||
require 'solr/request/base'
|
||||
require 'solr/request/commit'
|
||||
|
|
Loading…
Reference in New Issue