lib/picky/bundle_indexing.rb in picky-3.5.2 vs lib/picky/bundle_indexing.rb in picky-3.5.3
- old
+ new
@@ -49,10 +49,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?
+ # TODO 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