Displaying 3 results from an estimated 3 matches for "reindex_batch_size".
2007 Sep 20
0
ferret reindex_batch_size
I am using the act_as_ferret in my app. I want to know that if i have set
the reindex_batch_size => 500 or something . can u guide me how it works
means the batch_size or can anyone provide me with a link to go through
that..
Thanks
Ravi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20070920/b47e8a6d...
2007 Sep 14
0
How to call optimize
...e(:auto_flush
=> false,
:field_infos
=> ActsAsFerret::field_infos(models),
:create
=> true))
index.batch_size = aaf_configuration[:reindex_batch_size]
index.logger = logger
index.index_models models
end
--
Posted via http://www.ruby-forum.com/.
2007 Nov 13
8
acts_as_ferret : cannot use a customized Analyzer (as indicated in the AdvancedUsageNotes)
Hi all,
I cannot make aaf (rev. 220) use my custom analyzer, despite following the
indications @
http://projects.jkraemer.net/acts_as_ferret/wiki/AdvancedUsage
To pinpoint the problem, I created a model + a simple analyzer with 2 stop
words : "fax" and "gsm".
test 1 : model.rebuild_index + model.find_by_contents("fax") # fax is a
stop word.
=> I get a