Certain Taxonomy Not Getting into Index

  • 8 months, 1 week 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.

    wpsolr
    Keymaster
    8 months, 1 week ago #35480

    The taxonomy must be selected on screen 2.2 Data, in your post type.

    8 months, 1 week ago #35481

    yes, its selected.. we added around 10 taxonomies, all are sending to index except this.

    8 months, 1 week ago #35482

    we 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.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.