sunspot
Date range facets with Sunspot in Ruby on Rails
I am using Sunspot to search for events (parties, concerts, ...) in a Ruby on Rails 3 application. I have managed to set up free text search and facet search on a couple of different category types.[详细]
2023-02-13 07:38 分类:问答Sunspot indexing and searching tags returns everything
I am using act_as_taggable_on for tagging in our projects, along with sunspot/solr for searching. We get a strange unexpected result. First our setup (short version):[详细]
2023-02-12 01:19 分类:问答What is the lightest way to load search results via Rails?
This is a question of general strategy. I\'ve been pinging load time for a search results page I\'m doctoring with sunspot_rails, and I\'ve noticed some strange discoveries.[详细]
2023-02-11 22:28 分类:问答Sunspot_Rails Rake Aborted When Running Reindex
I\'m unable to index my database for searching with sunspot_rails.I get the following error: Execute sunspot:reindex rake aborted![详细]
2023-02-09 23:42 分类:问答Is it possible to tweak Solr hit relevance score based on length of content?
I have a Rails app using sunspot to do searches against a table with records of varying sizes. I want to adjust the score of the 开发者_C百科hit depending on how large a certain field is. This is to p[详细]
2023-02-09 00:40 分类:问答Sunspot search: Searching with negative keyword
Hello I am using sunspot for searching: when I say: keywords \'\"India\" -\"mountain\"\' do minimum_match 1 end[详细]
2023-02-06 15:25 分类:问答What part of this Solr-Sunspot setup am I missing?
I thought I had this down piece-of-cake .. but anytime I do a query on any keyword it doesn\'t load any tables from SQL. I get no errors.[详细]
2023-02-06 06:35 分类:问答Geospatial Indexing with Redis & Sinatra for a Facebook App
I\'m rebuilding Lovers on Facebook with Sinatra & Redis, and I want: Set operations for managing requests & relationships between users[详细]
2023-02-03 10:30 分类:问答Solr / Sunspot - determine indexing language at runtime, dynamically choose analyzers
I would like to use Solr + Sunspot to index a bilingual FR-EN site. The issue: model Post can be written both in French or in English. I can determine at runtime what is the language, but I also need[详细]
2023-01-31 23:34 分类:问答Is this a simple way to ensure Sunspot Solr starts or this bad?
I have had many problems with Sunspot Solr not being started, particularly after server reboot initiated by the Host.[详细]
2023-01-29 21:56 分类:问答