1
vote
0answers
33 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 ...
0
votes
1answer
27 views

How to return search results with Sunspot and Solr in rails app?

I am having some trouble with Sunspot and Solr. When I pass a parameter, I'm getting no results. I've included in the comments at 2 points in the code. I've confirmed that there is also data in ...
2
votes
0answers
97 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 ...
1
vote
1answer
46 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 ...
0
votes
1answer
26 views

Dynamic Ordering in solr result using Sunspot

I want to implement dynamic ordering in my solr search. For eg: if i am selecting the country as India, the members from India has to come in top of the result and members from other countries has ...
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
1answer
86 views

Matching substrings in fulltext search not working

In my rails application, i'm using solr search. Substring matching working fine on local server but it is matching full words on my deployment server. searchable block searchable do text ...
1
vote
2answers
95 views

Sunspot - Searching in multiple date ranges

Here's my problem, I'll try to be concise. I have a model Course that has_many Planning. A Planning has a start_date and an end_date. I want to retrieve (with sunspot) all the Courses that have a ...
0
votes
1answer
49 views

Can I use “-” in FQs using sunspot gem

I've inherited a solr installation that doesn't really work for our data. Before re-building, we want to roll out a simple search: filtering on any of our product inventory with size 8, shoe size 9. ...
0
votes
1answer
57 views

How do you monitor a solr server with god, instead of respawning bundle sunspot-solr start

The issue is that the command I use to start sunspot, bundle exec sunspot-solr start, itself spawns a solr server, which is the actual process that needs to be monitored, not the original command. If ...
2
votes
1answer
71 views

Solr+Sunspot: Having different boost on tags of a record — possible?

I have a model, say Post. It has tags. Each of the tags has a weight that should be reflected in search. Can I somehow store these tags and boost each of them with its weight? Example: Post title is ...
0
votes
2answers
126 views

sunspot_solr error on heroku?

I'm using 'sunspot_rails', '~> 2.0.0.pre.120415' for Solr search in my rails app and deploy it on heroku (two separate application). It's working fine on one application but throw error on other. ...
4
votes
2answers
153 views

While searching with sunspot_rails on Solr, how can I boost whole word matching over partial word matching?

I am using sunspot_rails to submit queries to a Solr instance. Everything works ok, but I want to order my results with the following criteria: I want to take first the documents where the matching ...
6
votes
2answers
186 views

rails solr search limit total search results / get fixed number of results

I'm trying to perform a search, order the results randomly, and only return a number of results, not all matches. Something like limit(2) I've tried using the Solr param 'rows' but that doesn't seem ...
1
vote
2answers
145 views

Get the related search queries using sunspot solr

My rails application using sunspot solr to search the books/authors. Now If I give search query as "Jeffrey Archer" it ll give the set of books which has "jeffrey archer" as author. But If I ...
0
votes
1answer
45 views

Solr Sunspot — How to make 2 strings like “Co.” and “Company” appear identical?

I have many records that contain abbreviations in a column of names. I might have the record "ABC Brewing Co.", and I want solr to interpret this as being identical to a search for "ABC Brewing ...
0
votes
1answer
108 views

Solr Search Stripping Phone Number in Database before Comparison

