It is not possible to sort on multivalued fields out of the box ... (
indeed if you don't specify any logic, which value should considered as
reference to sort ? )
Are you trying to sort or this happens by default ?

Cheers

On Thu, Sep 1, 2016 at 10:18 AM, subramani.new <subramani....@gmail.com>
wrote:

> Hello,
>
>   I am exploring solr and its new feature ( Parallel Sql Interface and
> Stream api ).
>
> I have tried most of the api's and works fine. But, I am facing issue with
> multivalue field.
>
> My Json input has multi value fields. I trying to aggregate those fields
> but
> I am unable to.
>
> Exception :
> can not sort on multivalued field
>
> My use case :
>
> input:
> {
> id: 1
> field1:[1,2,3],
> app.name:[watsapp,facebook,... ]
> }
> {
> id: 2
> field1:[1,2,3],
> app.name:[watsapp,facebook,... ]
> }
>
> Expected result :
> watsapp: 2
> facebook : 2
>
> I have 2 TB data . I wanted to execute in aggmode=map_reduce. Any
> suggestion?
>
>
>
>
>
> --
> View this message in context: http://lucene.472066.n3.
> nabble.com/Multiple-rollups-facets-in-one-streaming-
> aggregation-tp4291952p4294270.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to