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.
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
I want to search the tracks either by \"all of\" the filters, or by \"any of\" the filters. So here is what I got:
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
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.
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
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
I use the sunspot-rails for search. These is a Rspec looks like: describe \"GET search\" do before(:all) do
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\"/>
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.