Certain Taxonomy Not Getting into Index
- prakashreddy.imduriParticipant1 year ago #35478
Hi, there is some taxonomy that is not getting sent into solr index, even not as empty array.. When I do a elastic query other taxonomy and tags which arent tagged are present as empty array,but this particular taxonomy isnt present in the elastic response even. How do I debug this issue, while Indexing also I turned the debug on, there also this taxonomy term tagging isnt being sent to solr.
prakashreddy.imduriParticipant1 year ago #35481yes, its selected.. we added around 10 taxonomies, all are sending to index except this.
prakashreddy.imduriParticipant1 year ago #35482we did modified the json, as the backend gets timeout, there was a space in the facets seperated by comma, that was causing the issue, to not send the taxonomy to index..
the space in the test2 taxonomy was causing the issue."wdm_solr_facet_data": { "facets": test1, test2,test3, }
Now, its fixed.
You must be logged in to reply to this topic.