score:2

you can not do this with sitecore and contentsearchmanager.

this is how sitecore stores data in solr - it splits it in "indexes". you cannot query using sitecore api and without passing index name to solr.

when sitecore indexes any item, e.g. home item, if this is home item from your master database, it will be stored with field _indexname set e.g. to sitecore_master_index. same item from the web database will be marked with sitecore_web_index.


Related Query

More Query from same tag