Rolled a SphinxQL Docker container

By John Locke on May 19, 2017

Yesterday, while assessing a new client site, we ran across a technology we have not seen before: Sphinx Search. The site, while built in Drupal, had some very unusual techniques used to load Sphinx -- a previous developer had basically made a copy of the bootstrap.inc and hard-coded some autoload paths to load their custom Sphinx libraries.

To get the site to even load, I bundled up Sphinx in a Docker container, and copied over the configurations, language pack, and data. Then I had to debug until I found where the autoload path was hard-coded, deep inside a core vendor file. Problem solved! Our dev site now loads up just fine.

Topic

Add new comment

The content of this field is kept private and will not be shown publicly.

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <p> <br> <img src alt height width>
  • Lines and paragraphs break automatically.

Drupal Canvas — Block HTML (locked)

  • Allowed HTML tags: <strong> <em> <u> <a href> <p> <br> <ul> <ol> <li>

Drupal Canvas — Inline HTML (locked)

  • Allowed HTML tags: <strong> <em> <u> <a href>

More Like This

🕑Jul 29, 2013 🖋Aaron Lamb 💬0

Drupal and the Semantic Web - Introducing the Eagle-I Drupal module

If you've used a web ontology before, or any other large-scale data repository, you're likely familiar with one of the chief concerns facing anyone in such a position: how do you get your data into the system? Moreover, how do you get large amounts of data into the system with (relative) ease? And if you've used a content management system before, you've likely faced a similar, albeit inverted problem: how do you get your data out?

If you can accomplish these preliminary items without a good deal of effort, you're finally left with the task of transforming the data from one, and allowing it to be recognizable by the other.

If, instead, you haven't used either of these, you're likely wondering why on Earth you would want to.