In Synthesis 8.2.6, GetSynthesisQueryable method throws error when using SOLR
adkrishnamoorthy opened this issue · 3 comments
adkrishnamoorthy commented
We are trying to use the GetSynthesisQueryable methods as below
context.GetSynthesisQueryable(). We get the below error.
Type of context is IProviderSearchContext.
Exception Details: System.NotImplementedException: At this time Synthesis only supports Lucene indexes. This works with lucene index.
We expect GetSysthesisQueryable to work with SOLR.
Sitecore Version: 8.1 Update 1
Synthesis Version: 8.2.6
SOLR Version: 5.3.1
kamsar commented
Solr, as the message says, is not currently supported. There's a half done
PR to add it; you're welcome to pick it up and finish it if you need the
support.
…On Wed, Aug 2, 2017 at 3:27 AM Ayyappan K ***@***.***> wrote:
We are trying to use the GetSynthesisQueryable methods as below
context.GetSynthesisQueryable(). We get the below error.
Type of context is IProviderSearchContext.
Exception Details: System.NotImplementedException: At this time Synthesis
only supports Lucene indexes. This works with lucene index.
We expect GetSysthesisQueryable to work with SOLR.
Sitecore Version: 8.1 Update 1
Synthesis Version: 8.2.6
SOLR Version: 5.3.1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#59>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGU_a4P8BrXvcwBiAHyH74QdesXcvVoks5sUE8DgaJpZM4Oq5WT>
.
adkrishnamoorthy commented
Hi, Do we have support for SOLR in latest version 8.2.6?
blipson89 commented
@adkrishnamoorthy not yet. Please see the PR for #21