Re: How to determine the user Solr is using

2017-07-15 Thread Susheel Kumar
Looks like you are all good. The opt/solr is okay to be root:root. The directory where solr keeps data/index is what needs to be solr:solr and run as solr user. On Fri, Jul 14, 2017 at 3:58 PM, Iridian Group wrote: > Ok one last question just so I’m clear > > > It should be 2) solr:solr > > As

How difficult is adding a new aggregate function to Json Facet?

2017-07-15 Thread Pablo Anzorena
Hey, it has been awhile since I'm using Solr, but I have never see the code. Now I'm in the need to add some capability to Solr. What I need to add is another aggregate function to Json Facet API, for example "sum(field1)-sum(field2)". How hard do you think it would be? Also, it would be great if