cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SolrIndexedProperty not included on solr Query result

0 Likes
346

Hi,

I created a SolrIndexedProperty of many attributes though I can't see them on my query result. The problem is if try to filter my results using one of the invisible search results are filtered.

For example :

https://traininghybris:8983/solr/master_backoffice_backoffice_product_flip/select?q=ean_string:10

The url above filters my index and returns the list of products sadly the results are not including my missing attributes (in my case the code and other attributes).

Impex that i am using :

INSERT_UPDATE SolrIndexedProperty; name[unique = true]; $solrIndexedType; type(code); localized[default = false]; currency[default = false]; multiValue[default = false]; includeInResponse[default = false]; useForSpellChecking[default = false]; ; code ; ; text ; ; ; ; ; ; ; ean ; ; string ; ; ; ; ; ;

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Likes

you will have to add solrQueryProperty table entry as well. For more information solr.impx for powertools you can check