Pretty much a noobie here, so I appreciate any help someone can give. I\'m trying to add faceting to the search on my site through Sunspot.Ryan just released a great Railscast which got me started: h
As it cur开发者_运维知识库rently 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
Not too sure how to debug this. Any tips would be greatly appreciated. Basically, I just did a large commit, and now my server can\'t boot up because of a Sunspot-solr issue.
Assume that I have the following model and I have made it searchable with sunspot_rails. class Case < ActiveRecord::Base
I see in the sunspot documentation that to define the default number of results I should use: Sunspot.config.pagination.default_per_page = 12
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 am investigating Sunspot as a possible indexing solution for our project. There is one thing, I don\'t find any information about though: How are updates to the data handled. If I have \"setup\" the
I use the following query to get time-series data of Posts. q=*:*&facet=true&facet.date=created_at_d&start=0
I am having a weird issue with Solr. I am using Rails 3 with Sunspot gem and everything was fine when I was running off my local instance of Solr. But once I tried running same code in a different env
I would l开发者_开发知识库ike to implement a full text search + faceting for my project that uses SQlite3 as the database. I heard that Solr is really powerful. There are Sunspot & Solr tutorials