Tagged Questions

Sphinx is a free software search engine for indexing database content. NOTE: For the Python documentation tool, use the [python-sphinx] tag.

learn more… | top users | synonyms

86
votes
6answers
25k views

Comparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL?

I'm building a Django site and I am looking for a search engine. A few candidates: Lucene/Lucene with Compass/Solr Sphinx Postgresql built-in full text search MySQl built-in full text search ...
54
votes
6answers
14k views

Choosing a stand-alone full-text search server: Sphinx or SOLR?

I'm looking for a stand-alone full-text search server with the following properties: Must operate as a stand-alone server that can serve search requests from multiple clients Must be able to do ...
42
votes
11answers
17k views

ElasticSearch, Sphinx, Lucene, Solr, Xapian. Which fits for which usage?

I'm currently looking at other search methods rather than having a huge SQL query. I saw elasticsearch recently and played with woosh (a python implementation of a search engine). Can you argument ...
26
votes
5answers
3k views

How to evaluate hosted full text search solutions?

What are the options when it comes to SaaS/hosted full text search? How should I evaluate the different options available? I'm looking for something that uses Lucene, solr, or sphinx on the backend, ...
16
votes
6answers
6k views

Full Text Searching with Rails

I've been looking into searching plugins/gems for Rails. Most of the articles compare Ferret (Lucene) to Ultrasphinx or possibly Thinking Sphinx, but none that talk about SearchLogic. Does anyone ...
15
votes
1answer
6k views

using sphinx search with mongodb as datasource

we decided to use mongodb for some web application (instead of mysql) but want to stay with sphinx for indexing/searching all data stored in mongodb. as the mongodb object-id is a hash per default -- ...
12
votes
1answer
298 views

Problem in implementing Sphinx API along with Cake php

I am working on project where I need to implement SphinxSearch with Cake php. So I am simply trying to use a component and behaviour into it. The link to it, is :- ...
9
votes
2answers
5k views

php mysql fulltext search: lucene, sphinx, or?

This is admittedly similar to (but not a duplicate of) http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-search, however what I am ...
9
votes
5answers
3k views

Best full text search for mysql?

We're currently running MySQL on a LAMP stack and have been looking at implementing a more thorough, full-text search on our site. We've looked at MySQL's own freetext search, but it doesn't seem to ...
8
votes
1answer
3k views

Sphinx PHP search

I'm doing a Sphinx search but turning up some really weird results. Any help is appreciated. So for example if I type "50", I get: 50 Cent 50 Lions 50 Foot Wave, etc. This is great, but when I ...
7
votes
2answers
147 views

Fast, line-wise “grep -n” equivalent for Unix directory structure

I am trying to create a web interface for searching through a large number of huge configuration files (approx 60000 files, each one with a size between 20 KByte to 50 MByte). Those files are also ...
6
votes
4answers
294 views

Searching Techniques Recommendations

This is more of a theory question rather than practice. I'm working on a project which is quite a simple catalog of links. The whole model is similar to the Dmoz or Yahoo catalog, except that each ...
6
votes
1answer
2k views

Solr vs. Sphinx for spatial search

I'm tasked with choosing the fulltext search engine we're going to be using on an upcoming projects. Based on what I've read, I'm leaning toward Solr, but I'm a little concerned about spatial search. ...
5
votes
2answers
447 views

Rake task aborted, undefined method 'indexes' for Thinking Sphinx?

