sunspot-solr Questions
7
Solved
I have had lots of trouble with deploying my rails 3.0.10 application to Ubuntu 10.04 server with Passenger, Capistrano, nginx and MySQL (and even more trouble with apache2). After downgrading rake...
Gnaw asked 11/3, 2012 at 10:58
5
I have a model with a searchable block, like so:
class Contact < ActiveRecord::Base
searchable do
text :contact_name, :company_name, :contact_email
end
end
In the controller's index actio...
Hyphen asked 11/8, 2011 at 16:44
2
Solved
I'm using Sunspot to index and search several models in a Rails project and I need to limit results based on the models' HABTM associations with a Department model. This is because users may not ha...
Shy asked 16/2, 2014 at 12:21
6
Solved
I an not very familiar with solr. I have installed solr successfully. It is using jetty webserver. My solr version is 4.10.3. It admin page is not protected by password. Anyone can access it. I wan...
Pained asked 20/1, 2015 at 11:14
1
Solved
Hi I'm developing rails app with Solr 4.1 search engine,
When I add highlighting to searchSolr start spaming the tomcat6 log with this warning:
Jan 29, 2015 12:13:38 PM org.apache.solr.highlight...
Retrospective asked 28/1, 2015 at 16:54
3
Solved
I am in the process of upgrading my app to Rails 4, and now got my rails server, as well as sunspot solr, after a lot of tinkering, to run, I can access Solr admin page. However when I try to acces...
Pompei asked 30/11, 2013 at 18:42
4
Solved
How would one correctly search multiple models in SunSpot Solr?
Profile model
has_one :match
searchable do
string :country
string :state
string :city
end
Match model
belongs_to :profile
searc...
Outguard asked 25/6, 2013 at 14:31
1
Solved
I am stuck into a strange issue where I am looking for your inputs.
My problem is:
After deploying my application on Production using Capistrano, when I am doing solr re-indexing, it is giving me...
Demur asked 1/4, 2013 at 10:57
3
Solved
I connect to our Ubuntu production server using PuTTy.
I want to reindex a specific Model using Solr. I want to run the reindex command from the Rails Console, i.e. Modelname.reindex (as this seem...
Phonometer asked 25/6, 2012 at 13:55
1
Solved
I have implemented solr search for my rails application. I have indexed the fields for search and it is working perfectly. Now i want to exclude one particular field named Title while searching.How...
Battleplane asked 24/5, 2012 at 10:44
2
Solved
Hi I have been using the normal rails active record LIKE search in my app, I started using sunspot solr search. I would like it to act as close to the rails LIKE search as possible.
wine.rb
#sun...
Dragster asked 15/5, 2012 at 13:33
2
Solved
I'm debugging my Solr schema and I'd like to see the results of tokenizing a specific field.
For a simplified example, if I have:
<fieldType name="text" class="solr.TextField" omitNorms="false...
Morril asked 3/5, 2012 at 4:59
1
this exception is raised often when system is insert new record db and update the solr index, is there anyone got same problem ? how to avoid it ?
Mar 29, 2012 6:26:59 PM org.apache.solr.core.Solr...
Actinomycosis asked 30/3, 2012 at 1:31
1
© 2022 - 2024 — McMap. All rights reserved.