Questions tagged [sphinx]

16 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
  • 397
  • 1
  • 5
  • 12
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,505
  • 6
  • 23
  • 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
  • 8,090
  • 17
  • 59
  • 84
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,649
  • 2
  • 28
  • 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
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…
Jonathan Sachs
  • 161
  • 1
  • 3
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
  • 795
  • 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
1 answer

Cloud host Sphinx documentation HTML on a corporate intranet with authentication in place

We have some HTML-based documentation generated by Sphinx. Currently it's hosted from an on-prem webserver box. We'd like to move it to the cloud and eliminate the requirement for VPN, but maintain that access be restricted to corporate staff. I…
davegravy
  • 450
  • 1
  • 5
  • 9
0
votes
1 answer

Asterisk 13 & Pocketsphinx Segmentation Fault

I've built a voice recognition system for german digits using asterisk 13, pocketsphinx and a plugin and server (based on astsphinx) to connect asterisk with pocketsphinx. When testing the system with calls where wav files are played to the…
christian
  • 1
  • 1
1
2