Skip to content

v3.0.1

Compare
Choose a tag to compare
@joeferner joeferner released this 08 Nov 12:07
· 422 commits to master since this release
  • Changed: Find Path to not return a path that contains one or more vertices that is can't be retrieved because of visibility restrictions
  • Changed: Reduced DefaultIndexSelectionStrategy cache load time from 1hr to 5min
  • Added: Added a hasId method to the Query class to allow searches to be filtered by element ID.
  • Fix: Extended data element type value for edges
  • Changed: Field removal from Elasticsearch documents is now queued as a future instead of immediate
  • Fix: Marking vertices/edges as hidden will now update the document in the search index as well as the data store
  • Fix: Fixed an infinite looping problem in the PagingIterable that may have resulted from a malformed ES document
  • Fix: Elasticsearch5SearchIndex.removeFieldsFromDocument will not run the removal script in Elasticsearch if there are no properties to remove
  • Fix: Precision and error are now configurable when mapping GeoShape properties. This allows an adjustable trade off between index performance and false positive search results.