lib/picky/internals/indexed/category.rb in picky-2.1.0 vs lib/picky/internals/indexed/category.rb in picky-2.1.1
- old
+ new
@@ -65,11 +65,9 @@
# Loads, analyzes, and clears the index.
#
# Note: The idea is not to run this while the search engine is running.
#
- # TODO Spec. Identifier is ok?
- #
def analyze collector
collector[identifier] = {
:exact => Analyzer.new.analyze(exact),
:partial => Analyzer.new.analyze(partial)
}
\ No newline at end of file