mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496871 13f79535-47bb-0310-9956-ffa450edef68
7 lines
87 B
Ruby
7 lines
87 B
Ruby
module Solr
|
|
module Response
|
|
class Delete < Solr::Response::Xml
|
|
end
|
|
end
|
|
end
|