search for: queryresponsewrit

Displaying 10 results from an estimated 10 matches for "queryresponsewrit".

Did you mean: queryresponsewriter
2018 Dec 08
2
Solr
...utedUpdateProcessorFactory"/> - <processor class="solr.RunUpdateProcessorFactory"/> - </updateRequestProcessorChain> <!-- Deduplication @@ -1273,7 +1239,6 @@ <!-- The following response writers are implicitly configured unless overridden... --> - <!-- <queryResponseWriter name="xml" default="true" class="solr.XMLResponseWriter" /> @@ -1284,7 +1249,6 @@ <queryResponseWriter name="phps" class="solr.PHPSerializedResponseWriter"/> <queryResponseWriter name="csv" class="solr.CSVResponseWriter&...
2018 Dec 09
0
Solr
...sor class="solr.RunUpdateProcessorFactory"/> > - </updateRequestProcessorChain> > > <!-- Deduplication > > @@ -1273,7 +1239,6 @@ > <!-- The following response writers are implicitly configured unless > overridden... > --> > - <!-- > <queryResponseWriter name="xml" > default="true" > class="solr.XMLResponseWriter" /> > @@ -1284,7 +1249,6 @@ > <queryResponseWriter name="phps" class="solr.PHPSerializedResponseWriter"/> > <queryResponseWriter name="csv" class=&quo...
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.
2017 Oct 11
2
Solr 7
Before I go down the route of upgrading our main Solr instance from 6 to 7, just checking if anyone is using Solr 7 with Dovecot.
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
...;> > <processor class="solr.LogUpdateProcessorFactory"/> > <processor class="solr.DistributedUpdateProcessorFactory"/> > <processor class="solr.RunUpdateProcessorFactory"/> > </updateRequestProcessorChain> > <queryResponseWriter name="json" class="solr.JSONResponseWriter"> > <str name="content-type">text/plain; charset=UTF-8</str> > </queryResponseWriter> > <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" &g...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...te,add-schema-fields"> <processor class="solr.LogUpdateProcessorFactory"/> <processor class="solr.DistributedUpdateProcessorFactory"/> <processor class="solr.RunUpdateProcessorFactory"/> </updateRequestProcessorChain> <queryResponseWriter name="json" class="solr.JSONResponseWriter"> <str name="content-type">text/plain; charset=UTF-8</str> </queryResponseWriter> <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" startup="laz...
2017 Oct 11
0
Solr 7
...0:03AM +0100]: > Before I go down the route of upgrading our main Solr instance from 6 to 7, > just checking if anyone is using Solr 7 with Dovecot. SOLR 7 works ok with dovecot. We did not upgrade but indexed from scratch with 7.0.0. From our experience: Make sure that you set the default queryResponseWriter to XML on solrconfig.xml: <queryResponseWriter name="xml" default="true" class="solr.XMLResponseWriter" /> Because the default response type is now JSON instead of XML and I don't think dovecot sen...
2017 Oct 12
2
Solr 7
...down the route of upgrading our main Solr instance from 6 to 7, >> just checking if anyone is using Solr 7 with Dovecot. > SOLR 7 works ok with dovecot. We did not upgrade but indexed from scratch with > 7.0.0. > > From our experience: > > Make sure that you set the default queryResponseWriter to XML on > solrconfig.xml: > > <queryResponseWriter name="xml" > default="true" > class="solr.XMLResponseWriter" /> > > Because the default response type is now JSON instead of XM...
2013 Feb 05
1
"Header is huge" in fts-solr
...tSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]} 01.02.2013 18:03:54 org.apache.solr.core.SolrCore initWriters INFO: created json: solr.JSONResponseWriter 01.02.2013 18:03:54 org.apache.solr.core.SolrCore initWriters INFO: adding lazy queryResponseWriter: solr.VelocityResponseWriter 01.02.2013 18:03:54 org.apache.solr.core.SolrCore initWriters INFO: created velocity: solr.VelocityResponseWriter 01.02.2013 18:03:54 org.apache.solr.core.SolrCore initWriters INFO: created xslt: solr.XSLTResponseWriter 01.02.2013 18:03:54 org.apache.solr.response.XSL...