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
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
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.
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
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
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.
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
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
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
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