I have a list of restaurants that I want to match with the restaurants in my database using phone number. The problem is that the numbers are formatted differently (i.e. (123)123-1234 or 123 123-123 ...
0
votes
1answer
120 views

Is there a way with Solr to search fuzzy AND exact?

thank you for taking your time Problem I have a problem with searching records based on a fuzzy name search and an exact Regio search. This is what I have now: What I have now # :klantnaam is a ...
0
votes
1answer
188 views

Sunspot Search with Multiple Types vs. Single Type

What are the pros and cons of Sunspot Search with Multiple Types vs Single Type? What is the preferred way? I've looked through a lot of docs and can't seem to find the answers. ...
0
votes
1answer
162 views

Why Sunspot Solr does not bring results when I include “of” word in search query?

I am trying to make a simple query using sunspot/solr and I seem to fail to fetch the results when my query string contains the word "of". To be more specific: When I query "University of ...
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"/> ...
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
1answer
185 views

Sunspot Solr: Is it possible to add a field without reindexing all rows?

On the documentation for Sunspot, it says: If you make a change to the object's "schema" (code in the searchable block), you must reindex all objects so the changes are reflected in Solr What ...
0
votes
1answer
202 views

Sunspot Solr accessing non-stored attribute fields in search results

I'm using Sunspot Solr on Rails for search. In my class definition I have something like this (simplified from my real one): searchable do text :name integer :count boolean :priority end Is ...
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
2answers
373 views

autocomplete in Solr and sunspot

I'm building a website with RoR and I use Sunspot and the solr Search Engine. I needed to use autocomplete functionality but I couldn't. I knew that Solr has a new thing called suggester but I don't ...
0
votes
1answer
108 views

Matching 2 out of 3 terms in Sunspot and WebSolr

THe partial matching on my search is not working correctly. When I type in "Dublin Ireland" into my search then it correctly returns all the results in Dublin, Ireland. However, when I type "County ...
1
vote
1answer
467 views

Rails3 sunspot:reindex - rake aborted! undefined method [closed]

I have a rails model that has multiple "has_many through" relationships. I defined these in active record and in the searchable block. When I define the relationship on a single-word model name (ex: ...
2
votes
1answer
359 views

How to do simple boolean query in sunspot solr

>>> marketing = User.search do |s| >>> s.fulltext "Marketing" >>> end >>> marketing.total 1448 >>> sales = User.search do |s| >>> ...
0
votes
1answer
60 views

Solr: what is the impact of number of field elements on the index/search performance?

What is the impact of number of field elements on the index/search performance? We have the following document structure with some documents having upto 400 field elements. We have seen the solr ...
3
votes
1answer
349 views

Sunspot Solr search parameter “with” not working with strings

I'm developing a Ruby on Rails application using Sunspot Solr as an indexer. The thing is i try to use the parameter of the search with :, using strings and it doesn't seem to work. If i pass an int ...
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
1answer
240 views

sunspot how query specific field

Reading throw sunspot documentation I try to find the way how can I query autocomplete fields I create them like here https://github.com/haitham/sunspot_autocomplete Here is config ...
0
votes
1answer
110 views

how to write search method code to search more than one id at a time

In my project am trying to display products based on user choice. User can check which department(women, men and kids) and category (dress, tops, tees etc) they wish to see. For this am using check ...
1
vote
1answer
178 views

Solr: autoCommit what happens if Solr goes down before commiting

We enabled autoCommit in solrconfig.xml. <autoCommit> <maxDocs>5000</maxDocs> <maxTime>5000</maxTime> </autoCommit> Now wondering we are what happens when ...
0
votes
2answers
451 views

Solr minimum match results ranking

In my Rails application I have a Question model, setup with sunspot solr, with a field "text" and I'd like to search in that field doing a logical OR between words. I've found that setting ...
0
votes
1answer
77 views

How to index a virtual field that changes with respect to time

I have a virtual field weight that changes based on the difference in time between now and object created_at time. I want to update it in Sunspot every 2 hours, so I was planning to call ...
3
votes
2answers
352 views

View raw Solr tokens for a single field on a single document

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" ...
3
votes
2answers
439 views

Sunspot with Solr 3.5. Manually updating indexes for real time search

Im working with Rails 3 and Sunspot solr 3.5. My application uses Solr to index user generated content and makes it searchable for other users. The goal is to allow users to search this data as soon ...
0
votes
1answer
145 views

Searching String Fields Using Sunspot and Rails

My team is attempting to implement Solr and Sunspot-Rails as a search provider for our application. Our story requires that certain string fields be searched in addition to the text fields. I have ...
1
vote
1answer
401 views

Solr - Reindex recommended batch size

I've just installed Solr on my Rails application (using sunspot). I want solr to re-index a couple of columns on one of my tables, the tables is pretty big (~50M records). What is the recommended ...
1
vote
1answer
626 views

Solr (sunspot) Query with Hyphen and Stop Words

I am using the Ruby Sunspot gem with Solr 1.4.1 I have an issue around searching with a hyphen. When I run a search for "foo bar bla" the expected result is returned. When a hyphen is included in ...
0
votes
1answer
362 views

Searching special characters with solr and sunspot-rails

I have sunspot-rails setup on a Rails 3.1 app. I was wondering if there's a way to map normal characters to special characters automatically when sunspot searches the solr index? For example: if a ...
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 ...
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 ...
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 ...
2
votes
3answers
437 views

sunspot_rails does not read sunspot.yml for its config

I'm trying to use sunspot with mongoid, but sunspot is not connecting to Solr. Following error reported by Rails when trying to connect to Solr. Errno::ECONNREFUSED (Connection refused - connect(2)) ...
4
votes
2answers
404 views

Sunspot — Boost records where matches occur early in the text

For example, let's say there is a record in my DB that has the text "Hormel Corporation" and my search term is something like "Hormel Corned Beef 16 Ounces". As my current configuration stands, the ...
2
votes
1answer
690 views

Solr WordDelimiterFilterFactory and Period Characters

I am using solr through the sunspot_rails v1.2 gem. In my schema.xml file, I have the following: <fieldType name="text" class="solr.TextField" omitNorms="false"> <analyzer ...

1 2