Giter Club home page Giter Club logo

Comments (6)

lbdremy avatar lbdremy commented on July 19, 2024

Hi @juzerali,

I added a line in the travis file in the branch v0.3.x (https://github.com/lbdremy/solr-node-client/blob/v0.3.x/.travis.yml)

before_script: curl https://raw.github.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=4.0.0 bash

This line installs Solr in the current travis instance. The script installing Solr is available in this repo https://github.com/moliware/travis-solr. If you want to install Elasticsearch in travis you will have to do a similar script, let me know if you need more help.

About the last issue you posted about collections, did you figure things out with my answer?

from solr-node-client.

juzerali avatar juzerali commented on July 19, 2024

Yeah, it was just a question of how things will be handled, basically I got confused by collection name of elasticSearch and though how would it have looked like in solr. Didn't know Solr didn't have concept of collections during 3.x. I should've closed the issue :p

from solr-node-client.

juzerali avatar juzerali commented on July 19, 2024

Thanks for your help mate. I will keep posting on this thread if I need your help.

from solr-node-client.

juzerali avatar juzerali commented on July 19, 2024

I could use some help. Check this out moliware/travis-solr#11
I am able to download the infrastructure but the server doesn't start.

from solr-node-client.

lbdremy avatar lbdremy commented on July 19, 2024

I did not know, but nice thing is some databases are available in all travis instance and yes Elasticsearch is available (http://about.travis-ci.org/docs/user/database-setup/#ElasticSearch) :) but the version cannot be specified.
So to start Elasticsearch before your tests, add this to the config file.

services:
  - elasticsearch  

For the rest, I haven't figured out yet.

from solr-node-client.

juzerali avatar juzerali commented on July 19, 2024

Thats really cool, then no need for the script.

from solr-node-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.