• Resolved holisticremedysearch

    (@holisticremedysearch)


    for some reason the number of posts in wordpress does not match number of records in all_posts_ index. what are some reasons that could be the case ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Algolia has records size limits which is done in part to help with search speed if I recall right, but also general details like potential plan limits and whatnot. Thus you may have 10 posts, if they’re all really large posts with lots of data and attributes being included, they get broken up into 2-or-more records during the indexing process to keep them within those size limitations.

    More info: https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/in-depth/index-and-records-size-and-usage-limitations/

    Thread Starter holisticremedysearch

    (@holisticremedysearch)

    i have reviewed that page prior to opening this but that but different indexes have different counts. Once i can delete one source of posts, might be easier to troubleshoot.

    Thread Starter holisticremedysearch

    (@holisticremedysearch)

    i removed a bunch of functions i got from you guys for various things and now i observed the following

    • edits made to existing created new index and populated records (searchable_posts)
    • my recent addition is now in my index (posts_post), this wasnt happening before
    • Post Count still not matching but new posts are getting added to main index
    • Re indexing removes recently added Post from posts_post index
    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    See my previous replies from a little bit ago regarding settings hooks for why i think you’re maybe still getting indexes created, but that doesn’t explain still why anything may be getting pushed to that index.

    See my previous comment about records vs posts, as per Algolia and how they’re counting things.

    Thread Starter holisticremedysearch

    (@holisticremedysearch)

    i’m pretty confident i havent hit any limit in my plan. i can review your other comments now, the one for truncation did work.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Any lingering issues here @holisticremedysearch ?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Closing for the moment, but if anything comes up, let us know. We’ll get notified. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.