Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: after going to 5.0, saving a post causes Deprecated: mb_strlen(): Passing null to parameter #1 errors #3760

Closed
1 task done
bsabalaskey opened this issue Nov 13, 2023 · 7 comments
Labels
bug Something isn't working
Milestone

Comments

@bsabalaskey
Copy link

bsabalaskey commented Nov 13, 2023

Describe the bug

When saving or updating a post:

Deprecated: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/lifefunderwp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php on line 496



Deprecated: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/lifefunderwp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php on line 499

Steps to Reproduce

  1. Install 5.0 of ElasticPress plugin
  2. Save or update a post (which would get sent to a privately hosted ElasticSearch instance).

Screenshots, screen recording, code snippet

Deprecated: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/lifefunderwp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php on line 496



Deprecated: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/lifefunderwp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php on line 499

Note: my quick fix hack was to add a "!empty($next_document) &&" as the first part of the if statement for those lines.

Environment information

OS: Ubuntu 22.04 LTS
PHP: 8.1.25
ElasticPress instance privately hosted 7.17.13

WordPress and ElasticPress information

WP: WordPress 6.4.1
EP plugin: ElasticPress 5.0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bsabalaskey bsabalaskey added the bug Something isn't working label Nov 13, 2023
@felipeelia
Copy link
Member

Hi @bsabalaskey, can you please send the full Status Report? I wonder why a post would come in completely empty.

@bsabalaskey
Copy link
Author

What exactly is a "full status report"?

@felipeelia
Copy link
Member

felipeelia commented Nov 20, 2023

Hi @bsabalaskey, if you go to the WordPress dashboard, then ElasticPress > Status Report, you'll see a page with some debugging information. You can download that info by clicking on the button at the top and share the file with us here.

@bsabalaskey
Copy link
Author

Update: I do tweak the post type and post status options based on my custom additions in those areas. I index posts (of various types), pages, users and terms. I installed local debugging in send_bulk_index_request(). Here is the output when I update the Hello World post.

2023-11-22 15:44:43 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
[0] => {"index":{"_id":1}}
{"post_id":1,"ID":1,"post_author":{"raw":"11aprilkjgk","login":"11aprilkjgk","display_name":"11 april kjgk","id":168689},"post_date":"2023-03-01 20:44:29","post_date_gmt":"2023-03-01 20:44:29","post_title":"Hello world!","post_excerpt":"","post_content_filtered":"\r\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\r\n","post_content":"\r\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\r\n","post_status":"publish","post_name":"hello-world","post_modified":"2023-11-22 15:44:42","post_modified_gmt":"2023-11-22 19:44:42","post_parent":0,"post_type":"post","post_mime_type":"","permalink":"https://wp2.example.com/hello-world/","terms":{"category":[{"term_id":1,"slug":"uncategorized","name":"Uncategorized","parent":0,"term_taxonomy_id":1,"term_order":0,"facet":"{"term_id":1,"slug":"uncategorized","name":"Uncategorized","parent":0,"term_taxonomy_id":1,"term_order":0}"}],"post_tag":[{"term_id":83,"slug":"test-tag","name":"Test Tag","parent":0,"term_taxonomy_id":83,"term_order":0,"facet":"{"term_id":83,"slug":"test-tag","name":"Test Tag","parent":0,"term_taxonomy_id":83,"term_order":0}"}]},"meta":[],"date_terms":{"year":2023,"month":3,"week":9,"dayofyear":59,"day":1,"dayofweek":3,"dayofweek_iso":3,"hour":20,"minute":44,"second":29,"m":202303},"comment_count":1,"comment_status":"open","ping_status":"open","menu_order":0,"guid":"https://wp2.example.com/?p=1","thumbnail":null,"term_suggest":["Uncategorized","Test Tag"]}

)

2023-11-22 15:44:44 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
[0] => {"index":{"_id":1}}
{"term_id":1,"ID":1,"name":"Uncategorized","slug":"uncategorized","term_group":null,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":1,"meta":[],"hierarchy":{"children":{"terms":0,"count":0},"ancestors":{"terms":0}},"object_ids":{"value":[1]}}

[1] => {"index":{"_id":83}}

{"term_id":83,"ID":83,"name":"Test Tag","slug":"test-tag","term_group":null,"term_taxonomy_id":83,"taxonomy":"post_tag","description":"","parent":0,"count":1,"meta":[],"hierarchy":{"children":{"terms":0,"count":0},"ancestors":{"terms":0}},"object_ids":{"value":[1]}}

)

