|
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" |
| 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 the beginning can be indexed for searching" |
| 309 | + "doc": "Indicates whether or not beginUtcDateTimeString can be indexed for searching" |
310 | 310 | }, |
311 | 311 | { |
312 | 312 | "name": "beginZoneSpecified", |
|
342 | 342 | "int" |
343 | 343 | ], |
344 | 344 | "default": null, |
345 | | - "doc": "If possible, an integer indicating the day of year for the beginning value" |
| 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" |
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" |
| 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" |
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" |
| 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" |
364 | 364 | }, |
365 | 365 | { |
366 | 366 | "name": "endDescriptor", |
|
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" |
| 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 the ending can be indexed for searching" |
| 390 | + "doc": "Indicates whether or not endUtcDateTimeString can be indexed for searching" |
391 | 391 | }, |
392 | 392 | { |
393 | 393 | "name": "endZoneSpecified", |
|
423 | 423 | "int" |
424 | 424 | ], |
425 | 425 | "default": null, |
426 | | - "doc": "If possible, an integer indicating the day of year for the end value" |
| 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" |
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" |
| 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" |
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" |
| 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" |
445 | 445 | }, |
446 | 446 | { |
447 | 447 | "name": "instantDescriptor", |
|
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" |
| 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 the instant can be indexed for searching" |
| 471 | + "doc": "Indicates whether or not instantUtcDateTimeString can be indexed for searching" |
472 | 472 | }, |
473 | 473 | { |
474 | 474 | "name": "instantZoneSpecified", |
|
504 | 504 | "int" |
505 | 505 | ], |
506 | 506 | "default": null, |
507 | | - "doc": "If possible, an integer indicating the day of year for the instant value" |
| 507 | + "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" |
| 508 | + }, |
| 509 | + { |
| 510 | + "name": "instantEndDayOfYear", |
| 511 | + "type": [ |
| 512 | + "null", |
| 513 | + "int" |
| 514 | + ], |
| 515 | + "default": null, |
| 516 | + "doc": "If instantPrecision does not include day, an integer indicating the assumed day of year the instant ends, e.g. the last day of a month or year" |
508 | 517 | }, |
509 | 518 | { |
510 | 519 | "name": "instantDayOfMonth", |
|
513 | 522 | "int" |
514 | 523 | ], |
515 | 524 | "default": null, |
516 | | - "doc": "If possible, an integer indicating the day of month for the instant value" |
| 525 | + "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" |
| 526 | + }, |
| 527 | + { |
| 528 | + "name": "instantEndDayOfMonth", |
| 529 | + "type": [ |
| 530 | + "null", |
| 531 | + "int" |
| 532 | + ], |
| 533 | + "default": null, |
| 534 | + "doc": "If instantPrecision does not include day, an integer indicating the assumed day of month the instant ends, e.g. the last day of a month or year" |
517 | 535 | }, |
518 | 536 | { |
519 | 537 | "name": "instantMonth", |
|
522 | 540 | "int" |
523 | 541 | ], |
524 | 542 | "default": null, |
525 | | - "doc": "If possible, an integer indicating the month for the instant value" |
| 543 | + "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" |
| 544 | + }, |
| 545 | + { |
| 546 | + "name": "instantEndMonth", |
| 547 | + "type": [ |
| 548 | + "null", |
| 549 | + "int" |
| 550 | + ], |
| 551 | + "default": null, |
| 552 | + "doc": "If instantPrecision does not include day, an integer indicating the assumed month the instant ends, e.g. the last month of the year" |
526 | 553 | }, |
527 | 554 | { |
528 | 555 | "name": "rangeDescriptor", |
|
0 commit comments