Skip to content

Query Allocation Logging & Parser Field Auto-population

Latest

Choose a tag to compare

@JCRPaquin JCRPaquin released this 15 Jun 03:22
ae72e47

What's Changed

  • Report query memory allocation in response body by @JCRPaquin in #260
    • This change helps us determine the total resource cost of each query and will eventually be integrated into other service reliability work.
  • Auto-populate Int/Float fields by @JCRPaquin in #257
    • By auto-populating fields in the parser we avoid potentially forgetting changes the solrconfig.xml when adding new schema fields. This change helps us automatically meet user expectations around new fields.

Full Changelog: v96.5.1...v96.5.2