2023-11-22 15:44:44 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
[0] => {"index":{"_id":83}}
{"term_id":83,"ID":83,"name":"Test Tag","slug":"test-tag","term_group":null,"term_taxonomy_id":83,"taxonomy":"post_tag","description":"","parent":0,"count":1,"meta":[],"hierarchy":{"children":{"terms":0,"count":0},"ancestors":{"terms":0}},"object_ids":{"value":[1]}}

)

2023-11-22 15:44:44 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
[0] => {"index":{"_id":168689}}
{"ID":168689,"user_login":"11aprilkjgk","user_email":"11indapril@gmail.com","user_nicename":"11aprilkjgk","spam":"","deleted":"","user_status":"0","display_name":"11 april kjgk","user_registered":"2020-04-11 10:39:52","user_url":"","capabilities":{"1":{"roles":["fundraiser"]}},"meta":{"nickname":[{"value":"11 april kjgk","raw":"11 april kjgk","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"first_name":[{"value":"11","raw":"11","long":11,"double":11,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"last_name":[{"value":"april kjgk","raw":"april kjgk","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"description":[{"value":"","raw":"","boolean":false}],"rich_editing":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"syntax_highlighting":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"comment_shortcuts":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"admin_color":[{"value":"fresh","raw":"fresh","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"use_ssl":[{"value":"1","raw":"1","long":1,"double":1,"boolean":true,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"show_admin_bar_front":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"locale":[{"value":"","raw":"","boolean":false}],"lf_capabilities":[{"value":"a:1:{s:10:"fundraiser";b:1;}","raw":"a:1:{s:10:"fundraiser";b:1;}","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_user_level":[{"value":"0","raw":"0","long":0,"double":0,"boolean":false}],"dismissed_wp_pointers":[{"value":"","raw":"","boolean":false}],"person_city":[{"value":"Hyderabad","raw":"Hyderabad","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_state_id":[{"value":"3577","raw":"3577","long":3577,"double":3577,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"person_state":[{"value":"Telangana","raw":"Telangana","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_country_id":[{"value":"88","raw":"88","long":88,"double":88,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"person_country":[{"value":"IN","raw":"IN","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"person_postcode":[{"value":"500034","raw":"500034","long":500034,"double":500034,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_profile_pic_url":[{"value":"https://xyz-prod-ww.s3.amazonaws.com/profile/92cc3195-8136-4f4f-8f5e-f859263d34f5-default-userpng.png","raw":"https://xyz-prod-ww.s3.amazonaws.com/profile/92cc3195-8136-4f4f-8f5e-f859263d34f5-default-userpng.png","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"user_image":[{"value":"97","raw":"97","long":97,"double":97,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_user_id":[{"value":"19282","raw":"19282","long":19282,"double":19282,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_password_salt":[{"value":"abc/gYzveBhlMXSRtu","raw":"abc/gYzveBhlMXSRtu","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"lf_timezone_id":[{"value":"381","raw":"381","long":381,"double":381,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"timezone":[{"value":"America/Chicago","raw":"America/Chicago","boolean":false,"date":"2023-11-22","datetime":"2023-11-22 15:44:44","time":"15:44:44"}],"last_update":[{"value":"1700667882","raw":"1700667882","long":1700667882,"double":1700667882,"boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}]}}

)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request next_document is empty - debug_backtrace(0): Array
(
[0] => Array
(
[file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php
[line] => 405
[function] => send_bulk_index_request
[class] => ElasticPress\Indexable
[type] => ->
[args] => Array
(
[0] => Array
(
)

            )

    )

[1] => Array
    (
        [file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/SyncManager.php
        [line] => 239
        [function] => bulk_index_dynamically
        [class] => ElasticPress\Indexable
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                    )

            )

    )

[2] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 324
        [function] => index_sync_queue
        [class] => ElasticPress\SyncManager
        [type] => ->
        [args] => Array
            (
                [0] => 
            )

    )

[3] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 348
        [function] => apply_filters
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => Array
                    (
                        [0] => 
                    )

            )

    )

[4] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/plugin.php
        [line] => 517
        [function] => do_action
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                        [0] => 
                    )

            )

    )

[5] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/load.php
        [line] => 1260
        [function] => do_action
        [args] => Array
            (
                [0] => shutdown
            )

    )

[6] => Array
    (
        [function] => shutdown_action_hook
        [args] => Array
            (
            )

    )

)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request next_document is empty - debug_backtrace(0): Array
(
[0] => Array
(
[file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php
[line] => 405
[function] => send_bulk_index_request
[class] => ElasticPress\Indexable
[type] => ->
[args] => Array
(
[0] => Array
(
)

            )

    )

[1] => Array
    (
        [file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/SyncManager.php
        [line] => 239
        [function] => bulk_index_dynamically
        [class] => ElasticPress\Indexable
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                    )

            )

    )

[2] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 324
        [function] => index_sync_queue
        [class] => ElasticPress\SyncManager
        [type] => ->
        [args] => Array
            (
                [0] => 
            )

    )

