Displaying 20 results from an estimated 30000 matches similar to: "v2.1.13 released"
2013 Nov 30
4
Full text search improvements
FTS indexing is something I hear quite often nowadays. I?ve added some hacks to make it work better for some installations, but it?s about time to think about the whole design and how it could be improved for everyone in future. Here are some of my initial thoughts.
Currently Dovecot supports 3 full text search engines: Solr, CLucene and Dovecot Squat. CLucene plugin has various features built
2019 Jan 05
0
Solr - complete setup (update)
Hi,
Op 04/01/2019 om 05:36 schreef Joan Moreau via dovecot:
>
> Hi
>
> This is the summary of my work with SOLR-Dovecot, in my *quest to
> reproduce the previoulsy excellent work of fts_squat*
>
>
> @Aki : Based on the time I have spent on this, I would love to see you
> updating the Wiki with those improvements, and adding my name somewhere
>
> @All : Hope it
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
Hi,
I am relatively new to Apache Solr and I am trying to get it to integrate
with Dovecot 2.2 running on Ubuntu 14.04 and needed a little help with
configuration.
The following steps I have already configured. Appreciate if someone could
help, so please help me!
1. Apache Solr installed, up and running
6406 [main] INFO org.eclipse.jetty.server.AbstractConnector ?
Started SocketConnector at
2015 Jan 07
1
Schema Patch to get Dovecot running with Solr 4.10.3
Hello,
AFAIK a known problem with newer Apache Solr versions. If you patch Dovecots
solr-schema.xml Dovecot will work with Solr 4.10.3:
--- solr-schema.xml 2015-01-05 09:12:51.080196122 +0100
+++ /home/solr/solr/example/solr/collection1/conf/schema.xml 2015-01-05
09:31:48.320206660 +0100
@@ -51,6 +51,7 @@
<field name="cc" type="text" indexed="true"
2019 Jan 14
0
Solr - complete setup (update)
Op 14/01/2019 om 07:44 schreef Joan Moreau via dovecot:
>
> Hi Stephan,
>
> What's up with that ?
>
> Thank you so much
>
Working on it, somewhat anyway.
BTW, did you see this ? :
"""
$ sudo -u solr /opt/solr/bin/solr create -c dovecot
WARNING: Using _default configset with data driven schema functionality.
NOT RECOMMENDED for production use.
????????
2019 Jan 26
0
Solr - complete setup (update)
Hi Joan,
Op 14/01/2019 om 07:44 schreef Joan Moreau via dovecot:
>
> Hi Stephan,
>
> What's up with that ?
>
> Thank you so much
>
> On 2019-01-05 02:04, Stephan Bosch wrote:
>
>> Hi,
>>
>> Op?04/01/2019?om?05:36?schreef?Joan?Moreau?via?dovecot:
>>>
>>> Hi
>>>
>>> This is the summary of my work with SOLR-Dovecot,
2019 Jan 04
1
Solr - complete setup
Hi
This is the summary of my work with SOLR-Dovecot, in my QUEST TO
REPRODUCE THE PREVIOULSY EXCELLENT WORK OF FTS_SQUAT
@Aki : Based on the time I have spent on this, I would love to see you
updating the Wiki with those improvements, and adding my name somewhere
@All : Hope it helps
- INSTALLATION:
-> Create a clean install using the default, (at least in the Archlinux
package), and
2018 Dec 10
0
Solr
Hi Daniel,
THere is no need of all this, just the command (on Solr 7.5) "create -c
dovecot " is enough
The chema.xml provided on the wiki basically does not work on 7.5
Here the latest one I am working on , but nothing works properly (bad
search results, errors in ftp_solr, etc..)
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dovecot"
2018 Dec 11
0
Solr
I shared the errors already so many times (check this mailinling for
"solr" in teh title)
Contrary to what you say, with SOlr 7.5 and Dovecot git, I had to
remove the "managed-schema" to make solr respond a bit properly. It
relies on schema.xml
In order to create the instance, no, it copies the default config in
the dovecot instance.
Bottom line, the end results is that
2019 Jan 04
2
Solr - complete setup (update)
Hi
This is the summary of my work with SOLR-Dovecot, in my QUEST TO
REPRODUCE THE PREVIOULSY EXCELLENT WORK OF FTS_SQUAT
@Aki : Based on the time I have spent on this, I would love to see you
updating the Wiki with those improvements, and adding my name somewhere
@All : Hope it helps
- INSTALLATION:
-> Create a clean install using the default, (at least in the Archlinux
package), and
2019 Jan 02
0
Solr
Another bug appearing today:
Jan 02 09:59:08
indexer-worker(jom at grosjo.net)<6777><MOgFATKLLFwPHAAA0thIag:oLJjJjKLLFx5GgAA0thIag>:
Warning: FTS-SOLR(JOM at GROSJO.NET): Mailbox XXXXXX UID=121635 HEADER SIZE
IS HUGE, TRUNCATING
header of the said email has nothing of "huge"
On 2019-01-02 15:22, Joan Moreau via dovecot wrote:
> Refinement of the schema.xml (below)
2018 Dec 11
1
Solr
Additionally, here the errors I get in logs:
Dovecot:
Dec 09 09:21:09 imap(jom at grosjo.net)<3349><DiRnXpN8Lux/AAAB>: Error:
fts_solr: received invalid uid '0'
Dec 09 09:21:10 imap(jom at grosjo.net)<3349><DiRnXpN8Lux/AAAB>: Error:
fts_solr: received invalid uid '0'
or
11 03:36:03
indexer-worker(jom at
2019 Jan 02
1
Solr
In the code, it says
#define SOLR_HEADER_MAX_SIZE (1024*1024)
and line 620
if (!ctx->truncate_header &&
str_len(ctx->cur_value) >= SOLR_HEADER_MAX_SIZE) {
/* a large header */
so this is a 1Mo header. This is of course completely wrong.
Maybe this is not the root cause of the errors of fts_solr, but maybe
this will help
On 2019-01-02 18:00, Joan Moreau via dovecot
2018 Dec 10
2
Solr
The one on the Wiki is mine...which I'm using now.? So it certainly does
work - but perhaps there's a setting you have differently from me.
Performing a "create -c dovecot" creates a Solr instance *named* dovecot
- that does *not* initialize it with the necessary schema.? You need to
specify "-d dovecot", with a dovecot configset already setup, to do that.
The
2019 Jan 14
5
Solr - complete setup (update)
Hi Stephan,
What's up with that ?
Thank you so much
On 2019-01-05 02:04, Stephan Bosch wrote:
> Hi,
>
> Op 04/01/2019 om 05:36 schreef Joan Moreau via dovecot:
>
>> Hi
>>
>> This is the summary of my work with SOLR-Dovecot, in my *quest to reproduce the previoulsy excellent work of fts_squat*
>>
>> @Aki : Based on the time I have spent on
2018 Dec 09
0
Solr
However, Solr crashes and Dovecot plugin ftS_solr returns multitude of
errors
Dec 09 09:21:09 imap(jom at grosjo.net)<3349><DiRnXpN8Lux/AAAB>: Error:
fts_solr: received invalid uid '0'
Dec 09 09:21:10 imap(jom at grosjo.net)<3349><DiRnXpN8Lux/AAAB>: Error:
fts_solr: received invalid uid '0'
And returns are totaly funny (keywords not presentin teh
2018 Dec 16
0
Solr
Joan,
I understand and sympathize with your frustration - trying to get
multiple applications to work together, particularly given the lack of
documentation for some of them, can be extremely challenging.? That
said, I suggest you consider an alternative viewpoint.? Frequently being
misunderstood myself I apologize in advance if I'm reading you wrong -
but it appears your view towards
2018 Dec 21
0
Solr
Joan,
The reason for dropping squat, I'm assuming, is that Lucene and Solr
potentially provide superior features & performance and as they are
3rd-party libraries & apps it reduces the maintenance responsibilities
and let's the Dovecot team focus on mail server specific stuff - and let
others focus on FTS.? There is a *huge* difference between a functional
Solr setup &
2018 Dec 30
0
Solr
Also :
- Java is 10.0.2
- If i delete schema.xml but create only managed-schema, the solr
refuses to start with a java error "schema.xml missing"
On 2018-12-30 08:46, Joan Moreau wrote:
> Hi Daniel,
>
> I am on Archlinux. Anyway, I adapted the scripts.
>
> 2 questions:
>
> 1 - It looks like we are not on the same version . I am on 7.5.0. Which version
2017 Feb 09
2
Solr 6.4.1
I've been running Solr for a while (4.10.3) - wanted to make the jump to
the latest & greatest. I installed 6.4.1, copied over my schema.xml -
and after a couple false starts where I needed to tweak it work with the
new version...it works! I did not copy the database, started from
scratch, and executed a "doveadm fts rescan -A". But...
Judging solely from at least one