[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-835) Use more efficient serialization for simple types used as id in Avro serializer

Emmanuel Bernard (JIRA) noreply at atlassian.com
Sat Aug 6 08:15:02 EDT 2011


Use more efficient serialization for simple types used as id in Avro serializer
-------------------------------------------------------------------------------

                 Key: HSEARCH-835
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-835
             Project: Hibernate Search
          Issue Type: Bug
          Components: serialization
            Reporter: Emmanuel Bernard
             Fix For: 4.0


Today we serialize ids with Java Serialization but for common types, we should use Avro native types:

At least
- string
- int, float, double, long

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list