André
André

Reputation: 524

Hibernate Search Default Directory Provider

I just asked myself what is the default value for the Hibernate Search directory provider?

I've uncomment the property setting "hibernate.search.default.directory_provider" inside my persistence.xml. Hibernate Search is still working. I just ask myself at which place the Lucene index is stored. Is "ram" the default directory provider if no other value is provided?

I did not find any information about a default or fall back value for this property.

Upvotes: 1

Views: 1763

Answers (1)

Related Questions