Hello guys, I need to index content coming from different sources (db, filesystems, …). Those sources share most fields, only a few are specific to the source. Content coming from different sources changes at different rates. Some sources will generate hundreds of thousands of documents, some other one million, other a few thousands.
The end user should search and “operate” on “generic" documents (faceting, etc) regardless of the source. From the management (e.g. import) and search relevance (e.g. analysis, relevance, etc) point of view, what is considered “best practice”: one core for all sources and import through different entities one core per source and search across multiple cores something else ? It would be great if you can share your experience or point me to some articles. Thank you in advance!