[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-821) Finalize SearchFactory API decisions
Sanne Grinovero (JIRA)
noreply at atlassian.com
Fri Jul 29 06:40:03 EDT 2011
Finalize SearchFactory API decisions
------------------------------------
Key: HSEARCH-821
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-821
Project: Hibernate Search
Issue Type: Task
Reporter: Sanne Grinovero
Priority: Blocker
When introducing HSEARCH-750 we created these methods:
{code}org.hibernate.search.SearchFactory.openIndexReader(Class<?>...)
org.hibernate.search.SearchFactory.closeIndexReader(IndexReader){code}
An alternative idea would be to add a single indirection, as for example
searchFactory.getReaderProvider().open / close
This task is about taking a final decision on that matter, and review the SearchFactory API for other methods as well.
--
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