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

Michael McCandless resolved LUCENE-2360.
----------------------------------------

    Fix Version/s: 3.0.2
                   3.1
                   4.0
       Resolution: Fixed

> speedup recycling of per-doc RAM
> --------------------------------
>
>                 Key: LUCENE-2360
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2360
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>    Affects Versions: 3.1
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 2.9.3, 3.0.2, 3.1, 4.0
>
>         Attachments: LUCENE-2360.patch
>
>
> Robert found one source of slowness when indexing tiny docs, where we use 
> List.toArray to recycle the byte[] buffers used by per-doc doc store state 
> (stored field, term vectors).  This was added in LUCENE-2283, so not yet 
> released.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to