[
https://issues.apache.org/jira/browse/LUCENE-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652920#action_12652920
]
Jason Rutherglen commented on LUCENE-1473:
------------------------------------------
"In regards to Doug's comment about an alternate form... doesn't SOLR already
have a XML based query format? If so, just persist the queries using this. You
will be immune to serialization changes (provided the SOLR parser remains
backwards compatible)."
SOLR does not have an XML based query format. XML is not ideal for distributed
search because it is slow and verbose. There are many ways to serialize
things, the issue is not in choosing one, but in supporting what most Java
libraries do today which is native to the Java platform.
> Implement Externalizable in main top level searcher classes
> -----------------------------------------------------------
>
> Key: LUCENE-1473
> URL: https://issues.apache.org/jira/browse/LUCENE-1473
> Project: Lucene - Java
> Issue Type: Bug
> Components: Search
> Affects Versions: 2.4
> Reporter: Jason Rutherglen
> Priority: Minor
> Attachments: LUCENE-1473.patch
>
>
> To maintain serialization compatibility between Lucene versions, major
> classes can implement Externalizable. This will make Serialization faster
> due to no reflection required and maintain backwards compatibility.
--
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]