solr - SolrCloud: Is is possible to make the shard id of a document in search results -



solr - SolrCloud: Is is possible to make the shard id of a document in search results -

when debugging solr schema , indexing in solrcloud, of import know shard document indexed. possible defined schema field shard id such automatically assigned shard id available in search results?

you dont need store shard id in schema explicitly in results. if in fl parameter add together [shard] other required fields, homecoming shard id of document:

/solr/collection_name/select?q=*:*&fl=[shard],*&wt=json&indent=true

solr sharding solrcloud

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -