Manually Send WC Product ids to Index
-
prakashreddy.imduriParticipant1 month, 1 week ago #33075
Hi, Can you tell me, on what basis the “3. Send your data” identifies the products/posts and shows the count ? I want to know the particular parameters it looks for in the product ‘wp_posts’ table.
prakashreddy.imduriParticipant1 month, 1 week ago #33078I got his query:
What values should I change in db, to make it to this send your data column ? I tried changing post_modified to current date, but its working sometime and not working sometimes. Can you tell me, whats the best way, to send a post to this re-indexing ?
wpsolrKeymaster1 month, 1 week ago #33079No need to do anything.
When a post is published, it will be indexed in real-time, but also part of the next batch incremental indexing, as its publication date will be above the watermark (the watermark, in yellow in your screenshot, is the publication date of the last indexed post).prakashreddy.imduriParticipant1 month, 1 week ago #33082we have some tasks which we do from the db in bulk, and we cant use the update post/ edit post wp backend, So in that case, we need to send that post to wpsolr, as we cant do complete re-indexing, as we have huge data.
prakashreddy.imduriParticipant1 month, 1 week ago #33093Yeah, I tried with date as NOW(), and its working.
You must be logged in to reply to this topic.