Questions tagged [sphinx]

18 questions
5
votes
1 answer

json lexer not available in sphinx?

I tried to use the json lexer in a *.rst document with sphinx. This one works: .. code-block:: console //Comment key1: value, key2: value2, But when I try to use json like this: .. code-block:: json //Comment key1: value, key2:…
Jeno
  • 357
  • 1
  • 4
  • 11
4
votes
4 answers

Automatically start a program (Sphinx searchd) when server is restarted?

When my server (running CENTOS) is restarted I have to manually start searchd for each website I use Sphinx on. It's not hard to do (just copy/paste one line in the terminal for each site), but if I forget to do it, or am not aware that the server…
Nate
  • 1,375
  • 6
  • 22
  • 28
3
votes
2 answers

wiki for sphinx+ReStructuredText server

I've been using Sphinx as a document engine for an internal document server in my company. It uses reStructuredText as its markup language. Today, I need to edit the source files manually, compile the HTML, check that it works and then upload it to…
Adam Matan
  • 7,320
  • 16
  • 55
  • 82
2
votes
2 answers

Upstart script for Sphinx

I am trying to get Sphinx running with Upstart on Ubuntu, but the only script I've found isn't working and seems to be more complex than I require. Could someone provide me with a basic Sphinx Upstart script that I can start with? Thanks!
2
votes
3 answers

Convert html2pdf with toc, color and unicode support?

Is there a way I can convert large html file (produced with sphinx by the way) to pdf with color, table of contents (toc) and unicode support? There's htmldoc -- but it neither support color, nor unicode. There's rst2pdf sphinx plugin -- but…
Adobe
  • 2,331
  • 2
  • 24
  • 34
2
votes
3 answers

Stop Sphinx server

I'm using Sphinx search server(version 'Sphinx 2.0.3-id64-release (r3043)' from http://sphinxsearch.com/) in my Rails app with thinking_sphinx gem. Sphinx starts automatically when I reboot and I can't stop it. I tried sudo searchd --stop but the…
RocketR
  • 133
  • 6
2
votes
0 answers

sphinx autodoc: ModuleNotFoundError with sphinc-quickstart

Just installed Ubuntu 18.04.2 LTS on a fresh virtual box this morning and I'm trying to re-invigorate a project I had running on my legacy VBox/Ubuntu environment. I'm stumbling with getting sphinx auto documentation working on the new VBox. My…
Danlger
  • 21
  • 1
1
vote
2 answers

PHP PECL Sphinx module won't install

I'm trying to install the PHP Sphinx client (PHP 5.6) on my Debian 7 server using PECL. I get the misleading error "wrong libsphinxclient version or lib not found" when trying to build, even though I've already installed Sphinx and can see the…
Mikkel
  • 735
  • 2
  • 7
  • 23
1
vote
2 answers

Does apache + nginx and sphinx provide benefits when deploying Magento

Can any provide a method where I can establish which of the following configurations would provide the best performance for a Magento based site: apache + mod_php apache + mod_php + nginx (as proxy so nginx handles static content and apache…
Jevgeni Smirnov
  • 287
  • 1
  • 5
  • 18
1
vote
1 answer

Fast, line-wise full text search for Unix directory structure

I am trying to create a GUI for searching through a large number of huge configuration files (approx 60000 files, each one with a size between 20 KByte to 50 MByte). Those files are also updated frequently (~3 times/day). So far I have found SOLR…
knipknap
  • 121
  • 5
0
votes
1 answer

How can I use the string attribute in Sphinx 0.9.9 version?

Sphinx 0.9.9 version is installed on my server. sql_attrs_string is not working, is there any another attribute to use for this version?
Amit Durge
  • 19
  • 3
0
votes
1 answer

mySQL sphinx Index location on Ubuntu

I am trying to test out a Sphinx cookbook, but I need a database to do so. I have created the database locally, but I need to know where the default path is for the index of the table I created. This is the error I am currently getting when trying…
0
votes
0 answers

Sphinx: reference to an item in a numbered list?

Using Sphinx (v2.2.2), how do I mark up a reference to an item in a numbered list? I thought that :numref: would do it, thus: I insert a label before the item in the list: .. _the-step-in-the-list: To compose the reference I write something like…
0
votes
0 answers

ReStructuredText generated by Pandoc: Many intradocument links contain ""

I'm using Pandoc to convert a large collection of Microsoft Word documents to ReStructedText for use with Sphinx. I've noticed that many of the intradocument links in the RST markup contain a "" tag (with a lower case L), like this: `How to Use…
0
votes
1 answer

Cryptic error from Sphinx: "Anonymous hyperlink mismatch"

I'm using Sphinx 2.2.2 to debug a Sphinx document with a large new source file that contains many cross-references. I get this message: Warning, treated as error: C:\Users\...\.rst::Anonymous hyperlink mismatch: 15 references but 0…
1
2