I\'m having an issue with Lucene\'s Term [Boosting][1] query syntax, specifically in Ruby on Rails via the sunspot_rails gem. This is whereby you can specify the weight of a specific term during a que
I am trying to implement a Solr based search for a message thread. Each message can have many replies(The replies can be ONLY one level deep.). I want to retrieve the parent messages with content matc
I am using Rails 2.1 and implemented Sunspot search. The server is running fine, but the problem is when I am searching for a text, it is showing an error like this:
I have an input field that was written with onfocus=\"this.value=\'\' , but recently decided to change it to onfocus=\"this.sele开发者_运维百科ct() . The trouble is that when I went to change it, it s
How can I debug Solr search queries when using the Sunspot gem on Rails?I have some queries that are returning bizarrely high scores, and I\'m trying to get to the bottom of why this is happening.
I\'m new to Solr search and trying to get a grasp on how to handle ordering of results. I\'m using Ruby on Rails together with the Sunspot gem to interface with Solr.
I was reindexing my model when I suddenly shutdown my mac, When I try to reindex again using (Model_name).reindex in script/console I encountered an error that I haven\'t encountered before.
In Solr/Lucene is it possible to order fir开发者_开发百科st by relevance, and then by a second attribute?
I\'m using Sunspot Solr search, which works fine for the most part for basic search. It\'s supposed to be able to handle quotation marks around phrases, so that a search for test case will return docu
I have a model which deploys a delayed job that updates some of its attributes. The model is 开发者_开发知识库declared \"searchable\"...