Tagged Questions

1
vote
2answers
33 views

How can I make sure the Sphinx daemon runs?

I'm working on setting up a production server using CentOS 5.3, Apache, and Phusion Passenger (mod_rails). I have an app that uses the Sphinx search engine and the Thinking Sphinx …
0
votes
2answers
15 views

Sphinx related question

How can I get all the records from the index using Sphinx? Just like a SELECT * FROM index ? I know that I can do something like this in order to get all the records matching a spe …
1
vote
2answers
12 views

force unpacking of certain egg directories

I have an egg distribution of a PyQt application which i build myself, and it contains sphinx generated documentation. When i call the help file from the application it opens the s …
2
votes
1answer
49 views

Sphinx for php code documentation

Sphinx is a Python library to generate nice documentation from a set of ReST formatted text files. Not the tool used for full-text searching I'm also fully aware of doxygen / php …
1
vote
1answer
44 views

sphinx is returning stale results

Environment: Memcached, Rails 2.2.2 + cache_money, Sphinx + thinking sphinx The following yields stale results: - add a record; mysql contains the correct data - the record is pr …
0
votes
1answer
7 views

sphinx and one-to-many associations

The examples I've seen for sphinx search don't really use joins. If I had a schema like this (one book has multiple reviews), create table book ( id int auto_increment, title varc …
0
votes
1answer
37 views

find documents having no value for sql_attr_multi attribute (Sphinx)

in my sphinx source config I have an attribute like so: sql_attr_multi = uint categories from query; SELECT entry_id, cat_id FROM categories_entries When querying the sphinx in …
0
votes
1answer
17 views

editors for tables in Sphinx/reStructuredText?

I'm looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is there an editor that can help?
0
votes
1answer
46 views

Sphinx (documentation tool): set tab width in output

How do you set tab width in HTML output of Sphinx code snippets highlighted by Pygments? By default it is the annoying 8, but I want 4. Did not find a word about this setting in Sp …
0
votes
1answer
32 views

Location of Sphinx sources for my notes

How can you fix the Sphinx's warning at the bottom? I am trying to have my Python notes in Sphinx. I have my notes in separate files at the same directory level as the index.rst. …
3
votes
1answer
101 views

using sphinx search with mongodb as datasource

hello, we decided to use mongodb for some web application (instead of mysql) but want to stay with sphinx for indexing/searching all data stored in mongodb. as the mongodb object- …
1
vote
3answers
76 views

php, search in chinese and russian

Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input- …
0
votes
1answer
65 views

How do I automatically rebuild the Sphinx index under django-sphinx?

I just setup django-sphinx, and it is working beautifully. I am now able to search my model and get amazing results. The one problem is that I have to build the index by hand using …
0
votes
3answers
78 views

Sphinx without using an auto_increment id

I am current in planning on creating a big database (2+ million rows) with a variety of data from separate sources. I would like to avoid structuring the database around auto_incre …
0
votes
2answers
36 views

Spider that tosses results into mysql

Looking to use Sphinx for site search, but not all of my site is in mysql. Rather than reinvent the wheel, just wondering if there's an open source spider that easily tosses its fi …

1 2 3 4 5 7 next
15 30 50 per page