You cannot post messages because only members can post, and you are not currently a member.
Description:
For discussion, bug reports and feature suggestions about the Rails and Merb plugin Thinking Sphinx
|
|
|
Message Delays
|
| |
Hi everyone Just a quick note to explain the group setup: It currently marks any new subscribers' posts as moderated - just to avoid spammers joining and posting without limitation. I've marked all current members as approved though, since you've either posted already, or I've had emails from you before.... more »
|
|
Distributed Index can not be directly indexed
|
| |
This is an email just to highlight something that isn't actually an error, but trips a lot of people up (myself included). When you run an index on your data, you may get the following error message: ...A distributed index is made up of other indexes. It doesn't need to be indexed, but Sphinx tries to anyway, and then complains when it can't.... more »
|
|
Defining index when more than 1 accessor involved - need help.
|
| |
Hi, guys, I need some help defining index when more than 1 accessor involved. I have looked up the docs ([link] thinking-sphinx) to no success :( Consider this scenario. Search index to be built on a 'parts' object. Each 'parts' object belongs to a 'fit' object. A 'vehicle' object has many attributes among which is 'name'.... more »
|
|
OS X Snow Leopard - "riddle" gem not found
|
| |
hi, guys, On my mac, I can't seem to run "rake thinking_sphinx:index". This is because the "riddle" gem doesn't seem to be found despite the gem has been installed successfully. here's what's it looks like on my screen: localhost:myApp ct9a$ sudo gem install riddle Password: Successfully installed riddle-1.0.8... more »
|
|
Conditions in Production
|
| |
I am using @posts = Post.search(params[:search], :conditions => { :status => 'Publish' }, :page => params[:page], :per_page => 5, :order => 'created_at desc') in development mode it works fine but in production I am getting no results? Not sure where to start
|
|
Exact name match boost
|
| |
Hi Pat and other sphinx experts: We're indexing businesses by name and category (and some other fields). We want to ensure that something that matches *exactly* in name or category will be boosted above something that is a partial match or match across fields (ie, if I search for "Burger Bar" in Las... more »
|
|
How to specify multiple indexes using version 1.3.14
|
| |
Hi, In my application search work on thinking sphinx (version 1.3.5) but when I switch my version to 1.3.14 my search code gives me following error. using config file '/home/rahul/application/demo/ config/ development.sphinx.conf'... ERROR: section 'contact_core_0' (type='source') already exists in /... more »
|
|
The Results of November
|
| |
Hi everyone Just in case you're interested, I've written a blog post about the key features that made it into Thinking Sphinx over the last two months. Thanks again for all your support. [link] Cheers
|
|
Errno::EACCES (Permission denied searchd.production.pid)
|
| |
Hi guys, I've had Sphinx and Thinking Sphinx on my production site for a few days now and was just alerted to some issues when deleting records. I think this is probably a simple permissions issue as indicated below but I can't seem to find much information on what should be set. Can anyone tell me if they have seen this before and... more »
|
|
NoMethodErrors
|
| |
Hi all, I'm using TS with Radiant, which causes me some trouble currently. Actually I'm not sure if this is originally a problem of TS, or if it's the radiant extension causing the error, but let me explain: I've upgraded the TS gem to 1.3.14, and my application started to spit out errors every now and then. Errors occur when I try to edit a page... more »
|
|
|