[3] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 348
        [function] => apply_filters
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => Array
                    (
                        [0] => 
                    )

            )

    )

[4] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/plugin.php
        [line] => 517
        [function] => do_action
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                        [0] => 
                    )

            )

    )

[5] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/load.php
        [line] => 1260
        [function] => do_action
        [args] => Array
            (
                [0] => shutdown
            )

    )

[6] => Array
    (
        [function] => shutdown_action_hook
        [args] => Array
            (
            )

    )

)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request: $documents: Array
(
)

2023-11-22 15:44:45 | 127.0.0.1 | POST | send_bulk_index_request next_document is empty - debug_backtrace(0): Array
(
[0] => Array
(
[file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/Indexable.php
[line] => 405
[function] => send_bulk_index_request
[class] => ElasticPress\Indexable
[type] => ->
[args] => Array
(
[0] => Array
(
)

            )

    )

[1] => Array
    (
        [file] => /var/www/html/wp/public/wp-content/plugins/elasticpress/includes/classes/SyncManager.php
        [line] => 239
        [function] => bulk_index_dynamically
        [class] => ElasticPress\Indexable
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                    )

            )

    )

[2] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 324
        [function] => index_sync_queue
        [class] => ElasticPress\SyncManager
        [type] => ->
        [args] => Array
            (
                [0] => 
            )

    )

[3] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/class-wp-hook.php
        [line] => 348
        [function] => apply_filters
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => 
                [1] => Array
                    (
                        [0] => 
                    )

            )

    )

[4] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/plugin.php
        [line] => 517
        [function] => do_action
        [class] => WP_Hook
        [type] => ->
        [args] => Array
            (
                [0] => Array
                    (
                        [0] => 
                    )

            )

    )

[5] => Array
    (
        [file] => /var/www/html/wp/public/wp-includes/load.php
        [line] => 1260
        [function] => do_action
        [args] => Array
            (
                [0] => shutdown
            )

    )

[6] => Array
    (
        [function] => shutdown_action_hook
        [args] => Array
            (
            )

    )

)

@bsabalaskey
Copy link
Author

Full status report, right after full delete all index and sync:

Failed Queries

https://wp2.example.com (2023-11-22 15:44:45)

error: request body is required
recommended_solution: We did not recognize this error. Please consider opening a GitHub Issue so we can add it to our list of supported errors.
es_req: POST http://search.example.com:20080/wp2examplecom-term-1/_bulk
request_id: ece893d93f244c7f8c4496d00b0e06f1
query_time: 251.31988525391
wp_args: array (
)
status_code: 400
body:
result: array (
'error' =>
array (
'root_cause' =>
array (
0 =>
array (
'type' => 'parse_exception',
'reason' => 'request body is required',
),
),
'type' => 'parse_exception',
'reason' => 'request body is required',
),
'status' => 400,
)

https://wp2.example.com (2023-11-22 15:44:45)

error: request body is required
recommended_solution: We did not recognize this error. Please consider opening a GitHub Issue so we can add it to our list of supported errors.
es_req: POST http://search.example.com:20080/wp2examplecom-post-1/_bulk
request_id: 176666c4da4549df97886607b9145095
query_time: 270.89500427246
wp_args: array (
)
status_code: 400
body:
result: array (
'error' =>
array (
'root_cause' =>
array (
0 =>
array (
'type' => 'parse_exception',
'reason' => 'request body is required',
),
),
'type' => 'parse_exception',
'reason' => 'request body is required',
),
'status' => 400,
)

https://wp2.example.com/wp-json/elasticpress/v1/sync?include&indexables&put_mapping=true&post_type&trigger=manual (2023-11-22 15:31:18)

