[
https://issues.apache.org/jira/browse/LUCENE-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534520
]
Doron Cohen commented on LUCENE-1028:
-------------------------------------
Thanks for catching this Kyle.
Patch looks good to me and working.
I enhanced checkQuery() in test/a.o.l.search.QueryUtils to check all queries
for serialization.
This catches this bug and verifies the fix.
It also shows that BoostingTermQuery fails fr this check, but I am not sure why.
> [tiny patch] CustomScoreQuery, etc are not Serializable
> -------------------------------------------------------
>
> Key: LUCENE-1028
> URL: https://issues.apache.org/jira/browse/LUCENE-1028
> Project: Lucene - Java
> Issue Type: Bug
> Components: Search
> Affects Versions: 2.2
> Reporter: Kyle Maxwell
> Priority: Critical
> Attachments: lucene-serialization.diff
>
>
> In order to work with ParallelMultiSearcher, Query weights need to be
> serializable. The interface Weight extends java.io.Serializable, but it
> appears that some of the newer queries unnecessarily store global state in
> their weights, thus causing serialization errors.
--
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]