lib/picky/internals/indexers/base.rb in picky-2.4.0 vs lib/picky/internals/indexers/base.rb in picky-2.4.1

- old
+ new

@@ -4,12 +4,10 @@ # # class Base - # Selects the original id (indexed id) and a column to process. The column data is called "token". - # - # Note: Puts together the parts first in an array, then releasing the array from time to time by joining. + # Starts the indexing process. # def index indexing_message process end \ No newline at end of file