[hibernate-dev] Configuration for Infinispan cache working as directory provider in HSearch

Łukasz Moreń lukasz.moren at gmail.com
Fri Aug 14 05:33:12 EDT 2009


There is one cache for all indexes. In this case scoping configuration will
be hard.Yes, some default config will be provided. Right, different
propterties for xml and programmatic would be better.

2009/8/14 Emmanuel Bernard <emmanuel at hibernate.org>

> Question,
> Do we have one cache for all indexes (directories) or one per directory?
>
> I feels wrong to see this configuration not scoped per index
> hibernate.search.default.directory_provider
> blah.blah.InfinispanDirectoryProvider
> hibernate.search.default.infinispan_conf com.acme.CacheFactoryImpl
>
> hibernate.search.Address.directory_provider
> blah.blah.InfinispanDirectoryProvider
> hibernate.search.Address.infinispan_conf conf.xml
>
> hibernate.search.User.directory_provider
> blah.blah.InfinispanDirectoryProvider
> hibernate.search.User.infinispan_conf auto
>
> As Sanne pointed out, maybe we want different properties for XML,
> programmatic and built-in configs. I kinda like the idea of one config but
> it seems it will be hard to differenciate a class from a config file.
>
> Emmanuel
>
>
> On 13 août 09, at 18:33, Łukasz Moreń wrote:
>
>  I was thinking that maybe we can expose full conf options. Infinispan
>> supports programmatical and xml ways to configure cache.
>> To achieve first one, could be created some interface with factory method
>> that returns cache. User can implement that and create cache as he wants.
>>
>> Something like that:
>>
>> <property name="hibernate.search.infinispan.conf"
>>  value="org.hibernate.search.store.infinispan.CacheFactoryImpl" />
>>
>> and for xml
>>
>> <property name="hibernate.search.infinispan.conf"  value="xml-conf.xml" />
>>
>>
>> Exposing some configuration to infinispan makes sense. can you start a
>> thread explainig what is configurable and which one you think we should
>> expose to hsearch users. Ideally I would like to offer one or two defaut
>> config scenarios and allow to fallback to a custom config.
>>
>> Cheers,
>> Lukasz Moren
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-dev/attachments/20090814/f4c19603/attachment.html 


More information about the hibernate-dev mailing list