SortingMergePolicy in solr 6.4.2

2017-03-14 Thread Sahil Agarwal
id,Name,Subject,Marks 1,Sahil Agarwal,Computers,1108 2,Ian Roberts,Maths,7077 3,Karan Vatsa,English,6092 4,Amit Williams,Maths,3924 5,Vani Agarwal,Computers,4263 6,Brenda Gupta,Computers,2309 . . ​30 rows​ What can be the problem??

Re: Can SOLR-5730 patch be backported to Solr 5.5.3

2017-02-15 Thread Sahil Agarwal
Can the Solr branch_5x (specifically, browsing the repo at the point of SOLR-5730's last commit) be a good place to check in regards to this task? The team is upgrading to Solr 5 from Solr 4 for now. Im an intern and had been asked to implement these features and discovered that they already

Can SOLR-5730 patch be backported to Solr 5.5.3

2017-02-14 Thread Sahil Agarwal
Can the patch for jira issue SOLR-5730 be backported to solr 5.5.3?? ie. Can Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr 5.5.3 too?? https://issues.apache.org/jira/browse/SOLR-5730 The SortingMergePolicy and EarlyTerminatingSortCollector are both

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Sahil Agarwal
Thanks Shawn, I have already come across the javadoc compiler problem after solving the dependency problem. I do have a workaround in mind for it, will try to apply it tomorrow and will update if it works. On 13 February 2017 at 21:30, Sahil Agarwal <sahil.agarwa...@gmail.com> wrote: >

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Sahil Agarwal
, ant built the sources successfully. Thanks! Sahil On 13 February 2017 at 19:30, Shawn Heisey <apa...@elyograg.org> wrote: > On 2/12/2017 11:52 PM, Sahil Agarwal wrote: > > I have not been able to build Solr 5.5.3 from the source. > > > Detected Java version: 1.8 in: /

Unable to build Solr 5.5.3 from source

2017-02-12 Thread Sahil Agarwal
I have not been able to build Solr 5.5.3 from the source. - I was able to build Solr 6.4 successfully but haven't been able to build solr 5.5.3 (which I need) successfully. - I have tried deleting the cache and building again. Same errors. I've been getting unresolved dependencies error. I get