]
Emmanuel Bernard resolved HSEARCH-821.
--------------------------------------
Resolution: Out of Date
Finalize SearchFactory API decisions
------------------------------------
Key: HSEARCH-821
URL:
https://hibernate.onjira.com/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: