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

Erik Hatcher reassigned LUCENE-961:
-----------------------------------

    Assignee: Erik Hatcher

> RegexCapabilities is not Serializable
> -------------------------------------
>
>                 Key: LUCENE-961
>                 URL: https://issues.apache.org/jira/browse/LUCENE-961
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: QueryParser
>    Affects Versions: 2.2
>            Reporter: Konrad Rokicki
>            Assignee: Erik Hatcher
>            Priority: Minor
>
> The class RegexQuery is marked Serializable by its super class, but it 
> contains a RegexCapabilities which is not Serializable. Thus attempting to 
> serialize the query results in an exception. 
> Making RegexCapabilities serializable should be no problem since its 
> subclasses contain only serializable classes (java.util.regex.Pattern and 
> org.apache.regexp.RE).

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