-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 search "50 Ce", I get:
Ryczace Dwudziestki
Spisek
Bernhard Gal
Cowabunga Go-Go
And other crazy results…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I start to using cassandra and I want to index my db with sphinx.
I wrote ruby script which is used as xmlpipe, and I configure sphinx to use it.
source xmlsrc
{
type = xmlpipe2
xmlpipe_command = /usr/local/bin/ruby /home/httpd/html/app/script/sphinxpipe…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Below is my PHP function to call nearby points using Sphinx for MySQL. There are hundreds of thousands of nearby points which to what I can tell, are being indexed by Sphinx, but simply fails silently when searching with Sphinx. Other Sphinx queries I run against other indexes work completely fine…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 when I try to index the models it gives me this error:
$ rake thinking_sphinx:index
(in /home/benoror/Dropbox/Proyectos/cotizahoy)
Sphinx…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
from django.db import models
from djangosphinx.models import SphinxSearch
class MyModel(models.Model):
search = SphinxSearch() # optional: defaults to db_table
# If your index name does not match MyModel._meta.db_table
# Note: You can only generate automatic configurations from the ./manage…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone:
How can I use sphinx to search french words which the entries in the db is actually english?
The situation is:
I have a ROR project with a table in the db called "categories", and the category names are in english, category has many "question" entries.
In localization file config/locals/fr…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 plugin, my Announcement model looks like this:
class Announcement < ActiveRecord::Base
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to get Thinking Sphinx to work in test mode in Rails. Basically this:
ThinkingSphinx::Test.init
ThinkingSphinx::Test.start
freezes and never comes back.
My test and devel configuration is the same for test and devel:
dry_setting: &dry_setting
adapter: mysql
host: localhost
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I'm building an application where I have products and categories. Category has_many properties and each property has a list of possible values. After a category is set to the product all properties show up in the form and the user can set that property to one of the properties possible values…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have Sphinx installed on windows xp system. A I use Thinking Sphinx plug-in within my rails application.
I can't rebuild index with Thinking Sphinx rake task after application server starting up even if I stop it:
Stopped search daemon (pid 4492).
... bla bla bla ...
total 3 reads, 0.000 sec,…
>>> More