Re: How to restart solr in docker?

2017-12-15 Thread Deepak Vohra
Is the Docker container still running, which may be listed with docker ps? Solr may be started with: docker exec -it my_solr start On Fri, 12/15/17, Buckler, Christine wrote: Subject: How to restart solr in

Re: Quick Query about

2017-11-09 Thread Deepak Vohra
Provide the url to the data source on a different server. dataConfig> On Thu, 11/9/17, Karan Saini wrote: Subject: Quick

Re: book on solr

2017-10-13 Thread Deepak Vohra
Use Docker with Kubernetes, which has autoscaling of Docker containers based on load. Docker image for Solr is https://hub.docker.com/_/solr/ On Thu, 10/12/17, Jay Potharaju wrote: Subject: book on solr To:

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Solr indexes data for search and if search is the main criterion Solr should be used. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received: Monday, August 7, 2017, 6:55 PM

Re: Storing data in Solr

2017-08-07 Thread Deepak Vohra
Which database is to be integrated? Solr provides Data Import Handlers for several databases including Oracle and MySQL. On Mon, 8/7/17, sg1973 wrote: Subject: Storing data in Solr To: solr-user@lucene.apache.org Received:

Auto Commit and Hard Commit being differentiated

2015-02-22 Thread Deepak Vohra
In the SOLR-7133 issue hard commit and auto commit are being differentiated, but aren't they the same? Doesn't the following setting apply a hard commit? autoCommit maxTime${solr.autoCommit.maxTime:15000} /maxTime openSearcherfalse/openSearcher /autoCommit