Developer forum

Forum » Development » Query index error

Query index error

Mads Kold
Reply

Hi

I'm getting this error when we trying to get the product list out, we are using 9.5.1 with rapido

System.ArgumentException: The given field name does not exist in the given index schema. Field: 'ProductRelationGroup_RELGRP8', Index: 'Products.index'.
   at Dynamicweb.Indexing.Lucene.Helpers.ParseQueryExpressionInternal(IIndex index, Expression expression, Analyzer analyzer, QuerySettings settings)
   at Dynamicweb.Indexing.Lucene.Helpers.ParseQueryExpressionInternal(IIndex index, Expression expression, Analyzer analyzer, QuerySettings settings)
   at Dynamicweb.Indexing.Lucene.Helpers.ParseQueryExpression(IIndex index, Expression expression, QuerySettings settings)
   at Dynamicweb.Indexing.Lucene.LuceneIndexProvider.SearchInternal(IQuery query, QuerySettings settings)
   at Dynamicweb.Indexing.Querying.QueryService.Query(IQuery query, QuerySettings settings)
   at Dynamicweb.Ecommerce.Frontend.Frontend.GetProductsFromIndexQuery()

 

Br Mads


Replies

 
Mads Kold
Reply

Hi

We solved this, it was the product.query there has a reference to 'ProductRelationGroup_RELGRP8'

Br Mads

 

You must be logged in to post in the forum