popularity items occurs on top.
Add parameter to your query bf=field(popularity)&defType=edismax
Thanks,
Rajendra Gaikwad
On Mon, Sep 19, 2016, 11:55 AM Midas A wrote:
> my use case do not suggest me to sort . i have set of data with same
> relevance.
>
> what should be query in that ca
Hi Midas,
Sort search results on popularity field by desc order.
E.g popularity is field in the index which stores popularity information.
http://localhost:8983/solr/mycollection/select?q=*:*&sort=popularity desc
Thanks,
Rajendra Gaikwad
Please execuse typo
On Mon, Sep 19, 2016, 11:3
Hi Midas,
Sort search results on popularity field by desc order.
E.g popularity is field in the index which stores popularity information.
http://localhost:8983/solr/mycollection/select?q=*:*&sort=popularity desc
Thanks,
Rajendra Gaikwad
Please execuse typo
On Mon, Sep 19, 2016, 11:3
and metatag.keywords are of fieldType
"text", which is missing in schema.xml
Removing invalid attributes and add missing field type,will work for you.
Thanks,
Rajendra Gaikwad
Thanks,
Rajendra Gaikwad
On Fri, Sep 2, 2016 at 11:10 PM, KRIS MUSSHORN
wrote:
>
> I am unable