I started using Sunspot to perform searc开发者_如何学Pythonhes in my Rails 3 app and I ran into a doubt. Is there a way that I can let the user choose in what fields he/she wants to search. For exampl
I have spent more than 24 hours trying to figure out what im doing wrong here. Can you please help. This is what i have.
I\'m trying to order search results using an equation that uses Products and User has inputs. In other words, I have an equation that uses data from both Products and current_user. I want to be able t
I\'d like to set up my indexing so that phonetic-matched results are given less weight than regular matches.
I have a mini blog app and i would like user to view articles that relates to what they are reading in the article show page. without the sunspot_rails gem i would do something like this
So it seems Sunspot-Solr is eating a lot of memory up. And its probably due to my malpractice as a programmer allocating proper usage of it.
Does anyone have a good example of using RSpec with the sunspot_matchers gem (or just plain RSpec) to test code using the sunspot gem?
Assume that I have the following model and I have made it searchable with sunspot_rails. class Case < ActiveRecord::Base
I\'m using sunspot_rails (on rails3) to interface my rails app to a solr server. I would really like 开发者_运维知识库to perform fuzzy searches using the ~ operator. Anyway it seems that this is not s
I use the following query to get time-series data of Posts. q=*:*&facet=true&facet.date=created_at_d&start=0