Add the ability to disable automatic indexing both on a per index level and
programmatically
--------------------------------------------------------------------------------------------
Key: HSEARCH-168
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-168
Project: Hibernate Search
Issue Type: New Feature
Components: engine
Reporter: Eric Winter
Priority: Minor
It is very resticitive in an application that has multiple indexes to only allow the
disabling of automatic indexing on an application wide level (or at least SessionFactory
wide...). I can see it being very useful to have auto indexing on a per index basis.
Also, it would be nice to be able to turn auto indexing off and on programmatically using
something like
Search.setAutoIndexing("myIndex", false); //per index
and
Search.setAutoIndexing(false); //global
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira