[
https://issues.apache.org/jira/browse/SDAP-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882532#comment-17882532
]
Nga Thien Chung commented on SDAP-167:
--------------------------------------
Obsolete as ningester has been superseded by
[https://github.com/apache/sdap-ingester]
> Make shard key configureable
> ----------------------------
>
> Key: SDAP-167
> URL: https://issues.apache.org/jira/browse/SDAP-167
> Project: Apache Science Data Analytics Platform
> Issue Type: Improvement
> Components: nexus-data-access
> Reporter: Frank Greguska
> Priority: Minor
> Fix For: 1.1
>
>
> Currently the dataset name is used as the prefix for the compositeId used for
> routing
> [https://lucene.apache.org/solr/guide/7_4/shards-and-indexing-data-in-solrcloud.html#document-routing]
> This is done in the SolrStore writer
> [https://github.com/apache/incubator-sdap-ningester/blob/12e60f2c0f11be33026808d98623d5cbe136179d/src/main/java/org/apache/sdap/ningester/writer/SolrStore.java#L94]
>
>
> This might not be appropriate for every case (for example, if only one
> dataset is ever going to be ingested). It would be nice to make this
> configureable.
>
> Also need to expose the key as a configuration option for SolrProxy in
> data-access during query time (also, 'shard_keys' needs to be changed to
> '_route_').
> https://github.com/apache/incubator-sdap-nexus/blob/master/data-access/nexustiles/dao/SolrProxy.pyx#L631
--
This message was sent by Atlassian Jira
(v8.20.10#820010)