[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-471) Ability to selectively index an entity based on its state

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Apr 9 05:07:58 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard updated HSEARCH-471:
-------------------------------------

    Summary: Ability to selectively index an entity based on its state  (was: Ability to "filter" entities from the search indexes)

Ah ok. Ability to "ignore" an entity for indexing / reindexing based on its state. That might be interesting.

It's not 100% trivial however:
 - ignore means triggering an index delete for update and delete
 - what about @IndexedEmbedded of this entity; probably safely ignore them
 - what about @ContainedIn: should probably make the ignore flag be ignored :)
 - wonder how well that would play with the collection change navigation

Do you think the full-text search perf gain will be significant?

> Ability to selectively index an entity based on its state
> ---------------------------------------------------------
>
>                 Key: HSEARCH-471
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-471
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: mapping
>    Affects Versions: 3.1.1.GA
>            Reporter: Dobes Vandermeer
>            Priority: Minor
>
> In our system we have entities that are searched but not all of them are available for search - some of them are flagged as "removed".  It would improve the efficiency of our search subsystem if we could implement a kind of "filter" that blocked these entities from being added to the search index, since we wouldn't have to make that a search term and our indexes would be somewhat smaller.

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