Avoid docFreq calls for non-fulltext queries
--------------------------------------------
Key: JCR-2377
URL: https://issues.apache.org/jira/browse/JCR-2377
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Marcel Reutegger
Priority: Minor
Looking up the document frequency for a query terms costs I/O and is only
useful for fulltext queries (-> the document frequency has an influence on the
relevance of a result node). Simple constraints like: @foo = 'bar' may return a
constant value for docFreq.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.