lib/picky/internals/indexers/parallel.rb in picky-2.4.2 vs lib/picky/internals/indexers/parallel.rb in picky-2.4.3
- old
+ new
@@ -4,9 +4,11 @@
# Uses a number of categories, a source, and a tokenizer to index data.
#
# The tokenizer is taken from each category if specified, from the index, if not.
#
+ # TODO Think about this one more. It should work on an index, but also a single category.
+ #
class Parallel < Base
delegate :categories, :source, :to => :@index
def initialize index
\ No newline at end of file