mirror of https://github.com/apache/lucene.git
9 lines
117 B
Ruby
9 lines
117 B
Ruby
|
module Solr
|
||
|
module Request
|
||
|
class Update < Solr::Request::Base
|
||
|
def initialize
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|