[
https://issues.apache.org/jira/browse/LUCENE-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980672#action_12980672
]
Michael McCandless commented on LUCENE-2751:
--------------------------------------------
bq. Hmmm, it looks like the committed patch serializes loading of caches of
multiple segments (for the same field?)
Ugh, you're right. I had thought validate was "only" used after initial
creation (eg, "typically" to add valid bits in), but in fact, create() calls
validate().
Yonik do you have a patch in mind to fix the root cause correctly?
I have to say... the new FieldCache code is rather hairy.
> add LuceneTestCase.newSearcher()
> --------------------------------
>
> Key: LUCENE-2751
> URL: https://issues.apache.org/jira/browse/LUCENE-2751
> Project: Lucene - Java
> Issue Type: Test
> Components: Build
> Reporter: Robert Muir
> Fix For: 3.1, 4.0
>
> Attachments: LUCENE-2751.patch, LUCENE-2751.patch
>
>
> Most tests in the search package don't care about what kind of searcher they
> use.
> we should randomly use MultiSearcher or ParallelMultiSearcher sometimes in
> tests.
--
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]