Displaying 20 results from an estimated 300 matches similar to: "fts_solr does not quote lucene's special characters"
2015 Jun 14
0
Aw: fts_solr Bad Request / BUG: Unknown internal error
Hi,
I had the same experience. I used the current dovecot and SOLR 5.2. It works with 4.10, so my first wild guess would be that there is a bug in dovecots url encoding sending to solr (they possibly updated some stuff in url handling? - don't know).
In SOLR 5.2 i created a core "mail3" and copied the config from my working 4.10 installation. Indexing new messages seem to work, but
2018 Apr 17
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
Le 17/04/2018 ? 14:18, kfx a ?crit?:
> dovecot 2.2.34
> solr 7.2
>
> I only see new messages after typing on the server "doveadm fts rescan
> -u username" though I've followed the wiki and added "fts_autoindex =
> yes" in 90-plugin.conf . Subsequent search for the same pattern always
> gives the same result, ignoring new emails with that particular
2018 May 01
0
dovecot fts hangs on search
On 2018-05-01 07:22, Andr? Rodier wrote:
> Hello,
>
> I am trying to use Doevecot fts, with solr the script provided.
>
> To rebuild the index, I use the command:
> doveadm -D index -u mirina 'inbox'
>
> To rescan, I use: doveadm -D fts rescan -u mirina
>
> But when I do a search, with doveadm, the program hangs:
>
> doveadm -D search -u mirina text
2018 May 02
0
dovecot fts hangs on search
On 02/05/18 11:45, Andr? Rodier wrote:
> On 2018-05-01 21:29, Andr? Rodier wrote:
>> On 2018-05-01 07:22, Andr? Rodier wrote:
>>> Hello,
>>>
>>> I am trying to use Doevecot fts, with solr the script provided.
>>>
>>> To rebuild the index, I use the command:
>>> doveadm -D index -u mirina 'inbox'
>>>
>>> To
2018 May 04
0
dovecot fts hangs on search
Hello
Could you plese
1. send the full output of doveconf -n
2. Check the SOLR logs for any errors
3. Describe your dovecot architecture, ie. if you are running a single backend or a more complex configuration.
4. Provide a backtrace of the core dump using the instructions on https://dovecot.org/bugreport.html
br,
Teemu
On 04.05.2018 01:13, Andr? Rodier wrote:
> On 02/05/18 22:17, Andr?
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes:
> Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I
> am getting 400 errors when doing searches. Here is an example search
> query from dovecot that failed (captured with wireshark):
>
> Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0
> Linux cooked capture
2018 May 01
2
dovecot fts hangs on search
Hello,
I am trying to use Doevecot fts, with solr the script provided.
To rebuild the index, I use the command:
doveadm -D index -u mirina 'inbox'
To rescan, I use: doveadm -D fts rescan -u mirina
But when I do a search, with doveadm, the program hangs:
doveadm -D search -u mirina text Madagascar
> Debug: Loading modules from directory: /usr/lib/dovecot/modules
> Debug: Module
2016 Apr 05
3
fts_solr: Lookup failed: 400 Bad Request / GET null null
On Sun, Apr 3, 2016 at 4:19 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
>> Unfortunately I do not know (yet) which client action produces these
>> log lines. "GET null null" seems not to be a sensible request in any
>> case.
>>
>> Anyone seeing the same effect?
>
>
> Did this happen only after upgrade to 2.2.23 or is this a fresh
2018 May 02
2
dovecot fts hangs on search
On 2018-05-01 21:29, Andr? Rodier wrote:
> On 2018-05-01 07:22, Andr? Rodier wrote:
>> Hello,
>>
>> I am trying to use Doevecot fts, with solr the script provided.
>>
>> To rebuild the index, I use the command:
>> doveadm -D index -u mirina 'inbox'
>>
>> To rescan, I use: doveadm -D fts rescan -u mirina
>>
>> But when I do
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I
am getting 400 errors when doing searches. Here is an example search
query from dovecot that failed (captured with wireshark):
Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0
Linux cooked capture
Internet Protocol Version 6, Src: ::1, Dst: ::1
Transmission Control Protocol, Src
2018 May 03
2
dovecot fts hangs on search
On 02/05/18 22:17, Andr? Rodier wrote:
> On 02/05/18 11:45, Andr? Rodier wrote:
>> On 2018-05-01 21:29, Andr? Rodier wrote:
>>> On 2018-05-01 07:22, Andr? Rodier wrote:
>>>> Hello,
>>>>
>>>> I am trying to use Doevecot fts, with solr the script provided.
>>>>
>>>> To rebuild the index, I use the command:
>>>>
2015 Jun 12
2
fts_solr Bad Request / BUG: Unknown internal error
Hi,
yesterday I created a new mailbox; ever since (and only for the new
mailbox) I am getting these errors:
2015-06-12T00:00:29.808526+02:00 mail dovecot:
indexer-worker(xxx at example.com): Error: fts_solr: Lookup failed: Bad
Request
2015-06-12T00:00:29.808560+02:00 mail dovecot:
indexer-worker(xxx at example.com): Error: Mailbox INBOX: Status lookup
failed: BUG: Unknown internal error
Is
2019 Sep 19
1
fts_solr: Error: fts_solr: received invalid uid '0'
Hi,
> Am 16.09.2019 um 09:39 schrieb Daniel Miller <dmiller at amfes.com>:
>
> On 9/13/2019 1:21 AM, Fabian via dovecot wrote:
>> Hi,
>> we are trying to add full text search functionality with Solr to our Doveoct setup. Our Versions:
>> OS: Debian 9
>> Tried versions:
>> - Dovecot 2.2.7 with Solr 3.6
>> - Dovecot 2.3.4 with Solr 8.2
>>
2020 Apr 28
0
Header search on Dovecot with SOLR
Hello,
I am using dovecot 2.3.0 with FTS Solr 7.7.2.
I started having problems where the solr stopped working, I came to the
conclusion that when a specific user is accessing his email, the queries
made on SOLR are dropping this service.
Apr 28 11:03:59 Error:
imap(tullio at dominio.com.br)<125772><fdHRQlqkupe6zZkj>: fts_solr: Lookup
failed: Request timed out (Request queued
2013 Sep 27
1
fts-solr indexer-worker connects to wrong solr host dovecot-2.2.4
Hello.
We're setting up fts solr and want to have the solr server host be set per-user via UserDB.
It looks like if a user connects and fts indexes mail, and then another user connects and indexes mail, indexer-worker is connecting to the first user's fts host:
User1, hammer at rp-auth-test.com connects, does a SEARCH for the first time, indexer-worker gets UserDB settings and
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
2016 Apr 03
2
fts_solr: Lookup failed: 400 Bad Request / GET null null
Hi,
the log file shows suspicious entries as follows:
Apr 3 09:14:49 xxx dovecot: imap(user at domain): Error: fts_solr:
Lookup failed: 400 Bad Request
The tomcat7 log shows for this request:
10.0.0.234 - - [03/Apr/2016:09:14:49 +0200] "GET null null" 400 -
Dovecot is latest 2.2.23 with a pretty standard FTS config copied from the wiki:
mail_plugins = " acl fts fts_solr"
2019 Dec 13
2
Dovecot 2.3.9 - lmtp crashes with Signal 11
Hi Aki,
first thanks for the quick fix.
Unfortunately, it only resolves the issue partially. For the ?To: undisclosed-recipients:;?, it works now. For ?To: ? it still crashes (i. e. what I did with my manual lmtp dialog).
Michael
> On 13. Dec 2019, at 11:54, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> Hi!
>
> We have released v2.3.9.1 fixing this issue.
>
2019 Dec 13
2
Dovecot 2.3.9 - lmtp crashes with Signal 11
Hallo Aki,
the affected code location seems to be concerned with parsing to ?To:? header. I checked all the mails causing the crash, the To: header is either empty (but present) or contains ?undisclosed-recipients:;?.
I checked this manually and sure enough lmtp crashes:
nc -C -U dovecot-lmtp
220 keira.mike2k.de Dovecot
2019 Sep 13
4
fts_solr: Error: fts_solr: received invalid uid '0'
Hi,
we are trying to add full text search functionality with Solr to our Doveoct setup. Our Versions:
OS: Debian 9
Tried versions:
- Dovecot 2.2.7 with Solr 3.6
- Dovecot 2.3.4 with Solr 8.2
(2.2.7 from offical Debian repository, 2.3.4 from backports)
Search is working mostly of the time perfrectly smooth. But sometimes following message appears in mail.err:
dovecot: