Releases: Yelp/nrtsearch
Releases · Yelp/nrtsearch
v0.25.0
v0.24.1
v0.24.0
v0.23.0
Commits
- 45e2874: Autogenerated JaCoCo coverage badge (github_actions)
- d52401c: Make char filters plugin extendable and add mappingV2 filter (#561) (Andrew Prudhomme) #561
- 99cc82a: Enable global bucket access (#562) (Sarthak Nandi) #562
- d6a8084: custom highlighter params (#563) (waziqi89) #563
- bbc83f3: Change default s3 max retries to 20 (#566) (Andrew Prudhomme) #566
- 76e3c54: Upgrade commons-compress to 1.21 (#568) (swekannan) #568
- 84780b7: Bump version to 0.22.2 (#569) (swekannan) #569
- 7c94b2a: Add CROSS_FIELDS type to multi match (#570) (Andrew Prudhomme) #570
- 8656a92: Autogenerated JaCoCo coverage badge (github_actions)
- 9434394: Add max collector (#571) (Andrew Prudhomme) #571
- 91ee71a: tophits explain (#572) (waziqi89) #572
- e750b96: Add bucket ordering specification for terms collector (#574) (Andrew Prudhomme) #574
- b16a202: Autogenerated JaCoCo coverage badge (github_actions)
- 7372b57: Bump to v0.23.0 (#575) (Andrew Prudhomme) #575
v0.22.0
Commits
- 6fb7765: Set max num fragments 0 instead of Integer.MAX_VALUE for per field setting (#556) (Sarthak Nandi) #556
- c90bd85: fix a bug from fetching top N fields from fhv (#555) (waziqi89) #555
- 333d150: Autogenerated JaCoCo coverage badge (github_actions)
- 6212a2c: resolve the confusion in setting fragment_size = MaxInt (#557) (waziqi89) #557
- 072d884: Add config option for max s3 client retries (#559) (Andrew Prudhomme) #559
- 9cdba7a: Autogenerated JaCoCo coverage badge (github_actions)
- a86516e: add explain support to search query (#558) (Tao Yu) #558
- b0a198b: bump version (#560) (waziqi89) #560
v0.21.0
Commits
- d348bc4: Highlighter bug fixing (#551) (waziqi89) #551
- 46dc455: Autogenerated JaCoCo coverage badge (github_actions)
- 77209c7: Add constant score query support (#553) (Andrew Prudhomme) #553
- e3a1624: Autogenerated JaCoCo coverage badge (github_actions)
- 7e09969: Bump to v0.21.0 (#554) (Andrew Prudhomme) #554
v0.20.0
Commits
- 4d3746c: Add readthedocs documentation link and badge to readme (#537) (Jedrzej Blaszyk) #537
- eb7f40b: Always include fields entry in index state json (#540) (Andrew Prudhomme) #540
- 715e852: Autogenerated JaCoCo coverage badge (github_actions)
- 070e53c: Throw proper error if index does not exist when adding documents (#539) (Sarthak Nandi) #539
- 4537520: Autogenerated JaCoCo coverage badge (github_actions)
- a630558: Extract code for s3 download from ArchiverImpl (#541) (Sarthak Nandi) #541
- 46266ae: Remove unneeded initial point wait from tests (#542) (Andrew Prudhomme) #542
- d45dbd5: Add a simple example repo of an nrtsearch plugin (#543) (Sarthak Nandi) #543
- 3886794: Added a JUnit rule for testing with S3 and replaced most direct usages of S3Mock (#545) (Sarthak Nandi) #545
- c731581: Added a cli command to get all index names in nrtsearch (#547) (Sarthak Nandi) #547
- e64056b: Add highlight plugin service (#544) (waziqi89) #544
v0.19.0
Commits
- c09c2b3: Clean up legacy state code (#514) (Andrew Prudhomme) #514
- 1d56151: Autogenerated JaCoCo coverage badge (github_actions)
- e0aac89: Enable decInitialCommit by default (#532) (Mohammad Mohtasham) #532
- d80cc47: Add ngram and simplepattern tokenizers to docs (#534) (Sarthak Nandi) #534
- 7525750: Add missing Lucene tokenizers in analysis.proto (#535) (Jedrzej Blaszyk) #535
- cd72de1: Fix wildcard retrieval (#536) (Sarthak Nandi) #536
- ddaf531: Autogenerated JaCoCo coverage badge (github_actions)
- b3ae178: RP-6869: Add option to filter incompatible segment readers during refresh (#533) (Andrew Prudhomme) #533
- fe94e9f: Add filter collector (#531) (Andrew Prudhomme) #531
- 9783556: Autogenerated JaCoCo coverage badge (github_actions)
- bebfd87: Bump to v0.19.0 (#538) (Andrew Prudhomme) #538
v0.18.0
Commits
- b85483b: Autogenerated JaCoCo coverage badge (github_actions)
- 89b0739: Fix adding analyzed fields after index is started (#506) (Andrew Prudhomme) #506
- c58e67e: Fix adding fields with similarity after index is started (#508) (Andrew Prudhomme) #508
- bea0656: Autogenerated JaCoCo coverage badge (github_actions)
- 0337c35: Start indices after replication server (#515) (Andrew Prudhomme) #515
- 1d75162: Autogenerated JaCoCo coverage badge (github_actions)
- db01595: Delete Replica unused last commit files (#517) (Tao Yu) #517
- dc4f57f: Autogenerated JaCoCo coverage badge (github_actions)
- 5471423: invalidate empty index name and add unit test (#519) (xinyiyelp) #519
- c967685: Autogenerated JaCoCo coverage badge (github_actions)
- b8780c8: Completion more efficient ContextQuery building, off heap FST option (#522) (Andrew Prudhomme) #522
- 6cf2bb7: Autogenerated JaCoCo coverage badge (github_actions)
- dbc3580: Add MultiFunctionScoreQuery (#520) (Andrew Prudhomme) #520
- 192ad69: Autogenerated JaCoCo coverage badge (github_actions)
- 73143ff: support wildcard query (#521) (xinyiyelp) #521
- ad56718: Autogenerated JaCoCo coverage badge (github_actions)
- 365befa: Priority queue improvements for suggest search (#523) (Andrew Prudhomme) #523
- 829ad04: Autogenerated JaCoCo coverage badge (github_actions)
- cb25af8: Call weight.getQuery().toString() once per query instead of once per leaf (#524) (Sarthak Nandi) #524
- 1724ef3: Autogenerated JaCoCo coverage badge (github_actions)
- 5fbed65: Add MatchPhrasePrefixQuery and multi match support (#525) (Andrew Prudhomme) #525
- dfdcd0d: Autogenerated JaCoCo coverage badge (github_actions)
- e69952d: Improve adding multiple contexts to MyContextQuery (#527) (Andrew Prudhomme) #527
- 006939e: Autogenerated JaCoCo coverage badge (github_actions)
- b2f03a4: Add PrefixQuery (#526) (Andrew Prudhomme) #526
- 2d25954: Autogenerated JaCoCo coverage badge (github_actions)
- 2229582: Adding documentation for server configuration (#472) (Samir Desai) #472
- 07eb13b: Autogenerated JaCoCo coverage badge (github_actions)
- 02cb29c: Added local rst documentation generation using gradle plugin + some documentation (#528) (Sarthak Nandi) #528
- 4378696: Autogenerated JaCoCo coverage badge (github_actions)
- 3aec2d0: Set SearchState in SearchResponse (#529) (Andrew Prudhomme) #529
- 1616680: Allow starting with settings during create, add StartIndexV2 (#490) (Andrew Prudhomme) #490
- c933538: Autogenerated JaCoCo coverage badge (github_actions)
- d7da184: Add test to repro behavior when primary restarts with remote backend (#518) (Andrew Prudhomme) #518
- 52c881e: Autogenerated JaCoCo coverage badge (github_actions)
- 7b4949a: Bump to v0.18.0 (#530) (Andrew Prudhomme) #530
v0.17.0
Commits
- 12cda9b: Tests to show match and term query behavior based on tokenization (#500) (Sarthak Nandi) #500
- 44138b6: change the max message size in grpc gateway to 100M (#501) (waziqi89) #501
- 998a6b0: Add support for multiValued CONTEXT_SUGGEST field (#499) (Dimitar Mirchev) #499
- f1bf079: Add retry policy to nrtsearch util s3 client (#502) (Tao Yu) #502
- cff07bf: Increased max retry police to s3 (#503) (Luana Fragoso) #503
- 487cadf: Added option to specify field_match in highlight settings and fixed bug to only return a single fragment when max_num_fragments = 0 (#504) (Sarthak Nandi) #504
- 2ae284a: Clean up some of the logging related code in NRTPrimaryNode (#505) (Sarthak Nandi) #505
- d18c149: Log exceptions from copy jobs (#509) (Andrew Prudhomme) #509
- e7a05dd: Merge precopy improvements (#507) (Sarthak Nandi) #507
- Return SuggestScoreDoc's key for CompletionQuery (#510) #510 (Dimitar Mirchev)
- ec6dedc: Make deadline for merge precopy configurable and limit merge precopy duration (#511) (Sarthak Nandi) #511
- 245458b: Let plugins register additional token filters (#512) (Andrew Prudhomme) #512
- 1f5c016: Bump to v0.17.0 (#513) (Andrew Prudhomme) #513