Re: [hibernate-dev] How can I configure sharding for customer data
Have you checked the online documentation? http://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#search-configuration-directory-sharding plus you can check Hibernate Search in Action. Amin On 19 Nov 2010, at 05:42, Suganya wrote: > Hi, > > In my application, I have configured hibernate search to index my customer > data > > I have data specific to client and each client having the clientid. > > I need to create separate shards for each client dynamically and whenever > search or update or create happens I need to find the specific shard using > the client id. > > if its not supported, is it possible to customise ourselves. in order to > customise how to go for it and what are all the changes do I need to do? > > Cheers, > Suganya. > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] How can I configure sharding for customer data
Hi, I suggest you use the Search Forum - https://forum.hibernate.org/viewforum.php?f=9 - for this type of usage questions. This mailing list is for development related discussions. --Hardy P.S. Filtering might be a solution to your problem. On Fri, 19 Nov 2010 06:42:59 +0100, Suganya wrote: > Hi, > > In my application, I have configured hibernate search to index my > customer > data > > I have data specific to client and each client having the clientid. > > I need to create separate shards for each client dynamically and whenever > search or update or create happens I need to find the specific shard > using > the client id. > > if its not supported, is it possible to customise ourselves. in order to > customise how to go for it and what are all the changes do I need to do? > > Cheers, > Suganya. > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev