Title: ledavid71's Replies | WordPress.org

---

# ledavid71

  [  ](https://wordpress.org/support/users/ledavid71/)

 *   [Profile](https://wordpress.org/support/users/ledavid71/)
 *   [Topics Started](https://wordpress.org/support/users/ledavid71/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ledavid71/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ledavid71/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ledavid71/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ledavid71/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ledavid71/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] Table Header Reorder](https://wordpress.org/support/topic/table-header-reorder/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [2 years ago](https://wordpress.org/support/topic/table-header-reorder/#post-17691397)
 * Hi [@mdibrahimk48](https://wordpress.org/support/users/mdibrahimk48/)
   I just 
   wanted to confirm if you were able to look into the issue and if there is a way
   to resolve it or any additional information is requiered, please let me know
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Table for WooCommerce] Table Header Reorder](https://wordpress.org/support/topic/table-header-reorder/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/table-header-reorder/#post-17546360)
 * Hi, please find below the link to the table
 * [https://etrain-cu.com/anytime-archives/](https://etrain-cu.com/anytime-archives/)
   
   The field we are trying to reorder by is the one called webinar date, which is
   a date advanced custom field but clicking on the header only reorders the items
   not by date but by the 1st number on the date, is there any way to reorder the
   items by date based on the info on the custom field?Please let me know
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Incremental Uplaod Broken](https://wordpress.org/support/topic/incremental-uplaod-broken/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/incremental-uplaod-broken/#post-5859301)
 * I completed the indexing, I had increased the batch to 100 but at some point 
   it stopped but then I reset it to 50 and I was able to index all 22,000 posts
   maybe you should consider making the batch size and editable option but it seems
   it does work after all
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Incremental Uplaod Broken](https://wordpress.org/support/topic/incremental-uplaod-broken/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/incremental-uplaod-broken/#post-5859299)
 * Yes I emptied it and started from 0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Incremental Uplaod Broken](https://wordpress.org/support/topic/incremental-uplaod-broken/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/incremental-uplaod-broken/#post-5859296)
 * I’ve tested it has definitively improved I was able to index 6500 on my own solr
   server and only 550 on gotosolr but it won’t go any further it keeps trying to
   add more but the index number doesn’t go up after certain number of posts
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Incremental Uplaod Broken](https://wordpress.org/support/topic/incremental-uplaod-broken/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/incremental-uplaod-broken/#post-5859294)
 * Thanks I’ll test today and I’ll let you know if it indexes correctly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Is it possible to customise the search page?](https://wordpress.org/support/topic/is-it-possible-to-customise-the-search-page/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/is-it-possible-to-customise-the-search-page/#post-5596779)
 * I would like to be able to change what is displayed or options to divide results
   by post type or just being able to create my own template to display the search
   results
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Import a large amount of objects into an index](https://wordpress.org/support/topic/import-a-large-amount-of-objects-into-an-index/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/import-a-large-amount-of-objects-into-an-index/#post-5573012)
 * Ok I found how to fix this issue
 * I built a custom version of your plugin with the necessary mods essentially one
   of the problems is when you click the load data button you are executing the 
   delete documents function so the index is getting deleted every single time you
   attempt to resume the load.
 * And also I had to add a way to store in the database the Last fetched post and
   the current document count so that it is accurate when you restart the load again
   otherwise it will always try to start over
 * You might want to consider including this changes on a new version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSOLR - Elasticsearch and Solr search] Import a large amount of objects into an index](https://wordpress.org/support/topic/import-a-large-amount-of-objects-into-an-index/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/import-a-large-amount-of-objects-into-an-index/#post-5572980)
 * Hi Thanks for your quick fix
 * in my case the performance did improve now it’s indexing more posts but it’s 
   like it always tries to index the same ones over and over it never goes over 
   7,900 posts of the 20,000 I need to index.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help identifying Plugin](https://wordpress.org/support/topic/help-identifying-plugin-1/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/help-identifying-plugin-1/#post-3022981)
 * I´ve seen other sites that can do the same thing and I´m sure they’re on wordpress
   that’s why I´m asking I don´t want to do this on Drupal It is something I want
   to implement on a WordPress site I already have.
 * Is there any way to do it with an existing plugin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help identifying Plugin](https://wordpress.org/support/topic/help-identifying-plugin-1/)
 *  Thread Starter [ledavid71](https://wordpress.org/support/users/ledavid71/)
 * (@ledavid71)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/help-identifying-plugin-1/#post-3022980)
 * ok but I want to find a similar solution for wordpress, not Drupal are there 
   any out there?

Viewing 11 replies - 1 through 11 (of 11 total)