Skip to content

Commit

Permalink
fixing error in Lucene config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed Mar 30, 2010
1 parent c75e9aa commit dea6384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -438,7 +438,7 @@ Keeping index in memory will increase the performance of Lucene operations (such
Example to configure Lucene to store indexes on disk instead

Lucene::Config[:store_on_file] = true
Lucene::Config[:storage_path] => '/home/neo/lucene-db'
Lucene::Config[:storage_path] = '/home/neo/lucene-db'

==== Lucene Index in Memory

Expand Down

0 comments on commit dea6384

Please sign in to comment.