[jira] Created: (JCR-2377) Avoid docFreq calls for non-fulltext queries

2 messages Options
Embed this post
Permalink
JIRA jira@apache.org

[jira] Created: (JCR-2377) Avoid docFreq calls for non-fulltext queries

Reply Threaded More More options
Print post
Permalink
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.

JIRA jira@apache.org

[jira] Resolved: (JCR-2377) Avoid docFreq calls for non-fulltext queries

Reply Threaded More More options
Print post
Permalink

     [ https://issues.apache.org/jira/browse/JCR-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-2377.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Implemented in revision: 831379

> 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
>             Fix For: 2.0.0
>
>
> 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.