Displaying 11 results from an estimated 11 matches for "text_general".
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="fieldType">text_general</str>
# schema is from /usr/share/doc/dovecot/solr-schema.x...
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/c...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...t;lowernames">true</str>
<str name="fmap.content">_text_</str>
</lst>
</requestHandler>
<searchComponent name="spellcheck" class="solr.SpellCheckComponent">
<str name="queryAnalyzerFieldType">text_general</str>
<lst name="spellchecker">
<str name="name">default</str>
<str name="field">_text_</str>
<str name="classname">solr.DirectSolrSpellChecker</str>
<str name="distanceMeasur...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
On 4/22/2019 9:31 PM, luckydog xf via dovecot wrote:
> https://wiki.dovecot.org/Plugins/FTS/Solr
> Only offers a solr-7.7.0 solrconfig.xml, does it apply to solr-8.0.0?
If the config was actually designed for 7.7, then it will work in 8.0.
If it was designed for 5.x or 6.x, there's a chance it won't work.
It sounds like you have a solrconfig.xml file and a schema file that are
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...e</str>
> <str name="fmap.content">_text_</str>
> </lst>
> </requestHandler>
> <searchComponent name="spellcheck" class="solr.SpellCheckComponent">
> <str name="queryAnalyzerFieldType">text_general</str>
> <lst name="spellchecker">
> <str name="name">default</str>
> <str name="field">_text_</str>
> <str name="classname">solr.DirectSolrSpellChecker</str>
> <str...
2018 Dec 08
2
Solr
...</updateProcessor>
- <updateProcessor 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>...
2013 Aug 15
0
dovecot solr position index
Hi
I am currently running dovecot 2.2.5 and solr 4.4.0
I am using the pre supplied schema.xml with dovecot with a single change f
field type from test to text_general to get it running.
When I do a multi word search in a mailbox, solr complains that a position
index has not been built, throws a 500 error and dovecot reverts back to
searching each mail message.
Does anyone know what change I need to make to the solr schema to build the
position index?
--
Vi...
2015 Mar 05
0
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
In your schema.XML check you have defined:
<field name="text" type="text_general" indexed="true" stored="false"
multiValued="true"/>
On 05/03/2015 7:11 PM, "Kevin Laurie" <superinterstellar at gmail.com> wrote:
> Hello,
> My dovecot constantly runs into this error.
> I want to fix this one last time, I am tired of...
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
2018 Dec 09
0
Solr
...>
> - <updateProcessor 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="def...
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.