On 11 oct. 2011, at 16:43, Hardy Ferentschik wrote: >> >> on b) : I really think this ".default" business got out of hand; it >> made sense in initial days as there wasn't much to configure, but >> nowaday? Is it still self-speaking that "default" relates to the >> IndexManager / indexes > > No it is not and I am not so happy about the 'default' value either. > As you say, it gets too confusing. Question is what to about it? > Deprecating the default values? Or even removing them.
The alternative is to force people to set the same settings over and over for every single index. <properties> <property name="hibernate.search.Animal.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Book.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Plant.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Car.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Order.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Address.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Part.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Producer.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Kingdom.indexBase" value="/var/lucene/ndexes"/> <property name="hibernate.search.Country.indexBase" value="/var/lucene/ndexes"/> .... 300 times more </properties> _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev