lib/picky/bundle_indexing.rb in picky-4.0.0pre1 vs lib/picky/bundle_indexing.rb in picky-4.0.0pre2
- old
+ new
@@ -43,10 +43,10 @@
@backend_inverted.dump @inverted
end
# Dumps the weights index.
#
def dump_weights
- # TODO THINK about this. Perhaps the strategies should implement the backend methods? Or only the internal index ones?
+ # THINK about this. Perhaps the strategies should implement the backend methods? Or only the internal index ones?
#
@backend_weights.dump @weights if @weights_strategy.saved?
end
# Dumps the similarity index.
#
\ No newline at end of file