Displaying 20 results from an estimated 36 matches for "lowercasefilterfactori".
Did you mean:
lowercasefilterfactory
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 26
2
Solr - complete setup (update)
> *- Installation:*
>
> -> Create a clean install using the default, (at least in the Archlinux package), and do a "sudo -u solr solr create -c dovecot ". The config files are then in /opt/solr/server/solr/dovecot/conf and datafiles in /opt/solr/server/solr/dovecot/data
On my system (Debian) these directories are wildly different (e.g. data
is under /var), but other than
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
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
2019 Jan 29
0
Solr - complete setup (update)
(forgot to CC mailing list)
Op 26/01/2019 om 20:07 schreef Joan Moreau via dovecot:
>>
>>
>> *-?Bugs?so?far*
>>
>> -> Line 620 of fts_solr dovecot plugin : the size oof header is
>> improperly calculated ("huge header" warning for a simple email,
>> which kilss the index of that considered email, so basically MOST
>> emails as 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
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?
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
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,
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
2019 Jan 02
3
Solr
Refinement of the schema.xml (below)
THis however does not solve the "no results" and "Out of range" errors
in Dovecot and Solr
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dovecot" version="2.0">
<uniqueKey>id</uniqueKey>
<fieldType name="booleans" class="solr.BoolField"
2018 Dec 08
2
Solr
After some testsing, I managed to get proper functionning
- The schema.xml is attached below (quite different 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
2018 Dec 15
2
Solr
here my latest schema.xml (remove the "long" type hich seems to be very
deprecated in 7.x)
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dovecot" version="2.0">
<uniqueKey>id</uniqueKey>
<types>
<fieldType name="string" class="solr.StrField" />
<fieldType name="gjlong"
2011 May 29
1
solr substring schema.xml
I'm trying a modified schema.xml with solr - it appears I now have
substring searches!
I took the schema.xml file shipped with Dovecot, and modified the text
field definition to be:
<fieldType name="text" class="solr.TextField" positionIncrementGap="100">
<analyzer type="index">
<tokenizer
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
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"
2019 Jan 02
2
Solr
The first result show "no results" in dovecot for any search by header (I
typed an email add in RoundCube search box, using Dovecot as back end,
using Solr as own backend)
So many efforts for crappy results.
Can't we really revive Squat ? It is 2 lines of config, and no single problems
On January 2, 2019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org>
wrote:
2019 Jan 02
0
Solr
Other use case :
I type "must" in the search filed-> I have some returns , but very not
all, for instance "solarmust" is not in the results
If I type "solarmust" -> then I have the solarmust mail
Honestly, this is highly unstable. Not sure whereas bugs come from Solr
or Dovecot
Below my adjusted (corrections from the one of Daniel who is definitely
not
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