allenchen / research-cs194

Automatically exported from code.google.com/p/research-cs194
1 stars 0 forks source link

xapian db create doesn't finish properly #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have no acts_as_xapian database
2. Run rake xapian:rebuild_index
3. See development.new that doesn't get moved to development.

What is the expected output? What do you see instead?
I expect to see /development/, not /development.new/

Please use labels and text to provide additional information.
Problem with FileUtils.mv new_path, old_path at 
acts_as_xapian/lib/acts_as_xapian.rb:623.
For now, move things manually.

Original issue reported on code.google.com by JonnyKIn...@gmail.com on 20 Oct 2010 at 8:14

GoogleCodeExporter commented 9 years ago
Moved from Xapian to Sphinx.

Original comment by JonnyKIn...@gmail.com on 4 Nov 2010 at 7:30