[ 
https://issues.apache.org/jira/browse/LUCENE-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652945#action_12652945
 ] 

Jason Rutherglen commented on LUCENE-1473:
------------------------------------------

Robert:
> using XML for queries if you provide a handler, 

That doesn't sound like query serialization.

SOLR has a binary protocol due to criticisms about XML being slow.  

I'm not sure why you and Doug and focusing on performance when that is not 
really the main issue I brought up.

Also I'm confused as to why dynamic classloading is being ignored by you folks 
as a Java feature that a Java search library could take advantage of to 
differentiate itself in the search (closed and open source) marketplace.  

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

Reply via email to