error: failed to parse
recommended_solution: We did not recognize this error. Please consider opening a GitHub Issue so we can add it to our list of supported errors.
es_req: POST http://search.example.com:20080/wp2examplecom-user/_bulk
request_id: 48d21ff802654ebeaa1e75a8c94938eb
query_time: 2829.8058509827
wp_args: array (
)
status_code: 200
body: {"index":{"_id":132377}}
{"ID":132377,"user_login":"dereklentz","user_email":"derek_lentz@email.com","user_nicename":"dereklentz","spam":"","deleted":"","user_status":"0","display_name":"Derek Lentz","user_registered":"2015-12-22 21:51:54","user_url":"","capabilities":{"1":{"roles":["contributor"]}},"meta":{"nickname":[{"value":"Derek Lentz","raw":"Derek Lentz","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"first_name":[{"value":"Derek","raw":"Derek","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"last_name":[{"value":"Lentz","raw":"Lentz","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"description":[{"value":"","raw":"","boolean":false}],"rich_editing":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"syntax_highlighting":[{"value":"false","raw":"false","boolean":false,"date":"1970-01-01", (trimmed)
result: array (
'took' => 1937,
'errors' => true,
'items' =>
array (
0 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132377',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15725,
'_primary_term' => 1,
'status' => 201,
),
),
1 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132376',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15517,
'_primary_term' => 1,
'status' => 201,
),
),
2 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132375',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15540,
'_primary_term' => 1,
'status' => 201,
),
),
3 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132374',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15726,
'_primary_term' => 1,
'status' => 201,
),
),
4 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132373',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15727,
'_primary_term' => 1,
'status' => 201,
),
),
5 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132372',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15728,
'_primary_term' => 1,
'status' => 201,
),
),
6 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132371',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15518,
'_primary_term' => 1,
'status' => 201,
),
),
7 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132370',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15729,
'_primary_term' => 1,
'status' => 201,
),
),
8 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132369',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15519,
'_primary_term' => 1,
'status' => 201,
),
),
9 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132368',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15730,
'_primary_term' => 1,
'status' => 201,
),
),
10 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132367',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15541,
'_primary_term' => 1,
'status' => 201,
),
),
11 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132366',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15520,
'_primary_term' => 1,
'status' => 201,
),
),
12 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132365',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15521,
'_primary_term' => 1,
'status' => 201,
),
),
13 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132364',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15656,
'_primary_term' => 1,
'status' => 201,
),
),
14 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132363',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15742,
'_primary_term' => 1,
'status' => 201,
),
),
15 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132362',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15542,
'_primary_term' => 1,
'status' => 201,
),
),
16 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132361',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15731,
'_primary_term' => 1,
'status' => 201,
),
),
17 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132360',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15543,
'_primary_term' => 1,
'status' => 201,
),
),
18 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132359',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15743,
'_primary_term' => 1,
'status' => 201,
),
),
19 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132358',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15544,
'_primary_term' => 1,
'status' => 201,
),
),
20 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132357',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15744,
'_primary_term' => 1,
'status' => 201,
),
),
21 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132356',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15745,
'_primary_term' => 1,
'status' => 201,
),
),
22 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132355',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15657,
'_primary_term' => 1,
'status' => 201,
),
),
23 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132354',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15746,
'_primary_term' => 1,
'status' => 201,
),
),
24 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132353',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15658,
'_primary_term' => 1,
'status' => 201,
),
),
25 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132352',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15732,
'_primary_term' => 1,
'status' => 201,
),
),
26 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132351',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15747,
'_primary_term' => 1,
'status' => 201,
),
),
27 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132350',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15522,
'_primary_term' => 1,
'status' => 201,
),
),
28 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132349',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15523,
'_primary_term' => 1,
'status' => 201,
),
),
29 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132348',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15733,
'_primary_term' => 1,
'status' => 201,
),
),
30 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132347',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15748,
'_primary_term' => 1,
'status' => 201,
),
),
31 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132346',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15734,
'_primary_term' => 1,
'status' => 201,
),
),
32 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132345',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15524,
'_primary_term' => 1,
'status' => 201,
),
),
33 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132344',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15545,
'_primary_term' => 1,
'status' => 201,
),
),
34 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132343',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15749,
'_primary_term' => 1,
'status' => 201,
),
),
35 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132342',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15735,
'_primary_term' => 1,
'status' => 201,
),
),
36 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132341',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15525,
'_primary_term' => 1,
'status' => 201,
),
),
37 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132340',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15659,
'_primary_term' => 1,
'status' => 201,
),
),
38 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132339',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15546,
'_primary_term' => 1,
'status' => 201,
),
),
39 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132338',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15526,
'_primary_term' => 1,
'status' => 201,
),
),
40 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132337',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15736,
'_primary_term' => 1,
'status' => 201,
),
),
41 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132336',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15527,
'_primary_term' => 1,
'status' => 201,
),
),
42 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132335',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15547,
'_primary_term' => 1,
'status' => 201,
),
),
43 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132334',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15548,
'_primary_term' => 1,
'status' => 201,
),
),
44 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132333',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15528,
'_primary_term' => 1,
'status' => 201,
),
),
45 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132332',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15549,
'_primary_term' => 1,
'status' => 201,
),
),
46 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132331',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15660,
'_primary_term' => 1,
'status' => 201,
),
),
47 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132330',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15661,
'_primary_term' => 1,
'status' => 201,
),
),
48 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132329',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15750,
'_primary_term' => 1,
'status' => 201,
),
),
49 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132328',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15751,
'_primary_term' => 1,
'status' => 201,
),
),
50 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132327',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15752,
'_primary_term' => 1,
'status' => 201,
),
),
51 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132326',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15737,
'_primary_term' => 1,
'status' => 201,
),
),
52 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132325',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15738,
'_primary_term' => 1,
'status' => 201,
),
),
53 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132324',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15739,
'_primary_term' => 1,
'status' => 201,
),
),
54 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132323',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15662,
'_primary_term' => 1,
'status' => 201,
),
),
55 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132322',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15529,
'_primary_term' => 1,
'status' => 201,
),
),
56 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132321',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15753,
'_primary_term' => 1,
'status' => 201,
),
),
57 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132320',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15530,
'_primary_term' => 1,
'status' => 201,
),
),
58 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132319',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15740,
'_primary_term' => 1,
'status' => 201,
),
),
59 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132318',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15663,
'_primary_term' => 1,
'status' => 201,
),
),
60 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132317',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15741,
'_primary_term' => 1,
'status' => 201,
),
),
61 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132316',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15664,
'_primary_term' => 1,
'status' => 201,
),
),
62 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132315',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15550,
'_primary_term' => 1,
'status' => 201,
),
),
63 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132314',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15531,
'_primary_term' => 1,
'status' => 201,
),
),
64 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132313',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15551,
'_primary_term' => 1,
'status' => 201,
),
),
65 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132312',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15665,
'_primary_term' => 1,
'status' => 201,
),
),
66 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132311',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15552,
'_primary_term' => 1,
'status' => 201,
),
),
67 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132310',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15754,
'_primary_term' => 1,
'status' => 201,
),
),
68 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132309',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15742,
'_primary_term' => 1,
'status' => 201,
),
),
69 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132308',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15532,
'_primary_term' => 1,
'status' => 201,
),
),
70 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132307',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15743,
'_primary_term' => 1,
'status' => 201,
),
),
71 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132306',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15666,
'_primary_term' => 1,
'status' => 201,
),
),
72 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132305',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15533,
'_primary_term' => 1,
'status' => 201,
),
),
73 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132304',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15667,
'_primary_term' => 1,
'status' => 201,
),
),
74 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132303',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15534,
'_primary_term' => 1,
'status' => 201,
),
),
75 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132302',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15744,
'_primary_term' => 1,
'status' => 201,
),
),
76 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132301',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15755,
'_primary_term' => 1,
'status' => 201,
),
),
77 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132300',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15756,
'_primary_term' => 1,
'status' => 201,
),
),
78 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132299',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15668,
'_primary_term' => 1,
'status' => 201,
),
),
79 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132298',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15669,
'_primary_term' => 1,
'status' => 201,
),
),
80 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132297',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15745,
'_primary_term' => 1,
'status' => 201,
),
),
81 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132296',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15757,
'_primary_term' => 1,
'status' => 201,
),
),
82 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132295',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15746,
'_primary_term' => 1,
'status' => 201,
),
),
83 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132294',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15670,
'_primary_term' => 1,
'status' => 201,
),
),
84 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132293',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15535,
'_primary_term' => 1,
'status' => 201,
),
),
85 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132292',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15747,
'_primary_term' => 1,
'status' => 201,
),
),
86 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132291',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15748,
'_primary_term' => 1,
'status' => 201,
),
),
87 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132290',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15758,
'_primary_term' => 1,
'status' => 201,
),
),
88 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132289',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15749,
'_primary_term' => 1,
'status' => 201,
),
),
89 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132288',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15536,
'_primary_term' => 1,
'status' => 201,
),
),
90 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132287',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15553,
'_primary_term' => 1,
'status' => 201,
),
),
91 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132286',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15759,
'_primary_term' => 1,
'status' => 201,
),
),
92 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132285',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15760,
'_primary_term' => 1,
'status' => 201,
),
),
93 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132284',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15537,
'_primary_term' => 1,
'status' => 201,
),
),
94 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132283',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15671,
'_primary_term' => 1,
'status' => 201,
),
),
95 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132282',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15761,
'_primary_term' => 1,
'status' => 201,
),
),
96 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132281',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15672,
'_primary_term' => 1,
'status' => 201,
),
),
97 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132280',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15538,
'_primary_term' => 1,
'status' => 201,
),
),
98 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132279',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15673,
'_primary_term' => 1,
'status' => 201,
),
),
99 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132278',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15554,
'_primary_term' => 1,
'status' => 201,
),
),
100 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132277',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15674,
'_primary_term' => 1,
'status' => 201,
),
),
101 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132276',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15539,
'_primary_term' => 1,
'status' => 201,
),
),
102 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132275',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15675,
'_primary_term' => 1,
'status' => 201,
),
),
103 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132274',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15555,
'_primary_term' => 1,
'status' => 201,
),
),
104 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132273',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15556,
'_primary_term' => 1,
'status' => 201,
),
),
105 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132272',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15762,
'_primary_term' => 1,
'status' => 201,
),
),
106 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132271',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15750,
'_primary_term' => 1,
'status' => 201,
),
),
107 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132270',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15557,
'_primary_term' => 1,
'status' => 201,
),
),
108 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132269',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15676,
'_primary_term' => 1,
'status' => 201,
),
),
109 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132268',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15558,
'_primary_term' => 1,
'status' => 201,
),
),
110 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132267',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15677,
'_primary_term' => 1,
'status' => 201,
),
),
111 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132266',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15763,
'_primary_term' => 1,
'status' => 201,
),
),
112 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132265',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15751,
'_primary_term' => 1,
'status' => 201,
),
),
113 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132264',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15540,
'_primary_term' => 1,
'status' => 201,
),
),
114 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132263',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15764,
'_primary_term' => 1,
'status' => 201,
),
),
115 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132262',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15765,
'_primary_term' => 1,
'status' => 201,
),
),
116 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132261',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15678,
'_primary_term' => 1,
'status' => 201,
),
),
117 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132260',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15559,
'_primary_term' => 1,
'status' => 201,
),
),
118 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132259',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15560,
'_primary_term' => 1,
'status' => 201,
),
),
119 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132258',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15766,
'_primary_term' => 1,
'status' => 201,
),
),
120 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132257',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15561,
'_primary_term' => 1,
'status' => 201,
),
),
121 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132256',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15562,
'_primary_term' => 1,
'status' => 201,
),
),
122 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132255',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15767,
'_primary_term' => 1,
'status' => 201,
),
),
123 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132254',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15679,
'_primary_term' => 1,
'status' => 201,
),
),
124 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132253',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15563,
'_primary_term' => 1,
'status' => 201,
),
),
125 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132252',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15680,
'_primary_term' => 1,
'status' => 201,
),
),
126 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132251',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15541,
'_primary_term' => 1,
'status' => 201,
),
),
127 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132250',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15768,
'_primary_term' => 1,
'status' => 201,
),
),
128 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132249',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15769,
'_primary_term' => 1,
'status' => 201,
),
),
129 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132248',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15564,
'_primary_term' => 1,
'status' => 201,
),
),
130 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132247',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15770,
'_primary_term' => 1,
'status' => 201,
),
),
131 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132246',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15681,
'_primary_term' => 1,
'status' => 201,
),
),
132 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132245',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15542,
'_primary_term' => 1,
'status' => 201,
),
),
133 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132244',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15565,
'_primary_term' => 1,
'status' => 201,
),
),
134 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132243',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15682,
'_primary_term' => 1,
'status' => 201,
),
),
135 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132242',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15771,
'_primary_term' => 1,
'status' => 201,
),
),
136 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132241',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15772,
'_primary_term' => 1,
'status' => 201,
),
),
137 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132240',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15566,
'_primary_term' => 1,
'status' => 201,
),
),
138 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132239',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15543,
'_primary_term' => 1,
'status' => 201,
),
),
139 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132238',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15773,
'_primary_term' => 1,
'status' => 201,
),
),
140 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132237',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [47]',
),
),
),
),
141 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '132236',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [47]',
),
),
),
),
142 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '11',
'status' => 400,
'error' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded',
),
),
),
143 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '10',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15683,
'_primary_term' => 1,
'status' => 201,
),
),
144 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '9',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [36]',
),
),
),
),
145 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '7',
'status' => 400,
'error' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded',
),
),
),
146 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '5',
'_version' => 1,
'result' => 'created',
'_shards' =>
array (
'total' => 2,
'successful' => 2,
'failed' => 0,
),
'_seq_no' => 15544,
'_primary_term' => 1,
'status' => 201,
),
),
147 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '1',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [47]',
),
),
),
),
),
)

