Displaying 7 results from an estimated 7 matches for "lucenematchversion".
2019 Jan 02
2
Solr
...n January 2, 2019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org>
wrote:
> and the first line of the diff is :
> < this file, see http://wiki.apache.org/solr/SolrConfigXml.
> ---
>> this file, see http://wiki.apache.org/solr/SolrConfigXml.
> 38c38
> < <luceneMatchVersion>6.4.1</luceneMatchVersion>
> ---
>> <luceneMatchVersion>7.5.0</luceneMatchVersion>
>
> So, are you running 6.4.1 or 7.5.0 ????
>
> On 2019-01-02 08:12, Joan Moreau wrote:
>> The real main differecne seems coming from "diffconfig.xml"
>>...
2019 Jan 02
0
Solr
and the first line of the diff is :
< this file, see http://wiki.apache.org/solr/SolrConfigXml.
---
> this file, see http://wiki.apache.org/solr/SolrConfigXml.
38c38
< <luceneMatchVersion>6.4.1</luceneMatchVersion>
---
> <luceneMatchVersion>7.5.0</luceneMatchVersion>
So, are you running 6.4.1 or 7.5.0 ????
On 2019-01-02 08:12, Joan Moreau wrote:
> The real main differecne seems coming from "diffconfig.xml"
>
> When I put yours, Solr d...
2019 Jan 02
0
Solr
...019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
>
> and the first line of the diff is :
>
> < this file, see http://wiki.apache.org/solr/SolrConfigXml.
> ---
>> this file, see http://wiki.apache.org/solr/SolrConfigXml.
> 38c38
> < <luceneMatchVersion>6.4.1</luceneMatchVersion>
> ---
>> <luceneMatchVersion>7.5.0</luceneMatchVersion>
>
> So, are you running 6.4.1 or 7.5.0 ????
>
> On 2019-01-02 08:12, Joan Moreau wrote:
>
> The real main differecne seems coming from "diffconfig.xml"...
2019 Jan 02
7
Solr
The real main differecne seems coming from "diffconfig.xml"
When I put yours, Solr delete (!) schema.xml and create a
"manage-schema" and starts complaining about useless types (tdates,
booleans, etc..) that are not needed for Mail fileds
When I put mine (from standard distribution of Arch), it keeps things as
they are (yeah !), does not complains about those useless types
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
...l, 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"?>
> <config>
> <luceneMatchVersion>8.0.0</luceneMatchVersion>
> <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib"
> regex=".*\.jar"/>
> <lib dir="${solr.install.dir:../../../..}/dist/"
> regex="solr-cell-\d.*\.jar"/>
> <lib dir="...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Here is solrconfig.xml, I removed comments.
--------------------
<?xml version="1.0" encoding="UTF-8"?>
<config>
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib"
regex=".*\.jar"/>
<lib dir="${solr.install.dir:../../../..}/dist/"
regex="solr-cell-\d.*\.jar"/>
<lib dir="${solr.install.dir:../.....