You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Christoph Kiehl (JIRA)" <ji...@apache.org> on 2007/07/30 18:24:53 UTC

[jira] Created: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

Disable norms for untokenized fields to reduce memory consumption
-----------------------------------------------------------------

                 Key: JCR-1042
                 URL: https://issues.apache.org/jira/browse/JCR-1042
             Project: Jackrabbit
          Issue Type: Improvement
          Components: indexing
    Affects Versions: 1.3
            Reporter: Christoph Kiehl
            Assignee: Christoph Kiehl
         Attachments: NodeIndexer.patch

For repositories with many indexed fields, the norms cause memory problems both during indexing and querying (see LUCENE-448). Since the fields in question were never boosted they could as well be indexed without norms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

Posted by "Christoph Kiehl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Kiehl updated JCR-1042:
---------------------------------

    Attachment: NodeIndexer.patch

Index all un-tokenized field without norms

> Disable norms for untokenized fields to reduce memory consumption
> -----------------------------------------------------------------
>
>                 Key: JCR-1042
>                 URL: https://issues.apache.org/jira/browse/JCR-1042
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing
>    Affects Versions: 1.3
>            Reporter: Christoph Kiehl
>            Assignee: Christoph Kiehl
>         Attachments: NodeIndexer.patch
>
>
> For repositories with many indexed fields, the norms cause memory problems both during indexing and querying (see LUCENE-448). Since the fields in question were never boosted they could as well be indexed without norms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1042:
-------------------------------

          Component/s: jackrabbit-core
    Affects Version/s:     (was: 1.3)

> Disable norms for untokenized fields to reduce memory consumption
> -----------------------------------------------------------------
>
>                 Key: JCR-1042
>                 URL: https://issues.apache.org/jira/browse/JCR-1042
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing, jackrabbit-core
>            Reporter: Christoph Kiehl
>            Assignee: Marcel Reutegger
>             Fix For: 1.4
>
>         Attachments: NodeIndexer.patch
>
>
> For repositories with many indexed fields, the norms cause memory problems both during indexing and querying (see LUCENE-448). Since the fields in question were never boosted they could as well be indexed without norms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger reassigned JCR-1042:
-------------------------------------

    Assignee: Marcel Reutegger  (was: Christoph Kiehl)

> Disable norms for untokenized fields to reduce memory consumption
> -----------------------------------------------------------------
>
>                 Key: JCR-1042
>                 URL: https://issues.apache.org/jira/browse/JCR-1042
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing
>    Affects Versions: 1.3
>            Reporter: Christoph Kiehl
>            Assignee: Marcel Reutegger
>         Attachments: NodeIndexer.patch
>
>
> For repositories with many indexed fields, the norms cause memory problems both during indexing and querying (see LUCENE-448). Since the fields in question were never boosted they could as well be indexed without norms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1042.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Applied the patch but changed the visibility of createFieldWithoutNorms to protected.

svn revision: 565283

> Disable norms for untokenized fields to reduce memory consumption
> -----------------------------------------------------------------
>
>                 Key: JCR-1042
>                 URL: https://issues.apache.org/jira/browse/JCR-1042
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing
>    Affects Versions: 1.3
>            Reporter: Christoph Kiehl
>            Assignee: Marcel Reutegger
>             Fix For: 1.4
>
>         Attachments: NodeIndexer.patch
>
>
> For repositories with many indexed fields, the norms cause memory problems both during indexing and querying (see LUCENE-448). Since the fields in question were never boosted they could as well be indexed without norms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.