Displaying 20 results from an estimated 1056 matches for "solr's".
2013 Feb 05
1
"Header is huge" in fts-solr
Hi, Timo and all!
I am trying to index mail in a test mailbox using fts_solr plugin for
full-text search. On most mailboxes, it works fine, but on some big
messages I get
warnings like the following, and then I get an Out of memory error from
Solr, then the indexer-worker process (or doveadm) crashes with "assertion
failed" error and the backtrace:
==============...
2018 Dec 10
3
Solr
On 12/4/2018 10:40 AM, Joan Moreau via dovecot wrote:
>
> In the Wiki, ( https://wiki.dovecot.org/Plugins/FTS/Solr ), it would
> nice to stipulate to the reader? to type the command :
>
> sudo -u solr /opt/solr/bin/solr create -c dovecot # to create the
> dovecot instance
>
> before updating the schema.xml .
>
> Also,? schema.xml is in /opt/solr/server/solr/dovecot/conf for
> archl...
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...
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 this, I would love to see you updating the Wiki with those improvements, and adding my name somewhere
>>
>> @All : Hope it helps
> I'll be g...
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...
2019 Jan 03
4
Solr
On 12/21/2018, 11:19:42 AM, Daniel Miller via dovecot
<dovecot at dovecot.org> wrote:
> There is a *huge* difference between a functional Solr setup & squat
Interesting. Care to elaborate?
2015 Mar 05
2
Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]
Hi Muzzafer,
I get the error as specified below when i try to added it in as a field:-
I dont think text_general is a valid field?
HTTP ERROR 500
Problem accessing /solr/. Reason:
{msg=SolrCore 'collection1' is not available due to init failure:
Could not load conf for core collection1: Unknown fieldType
'text_general' specified on field text. Schema file is
/opt/solr/solr/collection1/conf/schema.xml,trace=org.apache.solr.common.SolrException:...
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 other choice is to create the instance as you show, ensure Solr is
stopped, delete the "<prefix>/so...
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2
[root at mail conf]# pwd
/var/solr/data/dovecot/conf
# Below solrconfig.xml is from Solr-8.0.0.
[root at mail conf]# grep text_general solrconfig.xml
<str name="queryAnalyzerFieldType">text_general</str>
field types. Text content will be indexed as "text_general" as
<str name=&q...
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
https://wiki.dovecot.org/Plugins/FTS/Solr
Only offers a solr-7.7.0 solrconfig.xml, does it apply to solr-8.0.0?
On Tue, Apr 23, 2019 at 11:18 AM luckydog xf <luckydogxf at gmail.com> wrote:
> Here is solrconfig.xml, I removed comments.
> --------------------
>
> <?xml version="1.0" encoding="UTF-8&qu...
2018 Dec 08
2
Solr
...nt from the one
provided on teh wiki) (in bold the core differences) (NGramFilterFactory
is the class that replace the fts_squat "partial=3 full=15", everything
else is just a big hammer to smash a tiny fly)
- One need to remove the "managed-schema" file in the
{prefix}/server/solr/dovecot/conf.
- One need to remove everything under {prefix}/server/solr/dovecot/data/
- The {prefix}/server/solr/dovecot/conf/solrconfig.xml is as below (see
diff)
- Restart Solr
- my dovecot.conf is :
fts = solr
fts_autoindex = yes
fts_enforced = yes
fts_decoder = decode2text
fts_solr...
2015 Mar 05
3
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
Hello,
My dovecot constantly runs into this error.
I want to fix this one last time, I am tired of troubleshooting so
please someone give me a lasting and proper solution for this error. I
think its a problem with the dovecot-solr module.
Please tell me how do I find the root of this problem with Dovecot.
There is a problem with the body search text field. It always
fails(with no result), other searches work(ie. search date, subject
etc, ) The field-text I believe is missing. Please help. Desperate
here!
2/25/2015, 11:3...
2018 Dec 05
5
Solr
THen the Squat shall be maintained until the SOlr plugin is upgraded, as
Squat does resolve the problem (fts, partial search, etc...)
On 2018-12-05 12:20, Aki Tuomi wrote:
> It seems we forgot to document that "break-imap-search" was dropped in v2.3. That has now been updated.
>
> Also Solr does not support prefix/substring...
2018 Dec 04
3
Solr
Hi
I am giving Solr another try.
Using Solr 7.5 (from Archlinux AUR), I do not see anymore
the"solr/conf/schema.xml" neither the "managed-schema" folder. (as per
https://wiki.dovecot.org/Plugins/FTS/Solr)
Maybe some things have moved ?
Thank you so much
-------------- next part -------------...
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.
???????? To turn off: bin/solr config -c dovecot -p 8983 -action
set-user-property -property update.autoCreateFields -value false
INFO? - 2019-01-14 2...
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 helps
>
I'll be go...
2019 Jan 26
0
Solr - complete setup (update)
...>
> 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 this, I would love to see
>>> you updating the Wiki with those improvements, and adding my name
>>> somewh...
2018 Dec 21
3
Solr
Dear Daniel.
Thank you for your kind reply.
Regarding NFS, no, there is nothing like this in my setup.
Deleteing SOLR and recreating it, I did it so many times already.
I started with *your* setup in the first place, as FTS_squat (which
actually works very well and very straightforward, I have no clue why
going for SOlr which is just a pain and not maintaining squat), and it
leads to totally funny results (for...
2018 Dec 30
3
Solr
...I am on 7.5.0. Which
version are you running ?
2 - Your conf shows that you let managed-schema but deleted schema.xml.
What is the meaning of each ?
Thank you
On 2018-12-22 00:19, Daniel Miller wrote:
> 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 Sol...
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 grosjo.net)<2093><icWMJaIwD1znEgAA0thIag:GPBOCKMwD1wtCAAA0thIag>:
Error: fts_solr: In...