search for: fieldtyp

Displaying 20 results from an estimated 43 matches for "fieldtyp".

Did you mean: fieldtype
2019 Jan 02
3
Solr
...a.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" sortMissingLast="true" multiValued="true"/> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="gjtext" class="solr.T...
2018 Dec 08
2
Solr
...= yes fts_enforced = yes fts_decoder = decode2text fts_solr = url=http://(SOLR SERVER):8983/solr/dovecot/ --- schema.xml <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <FIELDTYPE NAME="STRING" CLASS="SOLR.STRFIELD" /> <FIELDTYPE NAME="LONG" CLASS="SOLR.TRIELONGFIELD" /> <FIELDTYPE NAME="BOOLEAN" CLASS="SOLR.BOOLFIELD" /> <fieldType name="text" class="solr.TextField" autoGenera...
2019 Jan 02
1
Solr
...he "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" sortMissingLast="true" multiValued="true"/> >> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> >> <fieldType name="gjtext"...
2015 Mar 05
2
Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]
..., 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: SolrCore 'collection1' is not available due to init failure: Could not load conf for core collection1: Unknown fieldType 'text_general...
2018 Dec 09
0
Solr
...t > > fts_solr = url=http://(SOLR SERVER):8983/solr/dovecot/ > > --- schema.xml > > <?xml version="1.0" encoding="UTF-8"?> > <schema name="dovecot" version="2.0"> > <uniqueKey>id</uniqueKey> > > <FIELDTYPE NAME="STRING" CLASS="SOLR.STRFIELD" /> > <FIELDTYPE NAME="LONG" CLASS="SOLR.TRIELONGFIELD" /> > <FIELDTYPE NAME="BOOLEAN" CLASS="SOLR.BOOLFIELD" /> > <fieldType name="text" class="solr.TextField&q...
2019 Jan 02
0
Solr
...ver 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" sortMissingLast="true" multiValued="true"/> > <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> > <fieldType name="gjtext" class=&q...
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 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:
2017 Feb 09
2
Solr 6.4.1
...status=400 QTime=1 My managed-schema file is: <?xml version="1.0" encoding="UTF-8"?> <!-- Solr managed schema - automatically generated - DO NOT EDIT --> <schema name="dovecot" version="1.5"> <uniqueKey>id</uniqueKey> <fieldType name="long" class="solr.TrieLongField" positionIncrementGap="0" precisionStep="0"/> <fieldType name="phonetic" class="solr.TextField" indexed="true" stored="false"> <analyzer> <tokeni...
2006 May 18
1
sending Form with fieldtype FILE by AJAX
Hi all. Is it possible to send a form with a FILE type field by ajax? I try to capture value of that field by $F and append it to param and send call by it look like it failed. Maybe some change on header on something? What do you think about that? really thanks for any help Gregor ---------------------------------------------------- Dwór Artusa PKO BP 2006 Puchar Świata we Florecie kobiet w
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 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...<str name="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 na...
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.xml dovecot-2.3.5.2 and the latest solr-8.0.0. It seems XMLs...
2019 Jan 29
0
Solr - complete setup (update)
...oks like Solr is pretty verbose by default (lots of INFO output), but there must be a way to reduce that. Regards, Stephan. <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"&...
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
...e="long" indexed="true" stored="true"/> <field name="_root_" type="string" indexed="true" stored="false"/> <types> <!-- IMAP has 32bit unsigned ints but java ints are signed, so use longs --> <fieldType name="string" class="solr.StrField" omitNorms="true"/> <fieldType name="long" class="solr.LongField" omitNorms="true"/> <fieldType name="slong" class="solr.SortableLongField" omitNorms="true&qu...
2019 Jan 04
2
Solr - complete setup (update)
..., it seems not crashing, even if complaining quite a lot in the logs -------SCHEMA.XML IN /OPT/SOLR/SERVER/SOLR/DOVECOT/CONF <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"> <tokenizer class="solr.ClassicTokenizerFactory"/> <filter class="solr.WordDelimiterGraph...
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
...rnames">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&...
2019 Jan 04
1
Solr - complete setup
..., it seems not crashing, even if complaining quite a lot in the logs -------SCHEMA.XML IN /OPT/SOLR/SERVER/SOLR/DOVECOT/CONF <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"> <tokenizer class="solr.ClassicTokenizerFactory"/> <filter class="solr.WordDelimiterGraph...
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