https://wp2.example.com/wp-json/elasticpress/v1/sync?include&indexables&put_mapping=true&post_type&trigger=manual (2023-11-22 15:30:08)

error: failed to parse
recommended_solution: We did not recognize this error. Please consider opening a GitHub Issue so we can add it to our list of supported errors.
es_req: POST http://search.example.com:20080/wp2examplecom-user/_bulk
request_id: 950b576803e54214ad70f8bd3d1f7aaa
query_time: 3875.4191398621
wp_args: array (
)
status_code: 200
body: {"index":{"_id":135728}}
{"ID":135728,"user_login":"person","user_email":"lakshman@person.com","user_nicename":"person","spam":"","deleted":"","user_status":"0","display_name":"person","user_registered":"2017-10-10 05:11:04","user_url":"","capabilities":{"1":{"roles":["fundraiser"]}},"meta":{"nickname":[{"value":"person","raw":"person","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"first_name":[{"value":"person","raw":"person","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"last_name":[{"value":"","raw":"","boolean":false}],"description":[{"value":"Encourage supporters to consider leaving a gift to the charity in their will. This type of fundraising may suit people with an interest in law or accountancy.","raw":"Encourage supporters to consider leaving a gift to the charity in their will. This type of fundraising may suit people with an interest in law or accountancy.","boolean":false," (trimmed)
result: array (
'took' => 1999,
'errors' => true,
'items' =>
array (
0 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '135728',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [839]',
),
),
),
),
),
)

https://wp2.example.com/wp-json/elasticpress/v1/sync?include&indexables&put_mapping=true&post_type&trigger=manual (2023-11-22 15:21:19)

error: failed to parse
recommended_solution: We did not recognize this error. Please consider opening a GitHub Issue so we can add it to our list of supported errors.
es_req: POST http://search.example.com:20080/wp2examplecom-user/_bulk
request_id: cc2c5923459b45aaaf01282280968f1c
query_time: 8000.2329349518
wp_args: array (
)
status_code: 200
body: {"index":{"_id":165742}}
{"ID":165742,"user_login":"person1","user_email":"volunteer.person@gmail.com","user_nicename":"person1","spam":"","deleted":"","user_status":"0","display_name":"person","user_registered":"2016-07-13 20:38:46","user_url":"","capabilities":{"1":{"roles":["fundraiser"]}},"meta":{"nickname":[{"value":"person","raw":"person","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"first_name":[{"value":"person","raw":"person","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time":"00:00:01"}],"last_name":[{"value":"","raw":"","boolean":false}],"description":[{"value":"person is dedicated to good stuff.","boolean":false,"date":"1970-01-01","datetime":"1970-01-01 00:00:01","time (trimmed)
result: array (
'took' => 3069,
'errors' => true,
'items' =>
array (
0 =>
array (
'index' =>
array (
'_index' => 'wp2examplecom-user',
'_type' => '_doc',
'_id' => '165742',
'status' => 400,
'error' =>
array (
'type' => 'mapper_parsing_exception',
'reason' => 'failed to parse',
'caused_by' =>
array (
'type' => 'illegal_argument_exception',
'reason' => 'Limit of total fields [5000] has been exceeded while adding new fields [1895]',
),
),
),
),
),
)

WordPress

WordPress Environment

wp_version: 6.4.1
home_url: https://wp2.example.com
site_url: https://wp2.example.com
is_multisite: false
theme: example (1.0.0)
plugins: Advanced Custom Fields: Extended (0.8.9.5), Advanced Custom Fields PRO (6.2.3), Advanced Editor Tools (5.9.2), ARVE Advanced Responsive Video Embedder (9.10.12), Classic Editor (1.6.3), Currency Retriever (1.0.0), ElasticPress (5.0.0), ElasticPress Labs (2.2.0), Forminator Pro (1.28.0), Geolocation IP Detection (5.3.1), Hustle Pro (4.8.2), example Reliable SMTP (1.1.0), Rank Math SEO (1.0.206), Rank Math SEO PRO (3.0.49-beta), Redis Object Cache (2.5.0), Shipper Pro (1.2.15), Shortcake (Shortcode UI) (0.7.4), WordPress Importer (0.8.1), WP Crontrol (1.16.1), WPMU DEV Dashboard (4.11.22), and WPS Menu Exporter (1.3.6)
revisions: 3

Server Environment

php_version: 8.1.25
memory_limit: 1G
timeout: 295

Indexable Content

example — https://wp2.example.com

post_count: 1
page_count: 10
campaign_count: 963
p2p_count: 304
update_count: 237
faq_count: 1
post_meta_keys: 0
page_meta_keys: 1
campaign_meta_keys: 1
p2p_meta_keys: 1
update_meta_keys: 0
faq_meta_keys: 0
total-all-post-types: 1
distinct-meta-keys: ep_exclude_from_search

ElasticPress

Settings

host: http://search.example.com:20080
index_prefix:
language: site-default
per_page: 350
network_active: false

Timeouts

request_timeout: 15
index_document_timeout: 35
bulk_request_timeout: 90

Elasticsearch Indices

wp2examplecom-post-1

health: green
status: open
index: wp2examplecom-post-1
uuid: csw1iJYEQoa-e-JMd00C5g
pri: 5
rep: 1
docs.count: 1516
docs.deleted: 1
store.size: 181.4mb
pri.store.size: 90.7mb
total_fields_limit: 9000
analyzer_language: english
stop_language: english
snowball_language: English

wp2examplecom-comment-1

health: green
status: open
index: wp2examplecom-comment-1
uuid: 6b4GNrA0RzG1vdDhoslLnQ
pri: 5
rep: 1
docs.count: 41
docs.deleted: 0
store.size: 493.3kb
pri.store.size: 246.6kb
total_fields_limit: 7000
analyzer_language: english
stop_language: english
snowball_language: English

wp2examplecom-term-1

health: green
status: open
index: wp2examplecom-term-1
uuid: d5x0pL78QluU-jPzzmapNw
pri: 1
rep: 1
docs.count: 41
docs.deleted: 2
store.size: 203.5kb
pri.store.size: 109.8kb
total_fields_limit: 5000
analyzer_language: english
stop_language: english
snowball_language: English

wp2examplecom-user

health: green
status: open
index: wp2examplecom-user
uuid: XkSJ72ktScunlH-f_OAlZw
pri: 5
rep: 1
docs.count: 78322
docs.deleted: 0
store.size: 187.1mb
pri.store.size: 93.6mb
total_fields_limit: 5000
analyzer_language: english
stop_language: english
snowball_language: English

Last Sync

2023/11/22 3:05:19 pm

method: WP Dashboard
is_full_sync: Yes
end_date_time: 2023/11/22 3:31:19 pm
total_time: 0 hours, 26 minutes, 0 seconds
total: 79928
synced: 79920
skipped: 0
failed: 8
errors: array (
0 => '165742 (User): [mapper_parsing_exception] failed to parse',
1 => '135728 (User): [mapper_parsing_exception] failed to parse',
2 => '132237 (User): [mapper_parsing_exception] failed to parse',
3 => '132236 (User): [mapper_parsing_exception] failed to parse',
4 => '11 (User): [illegal_argument_exception] Limit of total fields [5000] has been exceeded',
5 => '9 (User): [mapper_parsing_exception] failed to parse',
6 => '7 (User): [illegal_argument_exception] Limit of total fields [5000] has been exceeded',
7 => '1 (User): [mapper_parsing_exception] failed to parse',
)
trigger: manual
final_status: with_errors

Feature Settings

Autosuggest

active: true
autosuggest_selector:
endpoint_url:
force_inactive: false
trigger_ga_event: 0

Comments

active: true
force_inactive: false

Custom Search Results

active: true
force_inactive: false

Filters

active: true
force_inactive: false
match_type: all

Post Search

active: true
decaying_enabled: 1
force_inactive: false
highlight_enabled: 1
highlight_excerpt: 1
highlight_tag: span
synonyms_editor_mode: simple
synonyms:

# Defined sets (equivalent synonyms).
sneakers, tennis shoes, trainers, runners

Defined alternatives (explicit mappings).

shoes => sneaker, sandal, boots, high heels


weighting: array (
'post' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.post_tag.name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.category.name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
),
'page' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
),
'campaign' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.category.name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
'terms.post_tag.name' =>
array (
'weight' => 0,
'enabled' => false,
),
),
'p2p' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.category.name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
'terms.post_tag.name' =>
array (
'weight' => 0,
'enabled' => false,
),
),
'update' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
),
'faq' =>
array (
'post_title' =>
array (
'weight' => 100,
'enabled' => true,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 25,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 50,
),
'author_name' =>
array (
'weight' => 1,
'enabled' => true,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
'terms.help.name' =>
array (
'weight' => 0,
'enabled' => true,
),
),
'user_alias' =>
array (
'post_title' =>
array (
'enabled' => true,
'weight' => 1,
),
'post_content' =>
array (
'enabled' => true,
'weight' => 1,
),
'post_excerpt' =>
array (
'enabled' => true,
'weight' => 1,
),
'author_name' =>
array (
'enabled' => true,
'weight' => 1,
),
'terms.ep_custom_result.name' =>
array (
'enabled' => true,
'weight' => 9999,
'fuzziness' => false,
),
),
)

Search Algorithm Version

active: true
force_inactive: false
search_algorithm_version: 4.0

Terms

active: true
force_inactive: false

Users

active: true
force_inactive: false

@felipeelia felipeelia added this to the 5.0.1 milestone Nov 29, 2023
@felipeelia
Copy link
Member

@bsabalaskey it seems the problem was related to #3755, which has been fixed. Would you be able to test it using this pre-release version and let us know if it fixes the problem for you as well? Thanks.
elasticpress.zip

@bsabalaskey
Copy link
Author

Yes, that fixed it. Good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants