Re: [hibernate-dev] How can I configure sharding for customer data

2010-11-21 Thread Suganya
Hi, yeah gone thorough that. in that example, we need to define the no.of.shards and the directory provider for the shards at configuration. but in my application, i need to shard the client specific data. so my need is to configure those settings at the run time based on the client id. is it p

Re: [hibernate-dev] How can I configure sharding for customer data

2010-11-19 Thread Hardy Ferentschik
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

Re: [hibernate-dev] How can I configure sharding for customer data

2010-11-19 Thread Amin Mohammed-Coleman
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 config