<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to set hybridEnabled true in DbOrIndexSwitchingQueryLanguage alfresco solr? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54824#M20156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you have already looked into the source code, so you might have seen the property&amp;nbsp;solr.query.hybrid.enabled used to&amp;nbsp;configure to property you mentioned from the DbOrIndexSwitchingQueryLanguage class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, the HYBRID mode is not officially supported / recommended. In fact, the documentation even mentions that in &lt;A href="https://docs.alfresco.com/6.0/tasks/adminconsole-searchservice-solr6.html" rel="nofollow noopener noreferrer"&gt;the page about the admin console configuration page for SOLR&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2018 11:46:35 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2018-10-18T11:46:35Z</dc:date>
    <item>
      <title>How to set hybridEnabled true in DbOrIndexSwitchingQueryLanguage alfresco solr?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54823#M20155</link>
      <description>Using Alfresco Community - 5.0.0 version.Use Case: For fetching documents we want to query Solr first then DB.First I've tried below properties in alfresco-global.properties file:solr.query.cmis.queryConsistency=EVENTUALsolr.query.fts.queryConsistency=EVENTUALAfter the above changes, I was able to s</description>
      <pubDate>Thu, 18 Oct 2018 11:02:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54823#M20155</guid>
      <dc:creator>devkinandanchau</dc:creator>
      <dc:date>2018-10-18T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to set hybridEnabled true in DbOrIndexSwitchingQueryLanguage alfresco solr?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54824#M20156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you have already looked into the source code, so you might have seen the property&amp;nbsp;solr.query.hybrid.enabled used to&amp;nbsp;configure to property you mentioned from the DbOrIndexSwitchingQueryLanguage class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, the HYBRID mode is not officially supported / recommended. In fact, the documentation even mentions that in &lt;A href="https://docs.alfresco.com/6.0/tasks/adminconsole-searchservice-solr6.html" rel="nofollow noopener noreferrer"&gt;the page about the admin console configuration page for SOLR&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 11:46:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54824#M20156</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-10-18T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set hybridEnabled true in DbOrIndexSwitchingQueryLanguage alfresco solr?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54825#M20157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use queryConsistency=EVENTUAL then it'll hit the Solr.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If queryConsistency=HYBRID then it'll hit Solr and DB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any way to hit Solr first and if there are no results from Solr then it'll query the DB?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 11:32:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54825#M20157</guid>
      <dc:creator>devkinandanchau</dc:creator>
      <dc:date>2018-10-23T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set hybridEnabled true in DbOrIndexSwitchingQueryLanguage alfresco solr?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54826#M20158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no such option and no way to do that, unless you were to completely replace the DbOrIndexSwitchingQueryLanguage implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 10:45:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-hybridenabled-true-in-dborindexswitchingquerylanguage/m-p/54826#M20158</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-10-24T10:45:46Z</dc:date>
    </item>
  </channel>
</rss>

