Displaying 10 results from an estimated 10 matches for "autocreatefield".
Did you mean:
  autocreatefields
  
2018 Dec 08
2
Solr
...name="fieldType">plongs</str>
- </lst>
- <lst name="typeMapping">
- <str name="valueClass">java.lang.Number</str>
- <str name="fieldType">pdoubles</str>
- </lst>
- </updateProcessor>
<!-- The update.autoCreateFields property can be turned to false to
disable schemaless mode -->
- <updateRequestProcessorChain name="add-unknown-fields-to-the-schema"
default="${update.autoCreateFields:true}"
-
processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,pa...
2018 Dec 09
0
Solr
.../str>
> - </lst>
> - <lst name="typeMapping">
> - <str name="valueClass">java.lang.Number</str>
> - <str name="fieldType">pdoubles</str>
> - </lst>
> - </updateProcessor>
> 
> <!-- The update.autoCreateFields property can be turned to false to disable schemaless mode -->
> - <updateRequestProcessorChain name="add-unknown-fields-to-the-schema" default="${update.autoCreateFields:true}"
> - processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse...
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. 
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
...rking config.
admin UI is accessible/responsive.
i _can_ exec some solr commands without any error, e.g.
	sudo -u solr /srv/webapps/solr/solr/bin/solr create -c dovecot
	sudo -u solr /srv/webapps/solr/solr/bin/solr config \
	-c dovecot \
	-p 8984 \
	-action set-user-property \
	-property update.autoCreateFields \
	-value false
are fine.  it's the indexing that's not ...
> You may also want to test your solr installation from the command line. For example this does a manual soft commit:
> > curl https://user:password at solr.example.com:443/solr/dovecot/update?softCommit=true <https:...
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 14
0
Solr - complete setup (update)
...ou 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.
 ???????? To turn off: bin/solr config -c dovecot -p 8983 -action 
set-user-property -property update.autoCreateFields -value false
INFO? - 2019-01-14 23:19:56.831; 
org.apache.solr.util.configuration.SSLCredentialProviderFactory; 
Processing SSL Credential Provider chain: env;sysprop
Created new core 'dovecot'
"""
I'll be trying your steps first, but the mentioned command might at 
le...
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
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
I've built a new dovecot + fts-solr instance; I've now picked up & am running the recently released solr 8.7.0.
In a test account, I've one message -- in the 'Drafts' folder.
On exec of fts 'index'
	doveadm index -u testuser at example.com -q '*'
I get a
	401 unauthorized
indexing failure, only for the one dir+message in 'Drafts',
	2020-11-13
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...ame="valueClass">java.lang.Number</str>
>       <str name="fieldType">pdoubles</str>
>     </lst>
>   </updateProcessor>
>   <updateRequestProcessorChain name="add-unknown-fields-to-the-schema"
> default="${update.autoCreateFields:true}"
> processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date,add-schema-fields">
>     <processor class="solr.LogUpdateProcessorFactory"/>
>     <processor class="solr.DistributedUpdateProcessorFactory...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...quot;>
      <str name="valueClass">java.lang.Number</str>
      <str name="fieldType">pdoubles</str>
    </lst>
  </updateProcessor>
  <updateRequestProcessorChain name="add-unknown-fields-to-the-schema"
default="${update.autoCreateFields:true}"
processor="uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date,add-schema-fields">
    <processor class="solr.LogUpdateProcessorFactory"/>
    <processor class="solr.DistributedUpdateProcessorFactory"/>...