Displaying 20 results from an estimated 20000 matches similar to: "Flare plugin (with Ruby Solr library and acts_as_solr plugin)"
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
2007 May 31
0
Question on boosting and pagination with acts_as_solr
I am currently working with Solr and acts_as_solr. I updated
acts_as_solr to include boost value in field attributes and for some
reason they dont seem to have an impact on result scores.
On Pagination with acts as solr, is there a way to find out the total
number of entries u get with the search?
Thanks for your response.
cheers
--
Posted via http://www.ruby-forum.com/.
2008 Dec 24
1
Need help : Rails app unable to connect to Solr server
Hi,
I am trying to integrate solr in ruby on rails application.For that i
am using the plugin acts_as_solr and gem solr-ruby. My solr server
starts successfully with command
$ rake solr:start
But when I try to add data from $ script/console , it says that it
cannot connect to solr server at the corresponding port.Same is the
result if i try the browser to link to http://localhost:8982/solr
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
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
=>
2009 May 06
0
Solr FTS issues (Was fts-solr plugin issue (Marked invalid))
Hi,
Sorry for the change of thread, I just signed up to the list so I couldn't reply to the earlier message.
Let me clarify the issue that Nikolai was describing.
We're running dovecot 1.1.11 and solr 1.4.
The issue is quite simple.
1. I run a search.
2. Dovecot sends a list of emails to solr
3. Solr starts indexing them
4. Solr runs into a "bad" email and we get: SEVERE:
2010 Sep 16
6
acts_as_solr plugin fate?
Just wanted to see if I was using the latest acts_as_solr plugin, but
the URL <http://acts_as_solr.railsfreaks.com/> takes me to a GoDaddy
domain parking page.
Anyone know what''s happened to railsfreaks, and more particularly
this plugin?
--
Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
twitter: @hassan
--
You received this
2020 Oct 18
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/11/2020 4:27 PM, PGNet Dev wrote:
> I'm running,
>
> dovecot --version
> 2.3.11.3 (502c39af9)
>
> solr -version
> 8.6.3
<snip>
> Attempting to test/debug from from cmd line,
>
> doveadm fts lookup -u myuser at example.com body "tambien"
>
> causes a PANIC
I am a committer on the lucene-solr project. So I know that product
2020 Oct 19
1
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/19/20 8:24 AM, John Fawcett wrote:
> Depending how solr has been setup you could see the logging in the web
> server access log. My access log is where I configured it in
> /var/log/httpd/servername.access_log, yours may be different.
here, not running a standalone webserver/proxy in front of solr.
webui's provided by the built-in.
my solr config atm, includes
2013 Jul 21
1
dovecot fts solr plugin
Hello list,
* apache-solr-3.6.2
* dovecot-2.1.7
I configured fts_solr for dovecot, but I have two issues
When doing a search request within telnet 127.0.0.1 143 it connects to solr.
Jul 21, 2013 4:38:15 PM org.apache.solr.core.SolrCore execute
INFO: [] webapp=/solr path=/select
params={rows=1&q=box:10361d30f8c4ea51ad7c00002ecaff3b+user:"
tom at
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 19/10/2020 16:20, PGNet Dev wrote:
> On 10/18/20 10:28 PM, Aki Tuomi wrote:
>> Dovecot FTS tokenization is not done, unless you have `use_libfts` in
>> fts_solr setting, in your case
>>
>> fts_solr = url=https://solr.example.com:8984/solr/dovecot/ use_libfts
>
> changing
>
> -??? fts_solr = url=https://solr.example.com:8984/solr/dovecot/
>
2018 Feb 23
0
Optimizing search performance for mobile devices / web mailer / general - solr plugin config
Hello G?tz,
As an intermediate skill level admin I found it not too hard. The
dovecot part was easier than the solr one, mostly as I am stuck on an
old system.
Solr indeed is blazingly fast. Searching several imap (sub)folders slows
it down a bit, because imap only always searches a single one and then
another one and so on. A proposed rfc to tackle that does not move forward.
There is a
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 19/10/2020 17:00, PGNet Dev wrote:
> On 10/19/20 1:18 AM, John Fawcett wrote:
>> I would recommend you to redo the tests after correcting the
>> configuration. To be doubly sure you can include accented and unique non
>> accented text in the same email and search for both. If the non accented
>> text is found you know you've searching against the updated index and
2020 Nov 02
1
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
> On 02/11/2020 15:11 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> On 11/2/20 12:44 AM, Aki Tuomi wrote:
> > you should try removing use_libfts from your config line and let solr do that part.
>
> sry, i'm a bit confused.
>
> you'd suggested I _add_ it,
>
> https://dovecot.org/pipermail/dovecot/2020-October/120258.html
>
> > I
2020 Nov 01
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 01/11/2020 15:20, PGNet Dev wrote:
> On 11/1/20 1:56 AM, John Fawcett wrote:
>> At the moment I don't see other corrections needed in dovecot apart from
>> command line doveadm fts which is not a show stopper. Via doveadm search
>> I confirm - on my simple config - that search for accented or non
>> accented characters works correctly as it does via imap
2020 Nov 02
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
sending to the list as well
On 02/11/2020 17:40, PGNet Dev wrote:
> On 11/1/20 10:35 AM, John Fawcett wrote:
>> Yes, getting more data about any potential problem would be useful.
>>
>> Just to clarify: I have a fully working search setup for some time now
>> over various dovecot releases, so no patches needed to get it working.
>>
>> My setup does use fts
2020 Nov 02
1
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
> On 01/11/2020 20:35 John Fawcett <john at voipsupport.it> wrote:
>
>
> On 01/11/2020 15:20, PGNet Dev wrote:
> > On 11/1/20 1:56 AM, John Fawcett wrote:
> >> At the moment I don't see other corrections needed in dovecot apart from
> >> command line doveadm fts which is not a show stopper. Via doveadm search
> >> I confirm - on my simple
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
> On 19/10/2020 02:49 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> I've since rebuilt/reconfig'd all parts of my setup from scratch; some good cleanup along the way.
>
> Atm, my entire system for send/recv, store/retrieve, + rules & search is working as I intend. Ok, mostly ...
>
> Except for this accented-character search mystery. I've got a
2020 Nov 01
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 31/10/2020 22:01, PGNet Dev wrote:
> On 10/31/20 9:55 AM, John Fawcett wrote:
>> I can contribute a patch that solves the segfault. Unfortunately though
>> fts search may be more broken than this. It does not give me search
>> results, even though I see it querying solr and getting hits.
>
> Thx -- hopefully it moves this in the right direction.
>
> Also on the
2011 Dec 02
1
Panic when attempting index with Apache Solr : fts_solr plugin
Dovecot version: 2.1.rc1
Expat version: expat-2.0.1-10
Libcurl version: libcurl-7.21.0-10
OS: Fedora 14 i686
Configure command: ./configure --with-solr
Solr version: 1.4.1 (also tried 3.5.0)
Java version: java-1.6.0-openjdk-1.6.0.0-55.1.9.10 (also tried Oracle
Java 6u29)
[root at mymailserver ~]# doveadm -D index -u username mailbox inbox
doveadm(username): Info: INBOX: Caching mails