Dynamic facets during runtime

2017-05-11 Thread Jeyaprakash Singarayar
Hi, Our application has a facet select admin screen UI that would allow the users to add/update/delete the facets that has to be returned from Solr. Right now we have the facet fields defined in the defaults of requestHandler. So if a user wanted a new facet, I know sending that newly selected

Get config from Zookepper

2016-02-20 Thread Jeyaprakash Singarayar
I have created a Zookeeper ensemble with 3 zookeepers and 3 shards and with a replication factor of 2. Everything works fine and I'm using version 5.4.1. I have upload the basicConfig set that comes with the distribution and made all the field addition and modification through the Schema API.

Re: Running Solr on port 80

2016-02-10 Thread Jeyaprakash Singarayar
he script provided in {SOLR_DIST}\bin > ./solr start -p 8984 > > On Thu, 11 Feb 2016, 12:56 Jeyaprakash Singarayar <jpsingara...@gmail.com> > wrote: > > > Hi, > > > > I'm trying to install solr 5.4.1 on CentOS. I know that while installing > > S

Running Solr on port 80

2016-02-10 Thread Jeyaprakash Singarayar
Hi, I'm trying to install solr 5.4.1 on CentOS. I know that while installing Solr as a service in the Linux we can pass -p to shift the app to host on that port. ./install_solr_service.sh solr-5.4.1.tgz -p 8984 -f but still it shows as it is hosted on 8983 and not on 8984. Any idea? Waiting

Re: Solr partial date range search

2016-01-27 Thread Jeyaprakash Singarayar
Hi Sriram, Add the tag 'propertyWriter' directly under the 'dataConfig' tag. The property "last_index_time" is converted to text and stored in the properties file and is available for the next import as the variable '${dih.last_index_time}' . This tag gives control over how this properties file

Re: Solr partial date range search

2016-01-27 Thread Jeyaprakash Singarayar
Hi Sriram, Add the tag 'propertyWriter' directly under the 'dataConfig' tag. The property "last_index_time" is converted to text and stored in the properties file and is available for the next import as the variable '${dih.last_index_time}' . This tag gives control over how this properties file