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 docker?
To: "solr-user@lucene.apache.o
Provide the url to the data source on a different server.
dataConfig>
On Thu, 11/9/17, Karan Saini wrote:
Subject: Quick Query about
To: solr-user@
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: solr-user@lucene.apache.org
Received: Th
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
Hello All,
I am new to
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: Monday, August 7, 2017,
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?
${solr.autoCommit.maxTime:15000}
false
https://issues.apache.org/jira/browse/SOLR-7133