cancel
Showing results for 
Search instead for 
Did you mean: 

How to use newly created core to store and get the indexes?

sachindac75
Champ on-the-rise
Champ on-the-rise

I have created a new core in alfresco.That is showing in solr admin pannel.But that is not coming in node browser window.can anyone tell me how to get there and how to use the core to store the index and files.

11 REPLIES 11

afaust
Legendary Innovator
Legendary Innovator

You can shard using Alfresco Community Edition. The only thing not supported is the dynamic shard registry, so you need to manually adapt the Repository-tier list of available shards / URLs.

Though to be fair, it should be straightforward to implement the dynamic shard registry feature for Community Edition as well - the API is defined in the public core and SOLR itself is "edition-unaware". You'd only need to register the bean and manage the data storage (via AttributeService). It is one of those features that are so simple, it is unclear why Alfresco chose them to be Enterprise-only (like the "live configuration change on subsystems" one).

cesarista
World-Class Innovator
World-Class Innovator

Thanks ‌ for confirming this.

Regards.

--C.