[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-168) Add the ability to disable automatic indexing both on a per index level and programmatically

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Mar 13 15:39:33 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_29789 ] 

Emmanuel Bernard commented on HSEARCH-168:
------------------------------------------

You will need to give me good use cases for both per index indexing and programmatic indexing.
There are strong reasons why this is not the case today.

> 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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list