I have Sphinx and Thinking Sphinx 2.0.5 installed on my application and when I keep trying to run the command rake ts:index it gives me this error: rake aborted! undefined method `indexes' for ...
5
votes
3answers
417 views

Among Lucene/Solr, Whoosh, Sphinx, Xapian which integrates best with python?

I am a newb coder in a startup and I am implementing search of documents in a directory in a web host. I am comparing Lucene/Solr, Whoosh, Sphinx and Xapian. Whoosh is natively python. But I want ...
5
votes
2answers
2k views

Problem running Thinking Sphinx with Rails 2.3.5

I just installed Sphinx (distro: archlinux) downloading the source. Then I installed "Thinking Sphinx" plugin for Rails. I followed the official page setup and this Screencast from Ryan Bates, but ...
5
votes
3answers
1k views

how to check sphinx version?

I install a sphinx search engine a couple months ago, as time pass, I don't remember that sphinx version I installed. how to check my system sphinx version?
4
votes
2answers
281 views

MySQL 5.6 InnoDB Full Text Search

I realize that MySQL 5.6 is still in beta, but does anyone have experience using the new InnoDB FTS engine? How does it compare to something like Sphinx? Thanks Jason
4
votes
3answers
117 views

Optimize top N queries

I am facing a hard time optimizing a query like SELECT RESULT_ID FROM RESULTS WHERE SOURCE = 1 AND GROUP=2 AND SCORE1 BETWEEN 20 AND 100 ORDER BY SCORE2 LIMIT 450; on a 40 million rows innodb ...
4
votes
2answers
188 views

How to Build a recommendation/similarity engine

I am looking for techniques for creating a recommendation engine. I am using the sphinx fulltext engine.
4
votes
3answers
590 views

Any ideas why Thinking Sphinx Rake tasks are not running?

I'm finding that Thinking Sphinx sometimes errors out when I try to run its Rake tasks. Sometimes the tasks work fine, and sometimes I get errors like the one below. I'm running the tasks as a normal ...
4
votes
2answers
535 views

Zend Lucene or sphinx?

I am building a system that has database operations that has millions of records.I am using Zend Framework in all part of my project.I wanted to use a search indexing technique but have you got any ...
4
votes
3answers
320 views

adapting text search for graph/molecule comparison algorithms

I'm looking for a text search engine for a non-traditional sort of text search and I want advice on which tool (Lucene, Sphinx, Xapian, or something else) is most appropriate for me, plus pointers on ...
4
votes
2answers
285 views

Many-to-Many searching with Sphinx

I would like to use Sphinx for many to many matching. I took the questions and tags case here in StackOverflow for illustration. A question can be associated with many tags and vice versa for a tag. ...
4
votes
2answers
573 views

Thinking Sphinx Rake aborted, searchd is running while rebuilding or start/stop ts. Index works fine

When I invoke rake ts:rebuild RAILS_ENV=production, I get the following: (in /var/www/abc.com/public/abc/releases/20101008073517) ** Erubis 2.6.6 Stopped search daemon (pid 22531). Generating ...
4
votes
1answer
2k views

Sphinx Search Engine & Python API

I am trying to use Sphinx Search Engine with their Python API. The installation went fine. But when I use their Python API I do not get the complete result set. I only get the ID's? But when I use ...
4
votes
7answers
234 views

PHP find relevance

Say I have a collection of 100,000 articles across 10 different topics. I don't know which articles actually belong to which topic but I have the entire news article (can analyze them for keywords). I ...
4
votes
2answers
568 views

Spelling correction in Sphinx?

I was about to integrate the Sphinx-based search into the website, but I've found that there's no built support for spelling correction. Folks on the web suggest using pspell or other third-party ...
4
votes
3answers
1k views

Fulltext search for django : Mysql not so bad ? (vs sphinx, xapian)

I am studying fulltext search engines for django. It must be simple to install, fast indexing, fast index update, not blocking while indexing, fast search. After reading many web pages, I put in ...
4
votes
3answers
202 views

Article search engine in php

I am using sphinx as a search engine on my website its working perfect and I have no complain with it. The only thing it lacks is, it does not allow me to search articles whose query length is more ...
4
votes
3answers
1k views

Thinking Sphinx and acts_as_taggable_on plugin

I installed Sphinx and Thinking Sphinx for ruby on rails 2.3.2. When I search without conditions search works ok. Now, what I'd like to do is filter by tags, so, as I'm using the acts_as_taggable_on ...
4
votes
1answer
552 views

Sphinx returning bad search results

I am using Sphinx with the Thinking Sphinx plugin. I have indexed a model called Venue with the following code (and the rake thinking_sphinx:index command) define_index do indexes :name ...
3
votes
1answer
85 views

PHP's lack of unsigned ints and MySQL's CRC32 function

I told Sphinx to index some strings in their CRC32 forms as attributes, like so: sql_query = SELECT [...], CRC32(LOWER(color)) AS color, [...], FROM table sql_attr_uint = color I'm trying to get ...
3
votes
2answers
151 views

Running a continuous batch process in Java

I have a batch file which performs the operation of listening to the microphone and converting it to text (i am using pocket sphinx). The command I am using to run the batch file is ...
3
votes
2answers
443 views

Thinking sphinx rails not running

Everytime I try to run Sphinx 2.0.1 with Rails 3 on Mac OSX Snow Leopard, I get the following error: Failed to start searchd daemon. Check /Users/.../log/searchd.log. Failed to start searchd daemon. ...
3
votes
1answer
238 views

How do you sort Using Thinking Sphinx on Rails 3?

I'm trying to accomplish a simple sort using parameters passed to my controller. I'm following the documentation on the Searching & Thinking Sphinx website and I'm met with the following error. ...
3
votes
4answers
601 views

Sphinx: How do I set sphinx to do exact string match?

It seems that Sphinx is searching the documents word by word. I don't know how to search the documents exactly. I tried SPH_MATCH_ALL, SPH_MATCH_PHRASE and all of those search the documents word by ...
3
votes
1answer
551 views

advanced searching mongodb using mongomapper, sunspot/solr or sphinx?

I have am using mongodb with mongomapper to store all my products. Each product belongs to multiple categories that have many levels i.e. category, sub category etc. Each product has many search ...
3
votes
4answers
962 views

Does Heroku support Thinking Sphinx?

I would like to know if Heroku supports Sphinx (and its gem Thinking Sphinx)
3
votes
1answer
516 views

Sphinx: Initialize Real Time Index

I would like to migrate one of the sphinx index into real time. However, rt index doesn't take a source and its initialization is kinda messy. Is there a way to migrate existing index into real time ...
3
votes
2answers
771 views

Using main and delta indexes in sphinx

Im switching fulltext searching on my site to sphinx. Im going to be using SphinxSE to perform the searches. I created 2 indexes, as specified in the manual: ...
3
votes
2answers
475 views

Search term suggestions

This question has been asked in various ways before, but I'm wondering if people who have experience with automatic search term suggestion could offer advice on the most useful and efficient ...
3
votes
1answer
348 views

What is the difference between searchlogic and other fulltext search plugins?

I am looking for an alternative to acts_as_solr or thinkingsphinx for fulltext search in my Rails app. Came across searchlogic. Does it support indexing? I am planning to host my app on heroku and I ...
3
votes
1answer
1k views

Complex Query with Sphinx

I am using -- http://sphinxsearch.com/ . Its working fine for me except one problem. I need to exclude some entries where a specific field doesn't contain a word. Something that would look like this ...
3
votes
1answer
833 views

MySQL full-text search in Rails?

When I added search functionality to my first Rails app, I used Sphinx, after reading that using MySQL's built-in fulltext search was a bad idea. While Sphinx works well, it's a bit complicated to set ...
3
votes
1answer
909 views

Sphinx and wordforms

How could I make Sphinx to recognize "auto" and "car" as similar words? Let's image I have three database records Andy likes to drive auto. Mary don't like to drive car. Bob is going to buy ...
3
votes
1answer
1k views

Sphinx delta indexing — still necessary to rebuild the main index?

I've been reading up on the Sphinx search engine and the Thinking Sphinx gem. In the TS docs it says... Sphinx has one major limitation when compared to a lot of other search services: you cannot ...
3
votes
1answer
863 views

Lucene search results sort by custom order list (unique to each user)

I have authenticated users in my application who have access to a shared database of up to 500,000 items. Each of the users has their own public facing web site and needs the ability to prioritize the ...
3
votes
1answer
2k views

Django-sphinx result filtering using attributes?

I was going through the django-sphinx documentation, and it looks like it allows you to filter search results using attributes, queryset = MyModel.search.query('query') results1 = ...
3
votes
2answers
1k views

Accent Insensitive ordering in Sphinx

I am using Sphinx with the Thinking Sphinx plugin to search my data. I am using MySQL. My data contains accented chars ("á", "é", "ã") and I want them to be equivalent to their non-accented ...

1 2 3 4 5 14