[ 
http://issues.apache.org/jira/browse/LUCENE-754?page=comments#action_12459791 ] 
            
Chuck Williams commented on LUCENE-754:
---------------------------------------

This patch, together with LUCENE-750 (already committed) solved our problem 
completely.  It sped up simultaneous multi-threaded searches with a new 
ParallelReader against a 1 million item investigation that has a unique id sort 
field (i.e., 1 million entry FIeldCache must be created) by a factor of 15x.

Thanks Yonik!  +1 to commit this.


> FieldCache keeps hard references to readers, doesn't prevent multiple threads 
> from creating same instance
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-754
>                 URL: http://issues.apache.org/jira/browse/LUCENE-754
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>         Assigned To: Yonik Seeley
>         Attachments: FieldCache.patch
>
>


-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to