|
288 | 288 | "ValidDescriptor" |
289 | 289 | ], |
290 | 290 | "default": null, |
291 | | - "doc": "Describes the state of the temporal bounding's beginning, e.g. valid, invalid, undefined" |
| 291 | + "doc": "Describes the state of the temporal bounding's beginning, i.e. VALID, INVALID, or UNDEFINED." |
292 | 292 | }, |
293 | 293 | { |
294 | 294 | "name": "beginPrecision", |
|
297 | 297 | "string" |
298 | 298 | ], |
299 | 299 | "default": null, |
300 | | - "doc": "The precision of the beginning of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into" |
| 300 | + "doc": "The precision of the beginning of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into." |
301 | 301 | }, |
302 | 302 | { |
303 | 303 | "name": "beginIndexable", |
|
306 | 306 | "boolean" |
307 | 307 | ], |
308 | 308 | "default": null, |
309 | | - "doc": "Indicates whether or not beginUtcDateTimeString can be indexed for searching" |
| 309 | + "doc": "Indicates whether or not beginUtcDateTimeString can be indexed into Elasticsearch for searching." |
310 | 310 | }, |
311 | 311 | { |
312 | 312 | "name": "beginZoneSpecified", |
|
324 | 324 | "string" |
325 | 325 | ], |
326 | 326 | "default": null, |
327 | | - "doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed beginning value" |
| 327 | + "doc": "If provided begin date is VALID, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed value." |
328 | 328 | }, |
329 | 329 | { |
330 | 330 | "name": "beginYear", |
|
333 | 333 | "long" |
334 | 334 | ], |
335 | 335 | "default": null, |
336 | | - "doc": "If possible, an long indicating the beginning year" |
| 336 | + "doc": "If provided begin date is VALID, a long indicating the beginning year." |
337 | 337 | }, |
338 | 338 | { |
339 | 339 | "name": "beginDayOfYear", |
|
342 | 342 | "int" |
343 | 343 | ], |
344 | 344 | "default": null, |
345 | | - "doc": "If possible, an integer indicating the day of year for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 345 | + "doc": "If provided begin date is VALID, an integer indicating the day of year for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
346 | 346 | }, |
347 | 347 | { |
348 | 348 | "name": "beginDayOfMonth", |
|
351 | 351 | "int" |
352 | 352 | ], |
353 | 353 | "default": null, |
354 | | - "doc": "If possible, an integer indicating the day of month for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 354 | + "doc": "If provided begin date is VALID, an integer indicating the day of month for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
355 | 355 | }, |
356 | 356 | { |
357 | 357 | "name": "beginMonth", |
|
360 | 360 | "int" |
361 | 361 | ], |
362 | 362 | "default": null, |
363 | | - "doc": "If possible, an integer indicating the month for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 363 | + "doc": "If provided begin date is VALID, an integer indicating the month for the beginning value. This may be populated by extrapolating into a DateTime. See beginPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
364 | 364 | }, |
365 | 365 | { |
366 | 366 | "name": "endDescriptor", |
|
369 | 369 | "ValidDescriptor" |
370 | 370 | ], |
371 | 371 | "default": null, |
372 | | - "doc": "Describes the state of the temporal bounding's end, e.g. valid, invalid, undefined" |
| 372 | + "doc": "Describes the state of the temporal bounding's end, i.e. VALID, INVALID, or UNDEFINED." |
373 | 373 | }, |
374 | 374 | { |
375 | 375 | "name": "endPrecision", |
|
378 | 378 | "string" |
379 | 379 | ], |
380 | 380 | "default": null, |
381 | | - "doc": "The precision of the end of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into" |
| 381 | + "doc": "The precision of the end of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into." |
382 | 382 | }, |
383 | 383 | { |
384 | 384 | "name": "endIndexable", |
|
387 | 387 | "boolean" |
388 | 388 | ], |
389 | 389 | "default": null, |
390 | | - "doc": "Indicates whether or not endUtcDateTimeString can be indexed for searching" |
| 390 | + "doc": "Indicates whether or not endUtcDateTimeString can be indexed into Elasticsearch for searching." |
391 | 391 | }, |
392 | 392 | { |
393 | 393 | "name": "endZoneSpecified", |
|
405 | 405 | "string" |
406 | 406 | ], |
407 | 407 | "default": null, |
408 | | - "doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed end value" |
| 408 | + "doc": "If provided end date is VALID, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed end value." |
409 | 409 | }, |
410 | 410 | { |
411 | 411 | "name": "endYear", |
|
414 | 414 | "long" |
415 | 415 | ], |
416 | 416 | "default": null, |
417 | | - "doc": "If possible, an long indicating the end year" |
| 417 | + "doc": "If provided end date is VALID, an long indicating the end year." |
418 | 418 | }, |
419 | 419 | { |
420 | 420 | "name": "endDayOfYear", |
|
423 | 423 | "int" |
424 | 424 | ], |
425 | 425 | "default": null, |
426 | | - "doc": "If possible, an integer indicating the day of year for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 426 | + "doc": "If provided end date is VALID, an integer indicating the day of year for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
427 | 427 | }, |
428 | 428 | { |
429 | 429 | "name": "endDayOfMonth", |
|
432 | 432 | "int" |
433 | 433 | ], |
434 | 434 | "default": null, |
435 | | - "doc": "If possible, an integer indicating the day of month for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 435 | + "doc": "If provided end date is VALID, an integer indicating the day of month for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
436 | 436 | }, |
437 | 437 | { |
438 | 438 | "name": "endMonth", |
|
441 | 441 | "int" |
442 | 442 | ], |
443 | 443 | "default": null, |
444 | | - "doc": "If possible, an integer indicating the month for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 444 | + "doc": "If provided end date is VALID, an integer indicating the month for the end value. This may be populated by extrapolating into a DateTime. See endPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
445 | 445 | }, |
446 | 446 | { |
447 | 447 | "name": "instantDescriptor", |
|
450 | 450 | "ValidDescriptor" |
451 | 451 | ], |
452 | 452 | "default": null, |
453 | | - "doc": "Describes the state of the temporal bounding's instant, e.g. valid, invalid, undefined" |
| 453 | + "doc": "Describes the state of the temporal bounding's instant, i.e. VALID, INVALID, or UNDEFINED." |
454 | 454 | }, |
455 | 455 | { |
456 | 456 | "name": "instantPrecision", |
|
459 | 459 | "string" |
460 | 460 | ], |
461 | 461 | "default": null, |
462 | | - "doc": "The precision of the instant of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into" |
| 462 | + "doc": "The precision of the instant of the analyzed bounding, e.g. 'Years', 'Seconds', etc. See java.time.temporal.ChronoUnit. Note that this may sometimes not exactly match the input data, since it reflects the Java class the date is able to be parsed into." |
463 | 463 | }, |
464 | 464 | { |
465 | 465 | "name": "instantIndexable", |
|
468 | 468 | "boolean" |
469 | 469 | ], |
470 | 470 | "default": null, |
471 | | - "doc": "Indicates whether or not instantUtcDateTimeString can be indexed for searching" |
| 471 | + "doc": "Indicates whether or not instantUtcDateTimeString/instantEndUtcDateTimeString can be indexed into Elasticsearch for searching." |
472 | 472 | }, |
473 | 473 | { |
474 | 474 | "name": "instantZoneSpecified", |
|
486 | 486 | "string" |
487 | 487 | ], |
488 | 488 | "default": null, |
489 | | - "doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed instant value" |
| 489 | + "doc": "If provided instant is VALID, a full ISO-8601 formatted date time string in the UTC time zone for the analyzed instant value." |
490 | 490 | }, |
491 | 491 | { |
492 | 492 | "name": "instantEndUtcDateTimeString", |
|
495 | 495 | "string" |
496 | 496 | ], |
497 | 497 | "default": null, |
498 | | - "doc": "If possible, a full ISO-8601 formatted date time string in the UTC time zone for the end analyzed instant value. The actual or assumed end date time based on precision of original data" |
| 498 | + "doc": "If provided instant is VALID, a full ISO-8601 formatted date time string in the UTC time zone for the end analyzed instant value. The actual or assumed end date time based on precision of original data." |
499 | 499 | }, |
500 | 500 | { |
501 | 501 | "name": "instantYear", |
|
504 | 504 | "long" |
505 | 505 | ], |
506 | 506 | "default": null, |
507 | | - "doc": "If possible, an long indicating the instant year" |
| 507 | + "doc": "If provided instant is VALID, an long indicating the instant year." |
508 | 508 | }, |
509 | 509 | { |
510 | 510 | "name": "instantDayOfYear", |
|
513 | 513 | "int" |
514 | 514 | ], |
515 | 515 | "default": null, |
516 | | - "doc": "If possible, an integer indicating the day of year for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 516 | + "doc": "If provided instant is VALID, an integer indicating the day of year for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
517 | 517 | }, |
518 | 518 | { |
519 | 519 | "name": "instantEndDayOfYear", |
|
522 | 522 | "int" |
523 | 523 | ], |
524 | 524 | "default": null, |
525 | | - "doc": "An integer indicating the actual or assumed day of year the instant ends depending on the precision of the original content, e.g. the last day of a month or year." |
| 525 | + "doc": "If provided instant is VALID, an integer indicating the actual or assumed day of year the instant ends depending on the precision of the original content, e.g. the last day of a month or year." |
526 | 526 | }, |
527 | 527 | { |
528 | 528 | "name": "instantDayOfMonth", |
|
531 | 531 | "int" |
532 | 532 | ], |
533 | 533 | "default": null, |
534 | | - "doc": "If possible, an integer indicating the day of month for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 534 | + "doc": "If provided instant is VALID, an integer indicating the day of month for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
535 | 535 | }, |
536 | 536 | { |
537 | 537 | "name": "instantEndDayOfMonth", |
|
540 | 540 | "int" |
541 | 541 | ], |
542 | 542 | "default": null, |
543 | | - "doc": "An integer indicating the actual or assumed day of month the instant ends depending on precision, e.g. the last day of a month or year" |
| 543 | + "doc": "If provided instant is VALID, an integer indicating the actual or assumed day of month the instant ends depending on precision, e.g. the last day of a month or year." |
544 | 544 | }, |
545 | 545 | { |
546 | 546 | "name": "instantMonth", |
|
549 | 549 | "int" |
550 | 550 | ], |
551 | 551 | "default": null, |
552 | | - "doc": "If possible, an integer indicating the month for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format" |
| 552 | + "doc": "If provided instant is VALID, an integer indicating the month for the instant value. This may be populated by extrapolating into a DateTime. See instantPrecision for the best indicator of if this value is extrapolated or provided in the original date format." |
553 | 553 | }, |
554 | 554 | { |
555 | 555 | "name": "instantEndMonth", |
|
558 | 558 | "int" |
559 | 559 | ], |
560 | 560 | "default": null, |
561 | | - "doc": "If instantPrecision does not include day, an integer indicating the assumed month the instant ends, e.g. the last month of the year" |
| 561 | + "doc": "If provided instant is VALID and instantPrecision does not include day, an integer indicating the assumed month the instant ends, e.g. the last month of the year." |
562 | 562 | }, |
563 | 563 | { |
564 | 564 | "name": "rangeDescriptor", |
|
0 commit comments