Coder Social home page Coder Social logo

docker-solr's Introduction

👋 Hi, I am Thiébaud

Site Reliability Engineer (SRE) at Swile | Cloud Native and Kubernetes enthusiast

🎓 Docker / AWS / Kubernetes certified.

✌️  Connect with Me

⚙️  GitHub Analytics

docker-solr's People

Contributors

kgaut avatar tehesfr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

kgaut

docker-solr's Issues

How to use without docker compose ?

Hi,

I used to use your previous docker image tehes/solr-4.9.0 for a D7 website that need a solr engine, directly with docker, without docker-compose.

At the time I only had to throw in a CLI :

docker run -d -p 127.0.0.1:2222:22 -p 127.0.0.1:8080:8080 -t -i tehes/solr-4.9.0

and then reindex content with drush.

It seems that port mapping has changed ? I can't connect from Drupal to solr engine.

Here's the search api options I tried :

    'options' => array(
      'host' => '127.0.0.1',
      'port' => '8080',
      'path' => '/solr/drupal',
      'http_user' => '',
      'http_pass' => '',
      'excerpt' => 0,
      'retrieve_data' => 0,
      'highlight_data' => 0,
      'http_method' => 'POST',
    ),

Kevin

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.