almost certainly impact
performance). Still, another option to put on the table!
- Demian
-Original Message-
From: Alexandre Rafalovitch [mailto:arafa...@gmail.com]
Sent: Friday, July 29, 2016 8:02 PM
To: solr-user
Subject: Re: Installing Solr as a dependency
What about (not tried) pulling
What about (not tried) pulling down an official Docker build and
adding your stuff to that?
https://hub.docker.com/_/solr/
Regards,
Alex.
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/
On 30 July 2016 at 03:03, Demian Katz wrote:
>> I wouldn't
anks!
- Demian
From: Daniel Collins [danwcoll...@gmail.com]
Sent: Friday, July 29, 2016 11:18 AM
To: solr-user@lucene.apache.org
Subject: Re: Installing Solr as a dependency
Can't you use Maven? I thought that was the standard dependency manageme
> I wouldn't include Solr in my own project at all. I would probably
> request that the user download the binary artifact and put it in a
> predictable location, and configure my installation script to do the
> download if the file is not there. I would strongly recommend taking
> advantage of Ap
Can't you use Maven? I thought that was the standard dependency management
tool, and Solr is published to Maven repos. There used to be a solr
artifact which was the WAR file, but presumably now, you'd have to pull down
org.apache.solr
solr-parent
and maybe then start that up.
We have an i
On 7/28/2016 1:29 PM, Demian Katz wrote:
> I develop an open source project
> (https://github.com/vufind-org/vufind) that depends on Solr, and I'm
> trying to figure out if there is a better way to manage the Solr
> dependency. Presently, I simply bundle Solr with my software by
> committing the la