Hello,

We want to use distributed search (SOLR-303) for our project.
Before using it, we'd like to know the restrictions.
The following restrictions (features) are those we are understanding.

- document must have a unique key
- when duplicate id docs received, solr chooses first doc and
discards second and later
- no distributed idf
- doesn't support QueryElevationComponent
- doesn't support consistency between stages
e.g. a shard index can be changed between
STAGE_EXECUTE_QUERY and STAGE_GET_FIELDS

Is our understanding correct?
And if there are other restrictions/features, please let me know.

Thanks in advance,

Koji

Reply via email to