Question

How do I access my Lucene index with Luke when I have configured my hibernate search's directory provider as ram?

I don't know what to enter for path:

enter image description here

Was it helpful?

Solution

That's not possible. A Lucene RAM index cannot be inspected with Luke. You need a file system based index. A RAM index is only visible within the JVM creating it and is lost on restart. It's main purpose is during development and test or in application where an index is only temporarily needed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top