search for: index_record

Displaying 3 results from an estimated 3 matches for "index_record".

Did you mean: index_records
2008 Jan 10
2
Error on manual indexing
...g changed? The full error: ArgumentError: wrong number of arguments (1 for 0) from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:19:in `ferret_enabled?'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:19:in `index_records'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:19:in `each'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:19:in `index_records'' from ./script/../config/../config/../vendor/plugins/ac...
2008 Jan 21
4
Rails app cannot connect to Ferret server
...e_sale_ready, :phone3, :user_id, :ts_expire] ArgumentError (wrong number of arguments (1 for 0)): (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:19:in `ferret_enabled?'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:19:in `index_records'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:19:in `each'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:19:in `index_records'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexe...
2007 Oct 04
2
Offline indexing issues
If I disable ferret in my environment file and then run a cron job every hour to index the records that have been added/changed, do I enable Ferret just in the script that does the hourly indexing? Or do I somehow need to tell the process that runs the Ferret DRB server that it should start writing to the index again? Thanks in advance. Erik