Displaying 10 results from an estimated 10 matches for "copyfield".
2018 Dec 08
2
Solr
...class="solr.AddSchemaFieldsUpdateProcessorFactory"
name="add-schema-fields">
- <lst name="typeMapping">
- <str name="valueClass">java.lang.String</str>
- <str name="fieldType">text_general</str>
- <lst name="copyField">
- <str name="dest">*_str</str>
- <int name="maxChars">256</int>
- </lst>
- <!-- Use as default mapping instead of defaultFieldType -->
- <bool name="default">true</bool>
- </lst>
- <lst name="typeM...
2018 Feb 23
0
Optimizing search performance for mobile devices / web mailer / general - solr plugin config
...osed rfc to tackle that does not move forward.
There is a trick to have messages indexed on arrival, instead of at
mailbox access, "fts_autoindex = yes" in the plugin section. This is not
mentioned in the dovecot wiki page but might be useful.
In solr schema.xml I put some extra "copyField" stances, so from, to,
and subject get indexed with body. My users are mostly on thunderbird,
which only does body searches on the server.
Happy Hacking
Peter
Am 23.02.18 um 08:55 schrieb G?tz Reinicke:
> Hi all,
>
> we run dovecot for a long time now with no complains from the...
2009 Jun 22
1
v1.2.rc6 released
...talk in Berlin on July 2nd, and I really want
to have v1.2.0 released by them. So July 1st is the absolute final
deadline for v1.2.0. :)
Changes since rc5:
* imap proxy: Pass through to client unexpected untagged replies
from remote server (e.g. alerts).
* Solr: Don't use "any" copyfield, it doubles the index size.
* mail_location: Allow using ":" characters in dir names by escaping
it as "::".
- mbox: Don't crash with invalid From_-lines.
- IMAP: Don't crash if IDLE command is pipelined after a long-running
UID FETCH or UID SEARCH.
- ACL / sh...
2009 Jun 22
1
v1.2.rc6 released
...talk in Berlin on July 2nd, and I really want
to have v1.2.0 released by them. So July 1st is the absolute final
deadline for v1.2.0. :)
Changes since rc5:
* imap proxy: Pass through to client unexpected untagged replies
from remote server (e.g. alerts).
* Solr: Don't use "any" copyfield, it doubles the index size.
* mail_location: Allow using ":" characters in dir names by escaping
it as "::".
- mbox: Don't crash with invalid From_-lines.
- IMAP: Don't crash if IDLE command is pipelined after a long-running
UID FETCH or UID SEARCH.
- ACL / sh...
2018 Feb 23
2
Optimizing search performance for mobile devices / web mailer / general - solr plugin config
Hi all,
we run dovecot for a long time now with no complains from the users ? until this week. Some users say, the search in mailfolders from iPhone (which only stores a few mails and search most on the server as I know) or our web mailer (SOGo, which I currently search also on the imap server) is ?slow?.
As this is sort of individual experience, I was thinking of ways to speed up the search and
2018 Dec 09
0
Solr
...dSchemaFieldsUpdateProcessorFactory" name="add-schema-fields">
> - <lst name="typeMapping">
> - <str name="valueClass">java.lang.String</str>
> - <str name="fieldType">text_general</str>
> - <lst name="copyField">
> - <str name="dest">*_str</str>
> - <int name="maxChars">256</int>
> - </lst>
> - <!-- Use as default mapping instead of defaultFieldType -->
> - <bool name="default">true</bool>
> - </lst&...
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 search unless you configure solr to support it.
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
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...ProcessorFactory"
> name="add-schema-fields">
> <lst name="typeMapping">
> <str name="valueClass">java.lang.String</str>
> <str name="fieldType">text_general</str>
> <lst name="copyField">
> <str name="dest">*_str</str>
> <int name="maxChars">256</int>
> </lst>
> <bool name="default">true</bool>
> </lst>
> <lst name="typeMapping"&g...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...olr.AddSchemaFieldsUpdateProcessorFactory"
name="add-schema-fields">
<lst name="typeMapping">
<str name="valueClass">java.lang.String</str>
<str name="fieldType">text_general</str>
<lst name="copyField">
<str name="dest">*_str</str>
<int name="maxChars">256</int>
</lst>
<bool name="default">true</bool>
</lst>
<lst name="typeMapping">
<str name="va...