We only use Jackrabbit for storing files, which we are later retrieving using their full path or UUID. Is it safe to turn off the Jackrabbit index in this case?
What about Jackrabbit XPath queries, do they use the fulltext index?
We only use Jackrabbit for storing files, which we are later retrieving using their full path or UUID. Is it safe to turn off the Jackrabbit index in this case?
What about Jackrabbit XPath queries, do they use the fulltext index?
When you only access the nodes using the path and the UUID (identifier), you can safely turn of the Lucene index.
The XPath queries do need to the Lucene index.
To reduce the overhead of maintaining the Lucene index, you could use a custom index configuration, and specially index rules to only index certain properties.