2011/2/9 Fabian Christ <[email protected]>: > Hi, > > 2011/2/9 Olivier Grisel <[email protected]>: >> 2011/2/9 Rupert Westenthaler <[email protected]>: >>> On Wed, Feb 9, 2011 at 6:54 PM, Olivier Grisel <[email protected]> >>> wrote: >>> WDYT of using "." notation to mark "helper" modules >>> entityhub/yard/solr -> The SolrYard >>> entityhub/yard/solr.provider -> Solr provider >>> entityhub/yard/solr.embedded -> EmbeddedSolrServer > > Would this be a solution? > > entityhub/provider/solr > entityhub/embed/solr
Both are alternative yard providers if I understand correctly. You can either run solr using an external server or use the solr classes inside the stanbol JVM. So we could have entityhub/yard/providers with solr and embeddedsolr as subfolders instead. But I would rather have them all grouped together in the same OSGi bundle unless Rupert has a technical reason to avoid this. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
