Hi,

Search results are changed every time the following query is hit. Please
note that it is 7 shard cluster of Solr-5.2.1.

Query: q=network&start=50&rows=50&sort=f_sort asc&group=true&group.field=id

Following are the fields and their types in my schema.xml.

<fieldType name="string" class="solr.StrField" sortMissingLast="true"
stored="false" omitNorms="true"/>
<fieldType name="string_dv" class="solr.StrField" sortMissingLast="true"
stored="false" indexed="true" docValues="true"/>

<field name="id" type="string" stored="true"/>
<dynamicField name="*_sort" type="string_dv"/>

As per my understanding it seems to be the issue of tie among the document
as when I added a new sort field like below the result never changed across
multiple hits.
q=network&start=50&rows=50&sort=f_sort asc, score
asc&group=true&group.field=id

Kindly let me know if this is an issue or how this can be fixed.

Thanks,
Modassar

Reply via email to