开发者

sunspot

0
  • Search for partial words using Solr

    I\'m trying to search for a partial word using Solr, but I can\'t get it to work. I\'m using this in my schema.xml file.[详细]

    2023-04-11 20:56 分类:问答
  • Sunspot Solr in production

    I have need to deploy my app to production now that uses sunspot for search. I see some sources saying not to run the sunspot solr instance in production but to setup on tomcat, but others have said[详细]

    2023-04-08 13:42 分类:问答
  • How to define a dynamic scope in Ruby Sunspot?

    I want to search the tracks either by \"all of\" the filters, or by \"any of\" the filters. So here is what I got:[详细]

    2023-04-07 06:23 分类:问答
  • Light alternative to Sunspot for Rails

    I really like Sunspot in Rails, but it adds way too much to my slug size on heroku (10mb to 33mb). Is there a good, 开发者_运维问答much lighter alternative to Sunspot? I only need basic full text sear[详细]

    2023-04-06 00:31 分类:问答
  • Redis To Go vs Websolr for faceting

    I\'m trying to find the mos开发者_运维百科t performant solution to a project that contains a large dataset. I would like to filter the dataset with faceting.[详细]

    2023-04-04 17:10 分类:问答
  • How to log searches in rails?

    I\'d like to keep a log of all searches that users do on my site which uses the sunspot-rails gem. I don\'t need the logs to be real-time accessible by my application as they\'re for analytics that wi[详细]

    2023-04-04 07:31 分类:问答
  • Using sunspot_rails with rails

    I\'m writing a rails app that allows people to submit links and titles a little bit like reddit. I want to make 开发者_开发知识库it so that people can enter a url and find the record with a similar[详细]

    2023-04-04 04:58 分类:问答
  • connection rejected from solr in Rspec

    I use the sunspot-rails for search. These is a Rspec looks like: describe \"GET search\" do before(:all) do[详细]

    2023-04-03 15:27 分类:问答
  • Solr Sunspot minimum_match

    I\'m new to using Solr Sunspot for Rails. I\'m trying to use the <filter class=\"solr.EdgeNGramFilterFactory\" minGramSize=\"2\" maxGramSize=\"15\" side=\"front\"/>[详细]

    2023-04-03 15:06 分类:问答
  • How to use CouchRest with Sunspot?

    I have a problem with integration between CouchRest and Sunspot. When I search the book detail, the result from Sunspot is empty. I try to google it for a long time but no help.[详细]

    2023-04-03 05:27 分类:问答