[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-1127) Feed Lucene Fields with pre-interned field names as metadata constants

Sanne Grinovero (JIRA) noreply at atlassian.com
Tue May 15 17:58:11 EDT 2012


Feed Lucene Fields with pre-interned field names as metadata constants
----------------------------------------------------------------------

                 Key: HSEARCH-1127
                 URL: https://hibernate.onjira.com/browse/HSEARCH-1127
             Project: Hibernate Search
          Issue Type: Improvement
          Components: engine
            Reporter: Sanne Grinovero


Field names are interned by Lucene if we can't guaranteed they are already interned, but the API allows to provide pre-interned field names.

We build most of these field names at runtime, although they are actually all known at boot time and could be pre-generated, and interned once.

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