sphinx
Sphinx RT index returning huge @geodist even with floats and radians
After extensively reading all the posts I could find in the Sphinx forum and this site I\'m still stuck. I\'ve implemented a real-time index for geographic search using @geodist. Everything works, but[详细]
2023-02-28 02:51 分类:问答Sphinx delta indexing with one search server and multiple clients
I\'ve a multihost environment with multiple web-server and o开发者_开发百科ne search server. It seems that delta indexing working only on the server, on which actually searchd works. Is there any way[详细]
2023-02-27 04:47 分类:问答Create an advanced search with filter
I\'m looking sphinx and discovered a way to set up filters by one or more criteria. I\'ll get a database o开发者_如何学编程f recipes.[详细]
2023-02-27 04:14 分类:问答SphinxAPI SetFilter false
I have sphinx installed for my search engine, and it works great, but now I\'m t开发者_如何学JAVArying to add a few extra features to the search using setFilter() which should allow me to do WHERE/AND[详细]
2023-02-26 19:14 分类:问答Thinking Sphinx can't sort when using delta indexing
I\'m not sure who is at fault here, but we have a column in our users table called last_logged_in_at that we use for sorting. This is in a Ra开发者_高级运维ils 2.3 project using Thinking Sphinx with d[详细]
2023-02-24 22:21 分类:问答How can sphinx find words in cli search, but not in php script?
For some words, I get matches in both the command line search tool, and in a php script. But for other words, I get say 1 result in the command line, and no results at all in the php script.[详细]
2023-02-21 20:01 分类:问答searching in a part of word with Sphinx
I need to configure Sphinx to search for parts of word, not wh开发者_JAVA百科ole. It\'s written on the official site, that I should use directives[详细]
2023-02-20 09:55 分类:问答Sphinx returning inconsistent results when searched through command line vs. using php api
I am making a boolean query i.e. \"hello | world\" . when I make this query through the command line, it gives correct results i.e. the documents which contain both of these terms are shown on the top[详细]
2023-02-20 04:33 分类:问答Indexing files with SPHINX/ultrasphinx
I am developing an application which will scrape data from websites. The details like page_url, site_url, last_modified will开发者_运维知识库 be stored in the database and page_content will be stored[详细]
2023-02-19 09:28 分类:问答How to query Sphinx for an exact matching phrase?
It seems that Sphinx is searching the documents word by word. I don\'t know how to search the documents for an exact phrase. I tried SPH_MATCH_ALL, SPH_MATCH_PHRASE but all search the documents word b[详细]
2023-02-19 08:02 分类:问答