Skip to content

Releases: Yelp/nrtsearch

v0.42.1

17 Jan 19:16
fa307ee
Compare
Choose a tag to compare

What's Changed

  • fvh adaptor to highlight the top boost phrase only by @waziqi89 in #799

Full Changelog: v0.42.0...v0.42.1

v1.0.0-beta.2

15 Jan 21:10
6c98c5d
Compare
Choose a tag to compare

Commits

  • d8612ea: Updated nrtsearch version to 1.0.0-SNAPSHOT (#584) (Mohammad Mohtasham) #584
  • 8a0b042: Initial upgrade to lucene v9.7.0 (#585) (Andrew Prudhomme) #585
  • a0edff4: Autogenerated JaCoCo coverage badge (github_actions)
  • ff6137f: Add support for vector search (#586) (Andrew Prudhomme) #586
  • 6f971c3: Add extra diagnostics for vector search (#591) (Andrew Prudhomme) #591
  • 7d779a7: Autogenerated JaCoCo coverage badge (github_actions)
  • 612a8e6: Handle multi value vector fields in Nrtsearch (#594) (Mohammad Mohtasham) #594
  • f88cd85: Fix NPE loading vector with no data from index (#595) (Andrew Prudhomme) #595
  • 2732700: Autogenerated JaCoCo coverage badge (github_actions)
  • 235e2b2: Add stat metrics collector (#597) (Andrew Prudhomme) #597
  • c5270cf: Update gradle and plugin versions, java 14->17 (#600) (Andrew Prudhomme) #600
  • 7278ad8: Fix issue with large user/group ids with tar (#601) (Andrew Prudhomme) #601
  • d8d664b: Revert "Handle multi value vector fields in Nrtsearch (#594)" (#603) (Mohammad Mohtasham) #603
  • f5ebb20: Sync master changes to 1.0.0-SNAPSHOT (#604) (Andrew Prudhomme) #604
  • 26bbde0: Autogenerated JaCoCo coverage badge (github_actions)
  • 3027a0c: Deprecate tokenize parameter in field definition (#602) (Andrew Prudhomme) #602
  • 83ee570: Fix default IndexOptions for text based fields (#606) (Andrew Prudhomme) #606
  • 8b0e255: Remove legacy Archiver and backup api (#605) (Andrew Prudhomme) #605
  • ba8df4e: Autogenerated JaCoCo coverage badge (github_actions)
  • 1bcfa73: Merge master to 1.0.0-SNAPSHOT (#623) (Sarthak Nandi) #623
  • 7844a97: Autogenerated JaCoCo coverage badge (github_actions)
  • 4159cb5: Lucene 9.8 (#624) (Sarthak Nandi) #624
  • 353f6bc: Lucene 9.9 upgrade (#625) (Sarthak Nandi) #625
  • 1c534fe: Lucene 9.10 upgrade (#626) (Sarthak Nandi) #626
  • ba4ab9c: Make client:sourcesJar depend on generateProto task (#630) (Sarthak Nandi) #630
  • 86ce4b7: enable defaultAwsCredentialChain when botoCfgPath is neglected (#645) (waziqi89) #645
  • c4c7850: Merge branch 'master' into sync_master (Andrew Prudhomme) #653
  • 5731c27: Fix example-plugin test (Andrew Prudhomme) #653
  • a64ddcb: Resolve conflict (Andrew Prudhomme) #653
  • f9b45a3: Merge branch 'sync_master' into 1.0.0-SNAPSHOT (Andrew Prudhomme) #653
  • c5f529f: Autogenerated JaCoCo coverage badge (github_actions)
  • 0e33552: Update clientlib to use java 11 (#665) (Sarthak Nandi) #665
  • 4352196: Different threadpool for metrics endpoint (#674) (Sarthak Nandi) #674
  • 1b7c944: Update lucene to v9.11.1 (#675) (Andrew Prudhomme) #675
  • f1b522d: Autogenerated JaCoCo coverage badge (github_actions)
  • efe5bb0: Merge remote-tracking branch 'refs/remotes/origin/master' into sarthakn_update_master (Sarthak Nandi) #676
  • 9109401: Corrected imports (Sarthak Nandi) #676
  • 7b3b945: Regenerate grpc-gateway (Sarthak Nandi) #676
  • 2f7f2f4: Autogenerated JaCoCo coverage badge (github_actions)
  • 225d711: Merge remote-tracking branch 'refs/remotes/origin/sarthakn_update_master' into 1.0.0-SNAPSHOT (Sarthak Nandi) #676
  • 82db5b7: Deprecate sort and group options and clean up docvalue typing for TEXT and ATOM fields (#677) (Sarthak Nandi) #677
  • 0e6d887: Remove LargeNumHitsCollector (#678) (Sarthak Nandi) #678
  • a7718c1: Make sorted the default docvalue type for atom fields (#679) (Sarthak Nandi) #679
  • 35970d0: Increase vector size limit to 4096 (#680) (Sarthak Nandi) #680
  • 760b4f2: Add support for byte vector search and max inner product similarity (#681) (Andrew Prudhomme) #681
  • 7b90a65: Autogenerated JaCoCo coverage badge (github_actions)
  • 63148ae: Expose intra-merge parallelism for vectors (#682) (Andrew Prudhomme) #682
  • 9a2c8a8: Autogenerated JaCoCo coverage badge (github_actions)
  • fdd67ff: Add support of quantized vector search (#683) (Andrew Prudhomme) #683
  • 6f7b9fc: Rework interface for processing stored field values (#684) (Andrew Prudhomme) #684
  • 71e9cbd: Improve field interface for providing codec formats (#685) (Andrew Prudhomme) #685
  • a9974e5: Autogenerated JaCoCo coverage badge (github_actions)
  • 0e1541e: Use primitive types for doc value loading (#687) (Andrew Prudhomme) #687
  • e5790f3: Add test for compatibility when adding nested fields (#689) (Andrew Prudhomme) #689
  • 94e6686: Autogenerated JaCoCo coverage badge (github_actions)
  • a96de81: Add position increment gap option for TEXT fields (#690) (Andrew Prudhomme) #690
  • f79dc0a: Isolate nrt_utils incremental commands from core (#694) (Andrew Prudhomme) #694
  • a7f3dee: Update dependencies (#693) (Sarthak Nandi) #693
  • 10c0c53: Autogenerated JaCoCo coverage badge (github_actions)
  • a996905: Use yyyyMMddHHmmssSSS formatted datetime instead of UUID for index id (#696) (Sarthak Nandi) #696
  • cc78438: Update grpc version to 1.66 and protobuf to 3.25.3 (#698) (Sarthak Nandi) #698
  • fce284b: Merge branch 'master' into sarthakn_merge_master (Sarthak Nandi) #700
  • ad0b39b: Autogenerated JaCoCo coverage badge (github_actions)
  • 52e3db7: Merge branch 'master' into sarthakn_merge_master (Sarthak Nandi) #704
  • f3706e0: Corrected proto bug field number (Sarthak Nandi) #704
  • 16f056b: Update grpc-gateway (Sarthak Nandi) #704
  • df91443: Bump grpc and protobuf versions in example-plugin (Sarthak Nandi) #704
  • 3770f8f: Use nrt point for commit (#701) (Andrew Prudhomme) #701
  • 9194167: Autogenerated JaCoCo coverage badge (github_actions)
  • 17f4b65: Merge branch 'master' into merge_master (Andrew Prudhomme) #707
  • f8c7585: Merge branch 'merge_master' into 1.0.0-SNAPSHOT (Andrew Prudhomme) #707
  • 702549d: Update S3 structure for index/global state and warming queries (#705) (Andrew Prudhomme) #705
  • 14caa96: Add float vector script param (#709) (Andrew Prudhomme) #709
  • 2289b79: Autogenerated JaCoCo coverage badge (github_actions)
  • 780846c: Bump nrtsearch version to 1.0.0-alpha1 (#708) (Sarthak Nandi) #708
  • df81b1e: Switch github workflows to use main and v0.x branches (#711) (Sarthak Nandi) #711
  • 65509c9: Add updated versions of nrt_utils snapshot/restore commands (#713) (Andrew Prudhomme) #713
  • ab103d0: Remove use of deprecated field highlight parameter (#719) (Andrew Prudhomme) #719
  • f5f6323: Remove the jacoco badge commit and push step (#721) (Sarthak Nandi) #721
  • ec67552: Add rpc method to get cluster global state (#720) (Andrew Prudhomme) #720
  • bf00a84: Remove all references to Archiver (#718) (Andrew Prudhomme) #718
  • 06342da: Remove legacy suggester code (#722) (Andrew Prudhomme) #722
  • bfef1e4: Cleanup and remove some old config options (#723) (Andrew Prudhomme) #723
  • 50e4766: Return proper exit code for lucene-client commands (#724) (Sarthak Nandi) #724
  • b384268: Move cli classes out of the server package (#725) (Sarthak Nandi) #725
  • 7604cc2: Restructure locations of yelp reviews test and util classes (#727) (Andrew Prudhomme) #727
  • ad540a8: Add nrt_utils co...
Read more

v0.40.0

30 Aug 22:03
9002679
Compare
Choose a tag to compare

Commits

v0.39.0

30 Aug 22:01
0a38653
Compare
Choose a tag to compare

Commits

  • a1b6066: Bump up Nrtsearch version (#659) (Mohammad Mohtasham) #659
  • 2e0025b: Add index id verification option for replication requests (#661) (Andrew Prudhomme) #661
  • 0f9cd19: Autogenerated JaCoCo coverage badge (github_actions) #676
  • f0c3aca: Verify index id for replication by default (#664) (Andrew Prudhomme) #664
  • 9ffeb9d: Add span near query support to Nrtsearch (#662) (Mohammad Mohtasham) #662
  • 8b57854: Use more strict string check for metadata name matching (#668) (Andrew Prudhomme) #668
  • 365332d: Created SpanMultiTermQueryWrapper queries (#667) (Mohammad Mohtasham) #667
  • 202743e: support strict_date_optional_time (#663) (waziqi89) #663
  • d7e576e: upgrade grpc-gateway to v2 (#670) (waziqi89) #670
  • 64e6043: Revert "upgrade grpc-gateway to v2 (#670)" (#671) (waziqi89) #671
  • 28cd437: Remove optional from proto definitions (#669) (Mohammad Mohtasham) #669
  • 3b36607: upgrade grpc-gateway to support protobuf3 (#672) (waziqi89) #672
  • 2070105: Reorder testing in github workflow (#688) (Andrew Prudhomme) #688
  • 08246b7: Autogenerated JaCoCo coverage badge (github_actions) #700
  • 5a5a82f: Add option to enable keepAlive for replication server (#686) (Sarthak Nandi) #686
  • ef18628: Add auto fuziness object to FuzzyQuery from FuzzyParams (#692) (Mohammad Mohtasham) #692
  • 67f2893: Support HitsLoggerPlugin (#695) (Luana Fragoso) #695
  • 0a38653: Bump up nrtsearch version to v0.39.0 (#697) (Luana Fragoso) #697

v0.38.0

07 Jun 00:46
Compare
Choose a tag to compare

Commits

  • 58b2974: Refactor DocLookup to use field def lookup (#656) (Mohammad Mohtasham) #656
  • 02e5308: Bump up Nrtsearch version (Mohammad Mohtasham) #659

v0.37.0

31 May 00:22
a344f80
Compare
Choose a tag to compare

Commits

  • f18b68a: Add metric for total acked copy data transfered (#654) (Andrew Prudhomme) #654
  • 1f0071e: Create runtime fields (#622) (Mohammad Mohtasham) #622
  • 87b1aa0: Autogenerated JaCoCo coverage badge (github_actions)
  • 231045e: Add ProportionalCopyThread (#655) (Andrew Prudhomme) #655
  • 7f900df: Autogenerated JaCoCo coverage badge (github_actions)
  • c9d24f4: Update build to java 21 (#657) (Andrew Prudhomme) #657
  • 451867e: Autogenerated JaCoCo coverage badge (github_actions)
  • a344f80: Bump to v0.37.0 (#658) (Andrew Prudhomme) #658

v0.36.0

30 Apr 22:30
d7fef3d
Compare
Choose a tag to compare

Commits

  • 65943db: Autogenerated JaCoCo coverage badge (github_actions)
  • 8423e65: Use direct executor for DrillSideways tasks (#651) (Andrew Prudhomme) #651
  • 4db9205: Autogenerated JaCoCo coverage badge (github_actions)
  • e13280a: Add AUTO fuzziness option for match queries (#650) (swethakann) #650
  • d7fef3d: Bump to v0.36.0 (#652) (swethakann) #652

v0.35.0

29 Apr 19:01
16c7a20
Compare
Choose a tag to compare

Commits

v0.34.0

12 Apr 19:58
732d655
Compare
Choose a tag to compare

Commits

v0.33.0

04 Apr 22:19
Compare
Choose a tag to compare

Commits

  • 915da1a: enable defaultAwsCredentialChain when botoCfgPath is neglected (#627) (waziqi89) #627
  • 12d836e: Add decay function support for MultiFunctionScoreQuery (#641) (swethakann) #641
  • e1ae269: Autogenerated JaCoCo coverage badge (github_actions)
  • 405cc56: Bump to v0.33.0 (swethakann) #643