On Sun, Apr 6, 2008 at 2:28 PM, Koji Sekiguchi <[EMAIL PROTECTED]> wrote:
> 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.

- doesn't currently support date faceting
- currently only supports sorted field facets

Reply via email to