Skip to content

`has` field and `_nosyn` bug fix

Compare
Choose a tag to compare
@JCRPaquin JCRPaquin released this 02 Nov 06:37
· 4 commits to master since this release
def9cd7

This release includes 2 changes:

  1. The schema now includes the has field: a pre-computed field that indicates whether a subset of Solr fields are populated for a given entry.
  2. There was a user report where an exact query was expanding acronyms. We've disabled acronym expansion for _nosyn fields (i.e. the fields exact queries are actually run on) which should resolve this issue.