sphinx
Sphinx search:'total_found' not exact?
I found total_found not exact through several tests: In one of the te开发者_StackOverflow社区sts, the total_found was 40379, the limit i set was (0,20), then i set the offset to be 2000 and the resul[详细]
2023-04-01 23:01 分类:问答How to check if sphinx matched all the words?
In Sphinx QL, I have queries of form : SELECT id FROM index WHERE MATCH(\'word1|word2|word3\') OPTION ranker=matchany, max_matches=100;[详细]
2023-04-01 09:55 分类:问答How to set the user and group for a set of autogenerated files
开发者_开发技巧I am not sure whether this is a Sphinx question or a Linux question. Anyway, I am running Sphinx on my CentOS server box.[详细]
2023-03-31 16:17 分类:问答sphinx search issue
My sphinx config is as follows source city { type=mysql sql_host=localhost sql_user=root sql_pass=password[详细]
2023-03-31 16:08 分类:问答How to give a suggestion from the sphinx index?
I wonder if there is a way to give a suggestion from the sphinx index. for instance, when I search \'sadfasasas\' on google, I get 6 results.[详细]
2023-03-31 10:47 分类:问答Indexing fields + custom text in with Thinking Sphinx
I\'ve got indexes on a few different models, and sometimes the user might search for a value which exists in multiple models. Now, if the user is really only interested in data from one of the models[详细]
2023-03-31 01:50 分类:问答is it possible to search for a result WITHIN a set of results when using sphinxsearch?
when using sphinxsearch, is it possible to search for a result within a set of results? to simplify, imagine the following scenario:[详细]
2023-03-30 09:17 分类:问答How to get text result in SPHINX
I\'m trying to use Sphinx API to get the text result all I get is something like this: 16809 Array ( [error] =>[详细]
2023-03-29 09:01 分类:问答How to do this with Sphinx (limit search results number)
I am new to Sphinx, and need some help. I am querying Sphinx server with PHP script like: $cl = new SphinxClient();[详细]
2023-03-29 05:45 分类:问答Relation won't index
I\'m having some problem indexi开发者_Python百科ng one of my models. Here is my model: class Model < ActiveRecord::Base[详细]
2023-03-28 14:13 分类:问答