sphinx
sphinx: sorting by range of an association
Let\'s say I have a 1:many relation: Tree:Apples Tree/Apple each have an primary key ID column and apple has some date attribute/column (created_at).[详细]
2023-04-10 02:51 分类:问答Sphinx indexer delta --rotate
I have followed the sphinx manual here:http://sphinxsearch.com/docs/current.html#delta-updates on how to perform delta updates to your index.[详细]
2023-04-09 16:48 分类:问答Does Sphinx auto update is index when you add data to your SQL?
I am curious as to whether or not Sphinx will auto update its index when you add new SQL data or whether you have to tell it specifically to reindex 开发者_StackOverflow社区your db.[详细]
2023-04-08 16:34 分类:问答User search use MySQL LIKE or integrate a search engine (such as solr, sphinx, lucene etc.)?
In my mysql db I have a user table consisting of 37,000 (or thereabouts) users. When a user search for another user on the site, I perform a simple like wildcard (i.e. LIKE \'{name}%}) to return the[详细]
2023-04-07 15:20 分类:问答SPHINX : How to set the matchMode on the mysql client
I installed Sphinx search on debian squeeze. Connection trough the mysql client, with : mysql -h127.0.0.1 -P 9306 开发者_运维问答--protocol=tcp[详细]
2023-04-07 02:23 分类:问答When updating an index in sphinx.conf is restarting searchd in sphinx always required?
If I update a resource in my sphinx.conf file I can reindex with --rotate and everything works fine. If I update an index in my sphinx.conf or add a new index --rotate has no effect and I have to res开[详细]
2023-04-06 06:36 分类:问答How to filter by date in django-sphinx?
I\'m trying to filter by date the queryset that Django-sphinx returns but I am always getting the queryset unfiltered.[详细]
2023-04-05 18:21 分类:问答Sphinx Search Multiply Indexes & Sources
Im making a dynamic CMS, so every instance of the CMS will have its on tables in one MYSQL DB. So far all is working.[详细]
2023-04-05 11:51 分类:问答Sphinx search server: unknown type 'pgsql'
I\'m trying to install Sphinx search server with pgsql and I have this error: \"unknown type \'pgsql\'; skipping;\"[详细]
2023-04-04 08:55 分类:问答How do I configure PostgreSQL or MySQL to set up a database with Sphinx?
I really need help installing Sphinx and getting it going. I\'m on rails 3 and I\'m following these set of directions: http://freelancing-god.github.com/ts/en/quickstart.html to install Sphinx.[详细]
2023-04-04 02:33 分类:问答