2011/5/23 Rupert Westenthaler <[email protected]>: > Hi > > To avoid such duplications in Solr Configurations I implemented the > automatic initialization of cores based on the default configurations. > > Both the "entityhub" and the "cache" core do in fact use the default > configuration. Therefore the two configurations should no longer be > needed but be initialized automatically based on the default > configuration available under "solr/core". > > I will check that and make the according changes. > > In addition one could add a "named configuration" feature that allows > provide "named" solr configuration within any bundle. The name of the > configuration would be configurable via the OSGI configuration and the > SolrYard would use the normal class loader to init the core with the > requested configuration. > > The used path could be "config/solr/core/{name}". > The current default config would be "config/solr/core/default" > Other useful configurations would be > - index only (no storage of values) > - entity-tagging (a configuration similar to the index currently used > for the autotagging component. > - others?? > > WDYT
That would be great indeed. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
