You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2008/04/11 19:28:05 UTC

[jira] Updated: (SOLR-330) Use new Lucene Token APIs (reuse and char[] buff)

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

Yonik Seeley updated SOLR-330:
------------------------------

    Attachment: token_filter.patch

Attaching token_filter.patch, minor update to synonym and WFD to prevent extra token creation.

> Use new Lucene Token APIs (reuse and char[] buff)
> -------------------------------------------------
>
>                 Key: SOLR-330
>                 URL: https://issues.apache.org/jira/browse/SOLR-330
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: SOLR-330.patch, SOLR-330.patch, token_filter.patch
>
>
> Lucene is getting new Token APIs for better performance.
> - token reuse
> - char[] offset + len instead of String
> Requires a new version of lucene.

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