Sunspot Rails Plugin
3
votes
1answer
249 views
Named scope in Sunspot search in rails 3
i am using the Sunspot search from multiple models which are tagged under a name.
Sunspot.search(Article,Blogpost) do with :tag_ids, params[:id] end
How to apply named_scoped like recent ...
3
votes
1answer
159 views
all time data without setting facet.date.start to a random past date
I use the following query to get time-series data of Posts.
q=*:*&facet=true&facet.date=created_at_d&start=0
&f.created_at_d.facet.date.start=2009-06-20T14:05:28Z
...
1
vote
1answer
66 views
SystemStackError (stack level too deep) in sunspot gem
I know this is the hardest error to trace. This is what happens:
I am doing a request involving sunspot search. For all requests that return reasonable solr response size, everything works fine. For a ...
1
vote
1answer
48 views
Don't split on underscore with solr.StandardTokenizerFactory
I'm using solr, I'm using StandardTokenizerFactory in the text field but I don't want to split on the underscore.
Do I have to use another toknizer like PatternTokenizerFactory or I can do this with ...
1
vote
1answer
44 views
Mapping search results in rails when working with Association
I have a two models as:
Product { has_may variants}
Variant {belongs to product}
I used Sunspot search, and in result I retrieved selected variants, now I want this result as my search result ...
1
vote
1answer
298 views
Trying to get rake sunspot:solr:run to execute
I am trying to get the gems sunspot_rails and sunspot_solr up and running. I have all the most recent gems downloaded and implemented the patch suggestion from ...
1
vote
1answer
236 views
Rails Sunspot search for items tagged with the tag
I am working in rails 3 .
IN one of my model , i have
acts_as_taggable_on :hashtags
and for indexing i have
searchable :auto_index => false do
text :tags do
...
1
vote
1answer
204 views
Sunspot search order_by error - target column is not ordered
I am implementing a pretty basic Sunspot solr search in Ruby on Rails 3.1. I call search on my Idea model with an order_by argument on a integer column but the result set is not ordered.
Search ...
2
votes
0answers
98 views
rake sunspot:solr:reindex not working in Rails 4 app with multiple engines
I have rails 4 beta1 application with multiple engines. I'm installed sunspot_rails gem /2.0.0.pre.130115/ in my host application. Most of my models lived in engine1. I used them other engines. After ...
2
votes
0answers
217 views
Routing Error, undefined method `searchable' for #<Class…> with Sunspot Solr / Rails
I have added Sunsport Solr to my Rails application. The model on which I want to search is throwing a Routing Error exception, complaining of an undefined method 'searchable' for ...
2
votes
0answers
502 views
Sunspot Solr order by score relevancy and second column not working
I'm working with Sunspot & Mongoid. Inneed of sorting by relevancy (score) value, and then event date. To do this, you're supposed to do
Article.search do
keywords params[:query]
order_by ...
2
votes
0answers
231 views
How to set up sunspot using Capistrano on Dreamhost
I have read the answer for a similar question asked on SO before, but could not make heads or tails of it.
I installed the suspot_rails gem and followed other steps to set up sunspot on my local box ...
1
vote
0answers
34 views
Conditional indexing in rails sunspot
I am well versed with Solr and have used it previously using DIH. In the current application that I am working on my Solr document would consist of fields from 3 tables (because of RDBMS design of the ...
1
vote
0answers
75 views
Sunspot search doesn't work
I'm trying to make an search option in my site, but it won't show results after an search query.
I have followed this tutorial: ...
1
vote
0answers
73 views
Sunspot :: “stored => true” doesn't return hits
I have set up Sunspot for the first time and it works. I can search Posts using the following code:
Post.search { keywords'some_search_term'}
I'm onto the step of implementing highlighting and ...
1
vote
0answers
67 views
substring search like with scop be able to find scopes
I have schema like this:
<fieldType name="text" class="solr.TextField" omitNorms="false">
<analyzer type ="index">
<tokenizer class="solr.StandardTokenizerFactory"/>
...
1
vote
0answers
113 views
Sunspot_solr rails gem indexing incorrectly for one type in production environment only
I recently implemented an autocomplete/autosuggest feature driven by solr. My solr implementation is using the rails sunspot gems. The autocomplete search does not go through rails at all, but goes ...
1
vote
0answers
52 views
Sunspot Rails and Carrot2
I'm using the sunspot_rails gem for a rails application. Is there a way to integrate the cluster engine carrot2 into a rails app? Obviously carrot2 is part of sunspot as it is commented in the solr ...
1
vote
0answers
169 views
Want Sunspot/Solr order_by :random to remain consistent for the session
I am using the Sunspot gem for Solr integration with a Rails 3.2 application. My search is heavily parameterized, so instead of sorting by relevancy, I sort by default using order_by(:random).
The ...
1
vote
0answers
254 views
multi-word search in solr (sunspot) for returning closest match
I'm using sunspot to search my rails app, but I'm not getting the results I'm hoping for.
I've got the index built on my 'classes' models name field, so I have for example
Engineering
Electrical ...
1
vote
0answers
217 views
How to dynamically construct attribute names in Sunspot searchable block
My search includes the ability to scope a query by a price range, the day of the week, and a guest count.
However, the price is different on each day of the week, and the price changes (not ...
1
vote
0answers
81 views
How to identify and save keywords in the database and retrieve it later in rails 3.1
I am working on a rails 3.1 app where I have to implement the following logic.
1) Provide a searchbox
2) User enters their query in the searchbox
3) If the query is not present in the database the ...
1
vote
0answers
293 views
solr query analyzers
I am trying to use double metaphone as one of the analyzers for duplicate detection. here is how my schema looks like
<fieldType name="text" class="solr.TextField" omitNorms="false">
...
1
vote
0answers
295 views
Writing RSpec specs to test app using sunspot_rails
Does anyone have a good example of using RSpec with the sunspot_matchers gem (or just plain RSpec) to test code using the sunspot gem?
I'm trying to figure out what's going on with this error and ...
1
vote
0answers
332 views
sunspot_rails Levenshtein distance operator
I'm using sunspot_rails (on rails3) to interface my rails app to a solr server. I would really like to perform fuzzy searches using the ~ operator. Anyway it seems that this is not supported. I'm now ...
0
votes
0answers
31 views
rake db:seed error for Rails app using MongoDB, sunspot_solr
I am working on a Ruby on Rails application that uses MongoDB, and I have implemented basic Sunspot functionality. Here is some information about my environment
Rails 3.2.11
Mongo 2.4.3
Sunspot ...
0
votes
0answers
24 views
Appending to URL when submitting a form containing select/search fields
I am trying to sort/search a page using sunspot. However , I am not able to append the params . Please find the code below for clarification :-
In controller -
@search = Product.solr_search do
...
0
votes
0answers
9 views
How to fetch only required fields using sunspot solr
I want to fetch only few fields from database as result of sunspot solr instead of all fields as my object contains a lots of fields.
I tried using the following code. But when i do search.results it ...
0
votes
0answers
21 views
When does Sunspot perform a commit to SOLR?
I have a background rails app with 64 instances using Sunspot and talking to a SOLR index with a few thousand items.
The load on the SOLR box is high and submissions that should take a second or so ...
0
votes
0answers
34 views
How to search sunspot rails for empty associations
Before, we were able to successfully find 'roots' in a tree by checking for an empty previous_id:
Phrase.search do
with :previous_id, nil
end.results
Now we successfully changed the model from ...
0
votes
0answers
110 views
Sunspot rails search, deny creating facets by condition
I use sunspot_rails gem in full text searching in Ruby on Rails,
I added boolean field ('show_facet') to my model Product,
and to solr index
Then I want to do next:
if 'show_facet' == true then ...
0
votes
0answers
59 views
Ordering the search result - sunspot rails
I have two models, an School model, a Price model. A School has one price.
Here is my School-controller, I eager load the price model with school-model:
def index
@search = School.search(:include ...
0
votes
0answers
95 views
Running multiple instances of Sunspot solr server for running cucumber tests using parallel_tests gem
I am using parallel_tests gem for running my cucumber features in parallel.
While i am trying to run the cukes, i am getting
Sunspot::Solr::Server::AlreadyRunningError
but the process is ...
0
votes
0answers
36 views
how to retain sunspot auto complete field value after performed search
I have used sunspot autocomplete in the text field and select tag for sunspot search
In the view file
<%= text_field_with_auto_complete :license,:holder,{:size => 20,:onkeypress => ...
0
votes
0answers
64 views
Capturing Sunspot Solr logs
I am currently working on Rails 2.3.9 with sunspot_rails 2.0.0. I have data reindexing running in background job.
I wanted to capture how does solr indexes data since I am facing some performance ...
0
votes
0answers
41 views
How can I convert a fulltext Sunspot query into ElasticSearch with tire?
I have a model with just a name, and I am trying to get the record with the best match using ElasticSearch and Tire. So for example, I have the following records: "Milk", "Evaporated Milk", "Sweetened ...
0
votes
0answers
77 views
how to merge two or more columns in sunspot solr
I have four models. That is brands, departments, categories and product_details. brands table contains id, name. departments contains id, name. categories contains id and name. product_details ...
0
votes
0answers
76 views
How to search by using group by clause for two or more fields using sunspot solr
Please any one tell me is it possible put conditions on the associated fields using sunspot solr. I have four models. That is brands, departments, categories and product_details. brands table contains ...
0
votes
0answers
191 views
How to user sunspot autocomplete for SearchController text_field_tag
I need to show a list of suggestions as search term is being typed in. I have a simple SearchController#index that simply receives via GET anything been passed through the text_field_tag field. I'm ...
0
votes
0answers
89 views
Expanding multiple sunspot solr searches
I'm performing a search on my database whereby I search for the initial parameters, then do a bit of intelligent query expansion and search again.
My problems are:
When I do my second search I ...
0
votes
0answers
189 views
Sunspot autoCommit with sunspot_rails does not work in development
I've been trying to make this work for a while, and found a few similar questions, but nothing that would solve my problem. I am trying to implement delayed solr indexing in my rails application using ...
0
votes
0answers
53 views
undefined method `with' for controller with sunspot rails
I am implementing a Rails 3.1 application in combination with the sunspot_rails gem (2.0.0.pre) and I am trying to scope search results based on multiple conditions, one of them using the in_radius ...
0
votes
0answers
125 views
Why am I getting a NullPointerException when using Sunspot Solr in Ruby on Rails?
I recently upgraded Rails in my local project to 3.2.8 and now when I do any search I get the following error:
RSolr::Error::Http - 500 Internal Server Error
Error: java.lang.NullPointerException
...
0
votes
0answers
25 views
Finding frequency of words in database using sunspot
Is it possible to find the frequency of words in a huge string data present in a database using sunspot?
0
votes
0answers
71 views
using quotes to get phrases
I understand that when doing a keyword search, that using quotes treats the quoted string as a phrase. Say I am indexing the subdivision field for property records and one of them has a subdivision ...
0
votes
0answers
89 views
Is it possible to use multiple mysql databases in sunspot solr search engine
I came to know we can use multiple databases for a single project with the help of this link. I want to know is it possible for us to use sunspot solr search engine to this type of project. Is it ...
0
votes
0answers
51 views
Sunspot crashes every few minutes
I wanted to use sunspot_rails with my rails (3.1) app, and everything works perfectly fine. In production however, the server seems to crash every couple of minutes.
When running rake ...
0
votes
0answers
299 views
Severe Errors in Solr
I've been trying to get sunspot/solr working in a new environment (Ubuntu), and I'm getting this error of 'Severe Errors in Solr' which I've included below.
I don't know what is causing the error, ...
0
votes
0answers
581 views
getaddrinfo: Name or service not known with solr sunspot
I'm attempting to run solr and sunspot with rails 3.1, but I keep getting the error
getaddrinfo: Name or service not known
my controller is fairly basic
def index
@food_names = ...
0
votes
0answers
204 views
jruby + sunspot + rails 3 + solr
Hi i am trying to use these technologies to implement search on my app. and currently I am trying to implement distributed search (shards). Can anyone point me to a resource that can help me in doing ...




