sphinx
Importing a Java Package in root directory
I am in a sub domain subdomain.site.com and there is a java package higher up in the root directory at /usr/share/sphinx/开发者_运维技巧api/java.[详细]
2023-03-13 06:19 分类:问答JDBC MYSQL Connection without specifying database?
I am using the SphinxQL MySQL client which stores indexes as \"tables\" but has no real notion of a \"database\"...One specifies the port (9306 in my case) at which the sphinx mysql instance listens a[详细]
2023-03-13 05:25 分类:问答Sphinx, updating index of deleted entries
I\'m learning Sphinx and I now understand how to setup and update indexes. The problem is deleted entries. I plan to use delta indexes but it appears they don\'t update deleted rows so if a row is del[详细]
2023-03-12 23:08 分类:问答Sphinx, how to determine way to update indexes?
Interested in using Sphinx for my application. Planning to install their latest version which is 2.x. Then use the Sphinx php api. My question is, I see how to install sphinx and setup the config file[详细]
2023-03-12 02:54 分类:问答How to improve search results?
I\'m using sphinx to find images by description, but I\'m having trouble with short and too common words like \'the\', which don\'t have an useful meaning for these searches. These words make the sear[详细]
2023-03-12 02:33 分类:问答How to extract Sphinx group by numbers from result set?
I need some help on Sphinx MySql index group by. I have a product table where I have product ids and corresponding retailer ids. What I want to do is to create a simple list to show the retailers\'[详细]
2023-03-11 19:58 分类:问答Can Sphinx be configured ---> to get same results as MySQL fulltext search
I have a MySQL database table that contains multiple records of: \"word-A\" -- \"words related to word-A\"[详细]
2023-03-10 13:45 分类:问答How do I handle word forms in sphinx search
I have a sphinx server to index a mysql database for a django app. My search is working fine but my content includes medical words/phrases. So, for example, I need a search for \"dvt\" to also match a[详细]
2023-03-10 08:38 分类:问答Thinking Sphinx rebuilding index - high CPU load
I have a CRON job rebuilding Sphinx index every 5 minutes: */5 * * * * cd /var/www/my_app && /usr/local/bin/ruby /usr/local/bin/rake RAILS_ENV=production 开发者_开发知识库ts:rebuild>>[详细]
2023-03-09 02:03 分类:问答Sphinx search in django admin
Trying to use sphinx search in django admin. Installed django-sphinx. Did as Docs tell: from djangosphinx.admin import SphinxModelAdmin[详细]
2023-03-08 07:14 分类:问答