Hotware / Hibernate-Search-GenericJPA

Hibernate-Search with the JPA provider you want
http://hotware.github.io/Hibernate-Search-GenericJPA/
GNU Lesser General Public License v2.1
5 stars 3 forks source link

Implement Multi-Tenancy #47

Closed s4ke closed 9 years ago

s4ke commented 9 years ago

http://docs.jboss.org/hibernate/search/5.2/reference/en-US/html_single/#_using_a_tenant_aware_literal_fulltextsession_literal

s4ke commented 9 years ago

Because of the Trigger Updating system we cannot support multi-tenancy as the updates would only be handled once.

It isn't that hard for users to implement a similar behaviour on their own.

s4ke commented 9 years ago

the JPA standard doesn't support this anyways as of now.