[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-814) Avoid optimizing more than once the same index

Sanne Grinovero (JIRA) noreply at atlassian.com
Fri Jul 22 06:45:14 EDT 2011


Avoid optimizing more than once the same index
----------------------------------------------

                 Key: HSEARCH-814
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-814
             Project: Hibernate Search
          Issue Type: Improvement
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
            Priority: Minor
             Fix For: 4.0.0.Alpha1


searchFactory.optimize() is remapped as multiple invocations of optimize(type), once per type. But types can share the same index, so indexes might get optimized multiple times unnecessarily.

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