similar to: act as solr reindex

Displaying 20 results from an estimated 40000 matches similar to: "act as solr reindex"

2011 Dec 15
0
how to find table name from result in act as solr search
Hi, i am using multi_solr_search in act as solr and i am getting results from two table and i what know from which table data is coming while running in docs loop, is there any possible way to find table from which data is comming? thaks, -pab -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send
2014 Mar 03
0
Is it possible to backup Solr
Hello People, In one of my rails projects I use solr via sunspot gem. I was wondering if its possible to back up solr indexing so that when I move from one server to another things remain the same and reindexing could be avoided. Currently we use Ubuntu 12.04 LTS for our deployments. ---- Regards Karthikeyan A K -- Posted via http://www.ruby-forum.com/. -- You received this message
2017 Oct 26
0
fts-solr: fresh start or reindex large mailboxes
Hi, Install solr (in the end 7.1.0) there were errors: Caused by: org.eclipse.jetty.io.EofException: Early EOF and from dovecot: Error: Mailbox INBOX: Transaction commit failed: FTS transaction commit failed: backend I could not find for a long time what the problem was and set the nginx as a proxy, and see that dovecot breaks the connect after 60 seconds. After examining the code, I found the
2010 Aug 21
0
problem with date range search using acts as solr
Hi, i am struck up with solr''s date range search. I have used acts_as_solr plugin in my rails project. My model looks like acts_as_solr :fields => [:title,{:createdate=>:date}] No problem,if i used following date range search format => model.find_by_solr("createdate:[NOW-1DAY TO NOW+1DAY"] if i used following format =>
2012 Apr 17
0
Howto reindex with solr?
Hi, I am currently testing a 2.1 dovecot setup with fts-solr. Search speed is simply amazing. I decided to try to delete and rebuild the solr indexes, but i can't seem to rebuild them thru dovecot. At first, when telnetting to the imap server, the search initially built the index, and then subsequent searches are blazingly fast. 1- I deleted all the solr indexes with the following query:
2011 Dec 16
0
eroor with acts as solr pagination undefined method `paginate_all_by_solr'
Hi, i have tried to paginate search result of acts as solr by using following like http://henrik.nyh.se/2007/06/using-will_paginate-with-acts_as_solr and i am getting following error undefined method `paginate_all_by_solr'' for #<Class:0xb4fa5f0> could any one provide me solution pls, thanks, -pab -- You received this message because you are subscribed to the Google Groups
2011 Sep 09
0
Mysql::Error error in acts as solr plugin
hi, i am using acts_as_solr in plugin, in my table i got three columns emp_id, name, experience. when i tried to run my application i got following error "Mysql::Error: Unknown column ''employees.id'' in ''where clause'': SELECT `employees`.* FROM `employees` WHERE (employees.id in (NULL))" in my table i dont have column "id", but
2014 Feb 05
0
Solr Search with one to many associations
I have a 2 entities which have many to many relation say teacher and slot. Each teacher has many classes he/she takes up and each class is a slot. I want to perform search on teacher by sunspot solr for all the teacher who takes classes for different days in specific time. Say model structures and relations as follows class Teacher < ActiveRecord::Base attr_accessible - name,
2012 Mar 29
0
Returning all fields indexed in solr using acts_as_solr
Hello, I am new to Ruby and Rails. I have an application that I would like to add searching. I am using acts_as_solr for this. To search I do: @results = Model.find_by_solr(params[:q]) However results contain only the primary key and score. It doesn''t contains other fields. The Solr log shows: INFO: [] webapp=/solr path=/select
2012 Apr 20
0
How to configure morethan one solr cores in sunspot.yml in same environment
Hi am using rails 2.x and outoftime-sunspot gems I want to use morethan one solr cores and using sunspot in my application How to configure morethan one cores in sunspot.yml let''s assume Model1 using core1 Model2 using core2 How to configure them in my application -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups
2013 Nov 07
1
Solr clusters
Hi all, Has anyone implemented larger Dovecot+Solr clusters and would be willing to give some details about how it works for you? My understanding about it so far is: - SolrCloud isn?t usable with Dovecot. Replication isn?t useful, because nobody wants to pay for double the disk space for indexes that could be regenerated anyway. The autosharding isn?t very useful also, because: I think the
2011 Jan 24
1
Rails 3 - act as tree
Greetings friends, is there any newer plugin like act as tree or something better, for dealing with product categories and sub categories in Rails 3 ? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe
2011 Dec 02
20
Need Some Guides on Solr with Rails.
Hi Everyone, I am pretty new to Rails. I have very little idea about everything. But for my new project i have been asked to do some research on Solr search and implement it on Rails. Please provide me some link on tutorials and guides about Solr on Rails. Trouble is... have to do it by tomorrow. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are
2020 Jul 22
3
Trying to use solr
Hi, I am finally trying to use an fts engine with dovecot. My version is 2.3.7.2 under Ubuntu 20.04. I installed solr 7.7.3 and then 8.6.0 to see if this was a version-related error. I copied the schema from 7.7.0 as many people said this was fine. I get the following error when trying to reindex a user's mailbox: doveadm(francis at francisaugusto.com): Error: fts_solr: Indexing failed:
2010 Jun 19
0
re:Help needed act as commentable plugin urgent
Hi,, I am facing problem during act as commentable plugin. i had follwed these two links http://juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/ http://juixe.com/techknow/index.php/2006/07/09/comments-on-acts-as-commentable/ error undefined method order in comment_methods.rb. shall create commentable model?
2010 Jul 14
1
Sphinx search not indexing the new record
Hi, I have an application which is doing search using "sphnix" search. Everything is working fine but whenever user adding new record it is not able to index. For that I have to again reindex the all records. My user model is like this class User < ActiveRecord::Base define_index do indexes first_name indexes last_name indexes email end end Can anyone tell me how to
2020 Jul 24
0
Trying to use solr
On 7/22/2020 11:13 AM, Francis Augusto Medeiros-Logeay wrote: > On Solr I get this error: > > org.apache.solr.common.SolrException: Exception writing document id > 210/9fd7941e8297d25d91600000c3fdd3da/francis at francisaugusto.com > <mailto:210/9fd7941e8297d25d91600000c3fdd3da/francis at francisaugusto.com> > to the index; possible analysis error: cannot change field
2020 Jul 26
2
Trying to use solr
__ Francis Augusto Medeiros-Logeay francis at francisaugusto.com Mobile: +47 45 17 14 91 Oslo, Norway Sent from a mobile device / Enviado a partir de dispositivo m?vel > On 24 Jul 2020, at 19:34, Shawn Heisey <elyograg at elyograg.org> wrote: > > ?On 7/22/2020 11:13 AM, Francis Augusto Medeiros-Logeay wrote: >> On Solr I get this error: >>
2019 Jul 05
2
Dovecot and Solr on the same server or on different
On 2019-06-21 09:18, G?tz Reinicke via dovecot wrote: > Hi Christian, > >> Am 20.06.2019 um 18:05 schrieb Christian Kivalo via dovecot >> <dovecot at dovecot.org>: >> >>> So if dovecot and Solr are good with a host each, I m fine with >>> managing two VMs. >> They do. I'm using such a setup for some years now. > > May be you you
2012 Jan 05
2
Error while rake actions
rake aborted! /home/Mahesh/uma/myapp/Rakefile:6: unterminated string meets end of file /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `load'' /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile'' /usr/local/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'' /usr/local/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling''