sphinx
Is there any hash function in PostgreSQL?
I am using Sphinx to index my database. The pr开发者_运维问答oblem is I have to filter the result by a character varying field.[详细]
2023-03-22 15:46 分类:问答Django and SphinxQL - how to disable transactions?
I have to use a SphinxQL in Django, but SphinxQL seems doesn\'t suppor开发者_高级运维t transaction. How to disable transactions for SphinxQL connection? Is it possible? I replaced Django MySQL backend[详细]
2023-03-22 05:11 分类:问答Does PHP offer Lucene Client API like it offer Spinx client API?
Does PHP offer Lucene Cient API the way it offer开发者_运维问答s Sphinx Client API ? Considering I want to use with native PHP, not with any framework.not that i know of, except that there is a pecl[详细]
2023-03-21 19:11 分类:问答Sphinx searchd error: Query failed: expected searchd protocol version 1+, got version '0'
I\'ve recently installed Sphinx search on an EC2 instance running CentOS.Using search from the command line works fine and I\'ve created a valid index of documents.When I try to access the php api thr[详细]
2023-03-21 07:29 分类:问答Among Lucene/Solr, Whoosh, Sphinx, Xapian which integrates best with python? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-20 17:38 分类:问答Document search in Lucene/Solr, Whoosh, Sphinx, Xapian
I am comparing Lucene/Solr, Whoosh, Sphinx and Xapian for searching documents in DOC, DOCX, HTML and PDF. Only Solr is documented to have a document parser (Tika) which directly in开发者_StackOverflow[详细]
2023-03-20 17:30 分类:问答How does sphinx UTF-8 search work?
In my database I have Unicode characters like 再也 encoded in UTF-8. When I use sphinx search, I am not able to find that particular word. I tried searching using the HTML encoded 再[详细]
2023-03-20 09:35 分类:问答Solr & Sphinx: How to Improve Relevance?
Sphinx\'s proximity-enabled ranker uses a slightly modified BM25 ranker (statistical bag-of-words) + a longest-word-substring match formula strongly favoring the latter, while Solr uses some other sta[详细]
2023-03-19 17:02 分类:问答Memcaching sphinx results - good idea or bad idea?
We maintain a fairly large sphinx store. about 3.3 million records. we also maintain a fairly well dist开发者_如何学运维ributed memcached base set over 4 servers.[详细]
2023-03-19 14:52 分类:问答How can I allow users to search data which is stored without reference to its URL?
I was wondering how to setup a search engine with this constraint : On the website (small traffic website), news content is stored but we have no idea where these pieces of content are actually displ[详细]
2023-03-19 02:18 分类:问答