lib/picky/indexers/solr.rb in picky-0.11.2 vs lib/picky/indexers/solr.rb in picky-0.12.0

- old
+ new

@@ -1,11 +1,9 @@ # encoding: utf-8 # require 'rsolr' module Indexers - # This is an indexer in its own right. - # - # TODO Perhaps merge with the existing indexer. + # TODO Totally deprecated. This should be a source. # class Solr attr_reader :type, :fields, :solr \ No newline at end of file