Displaying 17 results from an estimated 17 matches for "responsehead".
Did you mean:
responseheader
2018 Jun 07
3
FTS Solr errors using doveadm
...would prevent errors if solr has
not had xml set as default for index.
Dovecot 2.2.36
Centos 6
*Doveadm Request:*
doveadm search -u caroline at covermg.com TEXT smith
doveadm(caroline at covermg.com): Error: fts_solr: Invalid XML input at 1:0: not well-formed (invalid token) (near: {
? "responseHeader":{
??? "status":0,
??? "QTime":0,
??? "params":{
????? "q":"{!lucene q.op=AND}(hdr:smith OR body:smith)",
? )
doveadm(caroline at covermg.com): Error: fts_solr: Invalid XML input at 1:0: not well-formed (invalid token) (near: {
? "...
2006 Mar 03
3
xml handling
Hello there, im having a problem with the xml handling, i want to get and
xml node and put things in an input text but im a little lost, im using this
code, but isn''t work, what am i doing wrong?
---------------------
<a href="#" onclick="getXML()">Get XML</a>
<input type="text" value="nothing here" id="respuesta" />
2018 May 28
2
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...name="body">Search Pattern: Kai8oovi
..
> </field></doc></add>
And Dovecot sends the mail.
> ######### SOLR'S RESPONSE ###############
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
>
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">0</int>
> </lst>
> </response>
And Solr receives it. Your tcpdump doesn't show <commit softCommit="true" waitSearcher="true"/> being sent...
2018 May 28
1
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...ield></doc></add>
>>
>> And Dovecot sends the mail.
>>
>>> ######### SOLR'S RESPONSE ###############
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <response>
>>>
>>> <lst name="responseHeader">
>>> ?<int name="status">0</int>
>>> ?<int name="QTime">0</int>
>>> </lst>
>>> </response>
>>
>> And Solr receives it. Your tcpdump doesn't show <commit
>> softCommit=&qu...
2019 Apr 10
0
Solr connection timeout hardwired to 60s
...ent-Type: text/xml
HTTP/1.1 100 Continue
<commit softCommit="true" waitSearcher="true"/>HTTP/1.1 200 OK
Content-Type: application/xml; charset=UTF-8
Content-Length: 156
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">37</int>
</lst>
</response>
==================================================
The missing softCommit responses seem to start right after the last
added document:
==================...
2011 Oct 13
1
Rare error with concurrent users searching with fts-solr
...s concurrent, I get
between 10-20 errors.
After see this error, I set a tcpdump to try to watch the SOLR XML and
GET, I can watch that Solr send a xml like this:
<response></response>
with 200 as http status
When the normal response is like this
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">1</int>
<lst name="params">
<str name="fl">uid,score</str>
<str name="sort">uid asc</str>
<str name="q">BLA...
2018 May 28
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...i8oovi
> ..
>> </field></doc></add>
>
> And Dovecot sends the mail.
>
>> ######### SOLR'S RESPONSE ###############
>> <?xml version="1.0" encoding="UTF-8"?>
>> <response>
>>
>> <lst name="responseHeader">
>> ?<int name="status">0</int>
>> ?<int name="QTime">0</int>
>> </lst>
>> </response>
>
> And Solr receives it. Your tcpdump doesn't show <commit
> softCommit="true" waitSearcher=...
2019 Apr 04
2
Solr connection timeout hardwired to 60s
On 4/4/19 6:47 PM, dovecot-request at dovecot.org wrote:
> For a typical Solr index, 60 seconds is an eternity. Most people aim
> for query times of 100 milliseconds or less, and they often achieve
> that goal.
I'm pretty sure I get these while indexing, not querying.
Apr 04 16:44:50 host dovecot[114690]: indexer-worker(me at example.com):
Error: fts_solr: Indexing failed: Request
2017 Nov 30
2
My Solr FTS problem
...ing the solr FTS following the guide here:
http://things.m31.ch/?p=379
Now I am having problem when I try to test:
# doveadm -v? index -u fail2ban at mydomain.com Inbox
doveadm(fail2ban at mydomain.com): Error: fts_solr: Invalid XML input at
1:0: not well-formed (invalid token) (near: {
? "responseHeader":{
??? "status":0,
??? "QTime":0,
??? "params":{
????? "q":"box:8864fa1d51ea1d5a7b12000096a1aaf8 AND user:fa)
doveadm(fail2ban at mydomain.com): Error: Mailbox INBOX: Status lookup
failed: Internal error occurred. Refer to server log for more...
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
I've built a new dovecot + fts-solr instance; I've now picked up & am running the recently released solr 8.7.0.
In a test account, I've one message -- in the 'Drafts' folder.
On exec of fts 'index'
doveadm index -u testuser at example.com -q '*'
I get a
401 unauthorized
indexing failure, only for the one dir+message in 'Drafts',
2020-11-13
2018 May 24
2
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
On 21 May 2018, at 14.11, kadafax at gmail.com wrote:
>
> Le 21/05/2018 ? 12:38, Aki Tuomi a ?crit :
>> can you try turning on pluign { fts_enforced = yes } and repeat your test?
>
> Same (wrong) result:
> 1. Send an email with "too6Ouka" in the body
>
> 2. Search against "too6Ouka":
> # doveadm search -u username mailbox INBOX body too6Ouka
2017 Nov 30
0
My Solr FTS problem
...uide here:
>http://things.m31.ch/?p=379
>
>Now I am having problem when I try to test:
>
># doveadm -v? index -u fail2ban at mydomain.com Inbox
>doveadm(fail2ban at mydomain.com): Error: fts_solr: Invalid XML input at
>1:0: not well-formed (invalid token) (near: {
> ? "responseHeader":{
> ??? "status":0,
> ??? "QTime":0,
> ??? "params":{
> ????? "q":"box:8864fa1d51ea1d5a7b12000096a1aaf8 AND user:fa)
>doveadm(fail2ban at mydomain.com): Error: Mailbox INBOX: Status lookup
>failed: Internal error occurred. Refe...
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...://user:password at solr.example.com:443/solr/dovecot/update?softCommit=true>
> If your solr server is correctly configured you should get back something like this:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
>
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">3</int>
> </lst>
> </response>
thx. will check that in a bit ...
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...date?softCommit=true
<https://user:password at solr.example.com:443/solr/dovecot/update?softCommit=true>
If your solr server is correctly configured you should get back
something like this:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
? <int name="status">0</int>
? <int name="QTime">3</int>
</lst>
</response>
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20201113/d4133...
2019 Aug 07
1
Problem Solr and centos 7
...ins fts fts_solr
if I run one of these two commands as a guide
curl http://5.39.2.59:8987/solr/dovecot/update?optimize=true
curl http://5.39.2.59:8987/solr/dovecot/update?commit=true
I get
<? xml version = "1.0" encoding = "UTF-8"?>
<Response>
<lst name = "responseHeader">
??<int name = "status"> 0 </int>
??<int name = "QTime"> 2 </int>
</ Lst>
</ Response>
this is right? have I forgotten or am I wrong?
If you have time to see or try any queries, I have access to
http://5.39.2.59:8987/solr/#/ wit...
2019 Aug 05
2
Problem Solr and centos 7
Hi everyone
Given that I am not an expert, I am doing tests with Solr, I installed
following the guide but I have no benefits on the search, the search on
the body on 28000 mails takes a few minutes and then goes to timeout.
I had installed version 8.2.0 of solr then I thought that there is
something not compatible with centos 7 so I installed version 7.7.0 as
an example on the guide
2018 May 28
0
Bug: Dovecot index loosing sync with FTS despite "fts_autoindex = yes"
...est: 4
</field><field name="to">"username" <username at mydomain>
</field></doc></add>
######### SOLR'S RESPONSE ###############
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
</lst>
</response>
################### /TCPDUMP ####################################