search for: xmlresponsewrit

Displaying 6 results from an estimated 6 matches for "xmlresponsewrit".

Did you mean: xmlresponsewriter
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.
2018 Dec 08
2
Solr
...cessorFactory"/> - </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"/> <queryResponseWriter name="schema.xml" class="solr.S...
2017 Oct 11
0
Solr 7
...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 sends a wt=xml to make it explicit. Also, consider going to 7.0.1 because 7.0.0 could not read indexes from 6.x versions. As I said we did a reindex so we were unharmed by that bug but just sa...
2017 Oct 12
2
Solr 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 sends a wt=xml to make it explicit. > > Also, consider going to 7.0.1 because 7.0.0 could not read indexes from 6.x > versions. As I said we did a reindex so we were unha...
2018 Dec 09
0
Solr
...hain> > > <!-- 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"/> > <queryResponseWriter name="schema.xml&quot...
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.