sunspot
Lucene term boosting with sunspot-rails
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[详细]
2023-01-24 23:54 分类:问答Nested searching in SunSpot Solr
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[详细]
2023-01-23 07:40 分类:问答undefined method `all_text_fields' for nil:NilClass
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:[详细]
2023-01-22 20:39 分类:问答Input field is clearing text when I'm telling it not to
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[详细]
2023-01-16 11:45 分类:问答Debugging Solr search queries on Sunspot
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.[详细]
2023-01-16 08:48 分类:问答Ordering results by relevance using Solr search
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.[详细]
2023-01-16 02:00 分类:问答RSolr RequestError Solr Response Severe errors in solr configuration
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.[详细]
2023-01-15 23:41 分类:问答Solr/Lucene is it possible to order first by relevance, and then by a second attribute?
In Solr/Lucene is it possible to order fir开发者_开发百科st by relevance, and then by a second attribute?[详细]
2023-01-15 20:16 分类:问答Ruby on Rails: How are people making search forms on sites with the broken textfield parsing that removes quotation marks?
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[详细]
2023-01-15 20:07 分类:问答sunspot_rails not re-indexing model after save
I have a model which deploys a delayed job that updates some of its attributes. The model is 开发者_开发知识库declared \"searchable\"...[详细]
2023-01-15 03:35 分类:问答