lib/neo4j/config.rb in neo4j-1.0.0.beta.16 vs lib/neo4j/config.rb in neo4j-1.0.0.beta.17
- old
+ new
@@ -15,11 +15,11 @@
# Hash:: The defaults for the config.
def defaults
@defaults ||= {
:storage_path => 'tmp/neo4j',
:lucene => {
- :fulltext => org.neo4j.index.impl.lucene.LuceneIndexProvider::FULLTEXT_CONFIG,
- :exact => org.neo4j.index.impl.lucene.LuceneIndexProvider::EXACT_CONFIG}
+ :fulltext => {"provider" => "lucene", "type" => "fulltext" },
+ :exact => {"provider" => "lucene", "type" => "exact" }}
}
end
# Yields the configuration.
\ No newline at end of file