Skip to content

v2.3.0

Compare
Choose a tag to compare
@abhinavdangeti abhinavdangeti released this 16 Dec 23:49
· 194 commits to master since this release
03c6595
Enhancements
  • Upgrade to golang.org/x/text to v0.3.7 (#1645)
  • Optimize FacetsBuilder's UpdateVisitor - for some significant performance gains (#1405) (changes API)
  • Optimize TermFacets - for significant performance gains (#1404) (changes API)
  • Introduce support for a new document field type: IP that supports range queries (#1546)
Bug Fixes
  • Fix breakage in highlighting when using the HTML character filter (#1641)
  • Fix issue in parsing query strings over numeric data with boost settings (#1639)
  • Address seg faults seen within zap; zap versions upgrade (blevesearch/zapx#95, blevesearch/zapx#96)
  • Fix out-of-bounds issue while highlighting without term locations (#1590)