You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Conal Tuohy (JIRA)" <ji...@apache.org> on 2006/07/12 08:14:29 UTC

[jira] Created: (COCOON-1880) [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)

[PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)
----------------------------------------------------------------------------------------

         Key: COCOON-1880
         URL: http://issues.apache.org/jira/browse/COCOON-1880
     Project: Cocoon
        Type: Bug

  Components: Blocks: Lucene  
    Versions: 2.1.8, 2.1.9    
    Reporter: Conal Tuohy


The LuceneIndexTransformer did not provide a way to over-ride the default maxFieldLength value of a Lucene IndexWriter. Since the default value is 10k, this means that large documents can not be indexed. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (COCOON-1880) [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)

Posted by "Antonio Gallardo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1880?page=all ]

Antonio Gallardo reassigned COCOON-1880:
----------------------------------------

    Assignee: Antonio Gallardo

> [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-1880
>                 URL: http://issues.apache.org/jira/browse/COCOON-1880
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Lucene
>    Affects Versions: 2.1.8, 2.1.9
>            Reporter: Conal Tuohy
>         Assigned To: Antonio Gallardo
>         Attachments: LuceneIndexTransformer.diff
>
>
> The LuceneIndexTransformer did not provide a way to over-ride the default maxFieldLength value of a Lucene IndexWriter. Since the default value is 10k, this means that large documents can not be indexed. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (COCOON-1880) [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)

Posted by "Antonio Gallardo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1880?page=all ]

Antonio Gallardo closed COCOON-1880.
------------------------------------

    Fix Version/s: 2.2-dev (Current SVN)
                   2.1.10-dev (current SVN)
       Resolution: Fixed

Thanks for the patch. It was applied in 2.1.x branch and 2.2-dev. Please feel free to reopen the issue if needed.

> [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-1880
>                 URL: http://issues.apache.org/jira/browse/COCOON-1880
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Lucene
>    Affects Versions: 2.1.8, 2.1.9
>            Reporter: Conal Tuohy
>         Assigned To: Antonio Gallardo
>             Fix For: 2.2-dev (Current SVN), 2.1.10-dev (current SVN)
>
>         Attachments: LuceneIndexTransformer.diff
>
>
> The LuceneIndexTransformer did not provide a way to over-ride the default maxFieldLength value of a Lucene IndexWriter. Since the default value is 10k, this means that large documents can not be indexed. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (COCOON-1880) [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)

Posted by "Conal Tuohy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1880?page=all ]

Conal Tuohy updated COCOON-1880:
--------------------------------

    Attachment: LuceneIndexTransformer.diff

The patch adds the facility to set a "max-field-length" parameter, in the same way as all the other parameters. Also the JavaDoc has been expanded significantly.


> [PATCH] Allow LuceneIndexTransformer to index large documents (with more than 10k terms)
> ----------------------------------------------------------------------------------------
>
>          Key: COCOON-1880
>          URL: http://issues.apache.org/jira/browse/COCOON-1880
>      Project: Cocoon
>         Type: Bug

>   Components: Blocks: Lucene
>     Versions: 2.1.8, 2.1.9
>     Reporter: Conal Tuohy
>  Attachments: LuceneIndexTransformer.diff
>
> The LuceneIndexTransformer did not provide a way to over-ride the default maxFieldLength value of a Lucene IndexWriter. Since the default value is 10k, this means that large documents can not be indexed. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira