Re: ShardDoc.sortFieldValues are not exposed in v5.2.1

2016-09-02 Thread Shawn Heisey
On 9/1/2016 12:31 PM, tedsolr wrote: > I'm attempting to perform my own merge of IDs with a MergeStrategy in v5.2.1. > I'm a bit hamstrung because the ShardFieldSortedHitQueue is not public. When > trying to build my own priority queue I found out that the field > sortFieldValues in ShardDoc is pac

Re: ShardDoc.sortFieldValues are not exposed in v5.2.1

2016-09-01 Thread Shalin Shekhar Mangar
This was made public in https://issues.apache.org/jira/browse/SOLR-7968 which is released already in 5.5 On Fri, Sep 2, 2016 at 12:01 AM, tedsolr wrote: > I'm attempting to perform my own merge of IDs with a MergeStrategy in > v5.2.1. > I'm a bit hamstrung because the ShardFieldSortedHitQueue is

ShardDoc.sortFieldValues are not exposed in v5.2.1

2016-09-01 Thread tedsolr
I'm attempting to perform my own merge of IDs with a MergeStrategy in v5.2.1. I'm a bit hamstrung because the ShardFieldSortedHitQueue is not public. When trying to build my own priority queue I found out that the field sortFieldValues in ShardDoc is package restricted. Now, in v6.1 I see that both