Commit Graph

  • 17f4d01102 fix Adrien Grand 2024-11-27 19:28:20 +0100
  • 318f1e17e5 Fix test Adrien Grand 2024-11-27 19:19:07 +0100
  • 1e681a2c53 CHANGES Adrien Grand 2024-11-27 19:05:16 +0100
  • c315fa0304 Make inlining decisions a bit more predictable in our main queries. Adrien Grand 2024-11-27 18:47:17 +0100
  • 1d0539decb Optimize DFS while marking connected components Viswanath Kuchibhotla 2024-11-27 22:35:50 +0530
  • 8394b52b3b CHANGES Adrien Grand 2024-11-26 16:16:20 +0100
  • 2bc0f20aab tidy Adrien Grand 2024-11-26 16:15:10 +0100
  • 80903edff6 Merge branch 'main' into filtered_maxscore Adrien Grand 2024-11-26 16:01:53 +0100
  • d9aa525c9e
    Make WANDScorer compute scores on the fly. (#14021) Adrien Grand 2024-11-26 16:00:30 +0100
  • 3178bbc22e short-circuit for case there is no oversample Anh Dung Bui 2024-11-26 15:18:03 +0900
  • 0ae6dbbfe9
    Replace "computeScore" with "scoreIsCached" Michael Froh 2024-11-25 12:04:37 -0800
  • d71d418592
    Merge branch 'main' into wand_compute_scores_on_the_fly Adrien Grand 2024-11-25 16:43:00 +0100
  • 71715b59e8 Improve checksum calculations (#13989) Jean-François BOEUF 2024-11-25 15:59:15 +0100
  • 534f815927
    Improve checksum calculations (#13989) Jean-François BOEUF 2024-11-25 15:59:15 +0100
  • ad228936fe CHANGES Adrien Grand 2024-11-25 15:51:03 +0100
  • d9c3bc875b Stop using `SlowImpactsEnum` for terms whose `docFreq` is less than 128. (#14017) Adrien Grand 2024-11-25 15:48:27 +0100
  • b12404b09b Make CombinedFieldQuery eligible for WAND/MAXSCORE. (#13999) Adrien Grand 2024-11-22 18:18:51 +0100
  • 7d5ea247f9 Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14003) Adrien Grand 2024-11-22 18:18:00 +0100
  • a5bf8a58b3
    Stop using `SlowImpactsEnum` for terms whose `docFreq` is less than 128. (#14017) Adrien Grand 2024-11-25 15:48:27 +0100
  • 139f52ff2c Add comment back Adrien Grand 2024-11-25 12:06:26 +0100
  • f524bbb3e8 Make WANDScorer compute scores on the fly. Adrien Grand 2024-11-22 22:31:12 +0100
  • 7d793e5b82 Grammar and typo fixes Viliam Durina 2024-11-25 08:56:00 +0100
  • 1a419e84e8 Fix changelog for GITHUB#14011 Viliam Durina 2024-11-25 09:38:15 +0100
  • 29cc804f53 Better encapsulate locking logic in HnswGraphBuilder Viliam Durina 2024-11-25 09:21:08 +0100
  • 215d451a31 Stop using `SlowImpactsEnum` for terms whose `docFreq` is less than 128. Adrien Grand 2024-11-25 09:26:41 +0100
  • 603bd84a79
    removed dependency on AWS Java SDK v2, added minimal S3 client from davidmoten/aws-lightweight-client-java, cleaned up code and removed logging Alex Bogdanovski 2024-11-23 17:57:52 +0200
  • 4f682ae6af Fix changelog for GITHUB#14008 Stefan Vodita 2024-11-23 12:43:34 +0000
  • d19b8425dd Fix changelog for GITHUB#14008 Stefan Vodita 2024-11-23 12:43:34 +0000
  • 0ceffa961e Taxonomy counts are incorrect due to ordinal sorting (#14008) (#14010) Paul King 2024-11-23 22:03:23 +1000
  • aa040d5230 Taxonomy counts are incorrect due to ordinal sorting (#14008) (#14010) Paul King 2024-11-23 22:03:23 +1000
  • adc1789b3b
    Taxonomy counts are incorrect due to ordinal sorting (#14008) (#14010) Paul King 2024-11-23 22:03:23 +1000
  • 0105847ce9
    Update CHANGES.txt Stefan Vodita 2024-11-23 11:47:26 +0000
  • aafed3e8b2 Improve checksum calculations Jean-François BOEUF 2024-11-11 19:41:17 +0100
  • cbec73e4c3 fix JavaDoc: TopDocs instead of Hits (#14015) Sascha Szott 2024-11-23 00:56:58 +0100
  • ad2773b4ef
    fix JavaDoc: TopDocs instead of Hits (#14015) Sascha Szott 2024-11-23 00:56:58 +0100
  • 32bd5b92b2
    fix JavaDoc: TopDocs instead of Hits Sascha Szott 2024-11-22 23:31:59 +0100
  • 4b2a901e86 Run filtered disjunctions with MaxScoreBulkScorer. Adrien Grand 2024-11-22 17:47:42 +0100
  • 9fb03cfa06
    Simplify logic in ScoreCachingWrappingScorer Michael Froh 2024-11-22 10:18:24 -0800
  • de1feea401
    Make CombinedFieldQuery eligible for WAND/MAXSCORE. (#13999) Adrien Grand 2024-11-22 18:18:51 +0100
  • a29112d663
    Merge branch 'main' into combined_wand Adrien Grand 2024-11-22 18:18:39 +0100
  • 90fee7e13f
    Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14003) Adrien Grand 2024-11-22 18:18:00 +0100
  • a84f88fb8e
    Merge branch 'main' into only_take_leads_into_account_to_compute_block_boundaries2 Adrien Grand 2024-11-22 17:57:30 +0100
  • 518160e483 CHANGES Adrien Grand 2024-11-22 17:53:14 +0100
  • 43d787020f Merge branch 'main' into combined_wand Adrien Grand 2024-11-22 17:52:08 +0100
  • 532d267228
    Reduce allocation rate in HNSW concurrent merge (#14011) Viliam Durina 2024-11-22 17:48:50 +0100
  • 8fdf11f88c Merge branch 'main' into input_isLoaded ChrisHegarty 2024-11-22 12:18:56 +0000
  • 7c5a9deaf9 Introduces IndexInput#updateReadAdvice to change the ReadAdvice while merging vectors (#13985) Tejas Shah 2024-11-22 04:14:49 -0800
  • 46204f6b53
    Introduces IndexInput#updateReadAdvice to change the ReadAdvice while merging vectors (#13985) Tejas Shah 2024-11-22 04:14:49 -0800
  • 18d90e5881 revert ChrisHegarty 2024-11-22 11:40:54 +0000
  • c46018d25e Merge branch 'main' into force-merge-fix ChrisHegarty 2024-11-22 11:38:32 +0000
  • 8f04bb0064 fix asserts ChrisHegarty 2024-11-22 11:26:50 +0000
  • 11bca03270 Reduce allocation rate in HNSW concurrent merge Viliam Durina 2024-11-22 10:45:42 +0100
  • fd7f2d0798 Taxonomy counts are incorrect due to ordinal sorting (#14008) Paul King 2024-11-22 13:41:47 +1000
  • feda6af1a7 Simplify Codec Anh Dung Bui 2024-11-22 10:05:35 +0900
  • 22288e5ab0 Merge branch 'main' into two-phase-vector Anh Dung Bui 2024-11-22 10:03:18 +0900
  • 816b5fa3c3 Update ComplexPhraseQueryParser.java (#14005) Paul King 2024-11-21 16:13:23 +1000
  • 5d1910c1c6 Refactor test case Anh Dung Bui 2024-11-22 09:44:47 +0900
  • 30e377a361 Add null check Anh Dung Bui 2024-11-22 09:28:00 +0900
  • 3ad7140b30 javadoc mikhail-khludnev 2024-11-21 23:49:18 +0300
  • f0b27006d1 sweep mikhail-khludnev 2024-11-21 23:28:10 +0300
  • 8cd3ccf441 Fix doc ord bug & flush writer multiple times Anh Dung Bui 2024-11-21 21:08:00 +0900
  • 5e1c62c224 more asserts ChrisHegarty 2024-11-21 11:19:14 +0000
  • 1ade063c98 Improve javadocs Adrien Grand 2024-11-21 10:17:29 +0100
  • dfd7b56f03 CHANGES Adrien Grand 2024-11-21 09:46:14 +0100
  • b67637a8d0 Change abstraction to wrap around KNN query Anh Dung Bui 2024-11-21 17:02:14 +0900
  • 5eeb760dae
    Update ComplexPhraseQueryParser.java (#14005) Paul King 2024-11-21 16:13:23 +1000
  • 27d69a2c02
    Update ComplexPhraseQueryParser.java Paul King 2024-11-21 11:18:02 +1000
  • 56fdd4dc81 fix AssertingKNNVectorReader to address failure Tejas Shah 2024-11-20 12:30:52 -0800
  • bbc75c5532 typo Adrien Grand 2024-11-20 19:31:30 +0100
  • 82fd44d88c fix Adrien Grand 2024-11-20 19:19:28 +0100
  • efbe035496 Remove duplicate variable Adrien Grand 2024-11-20 18:28:34 +0100
  • 6a474a4cdc tidy Adrien Grand 2024-11-20 18:26:57 +0100
  • 21cb80e113 Merge branch 'main' into maxmergefactor Adrien Grand 2024-11-20 18:26:39 +0100
  • 9284c3893f simplify Adrien Grand 2024-11-20 18:14:23 +0100
  • 3b68ad990b javadoc linear time ChrisHegarty 2024-11-20 16:31:16 +0000
  • 02f5b9a2aa add override anno ChrisHegarty 2024-11-20 16:31:16 +0000
  • 8c221efeaa Add test Adrien Grand 2024-11-20 15:34:11 +0100
  • 5c71211234 Always update max scores of `head` clauses. Adrien Grand 2024-11-20 15:31:44 +0100
  • a0ddaa5d35 revert ChrisHegarty 2024-11-20 10:42:13 +0000
  • 6a1139a5ec move changes to 10.1 section ChrisHegarty 2024-11-20 10:22:33 +0000
  • 8baf6eb046 Merge branch 'main' into force-merge-fix ChrisHegarty 2024-11-20 10:21:04 +0000
  • 9bd72738dc Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14000) Adrien Grand 2024-11-19 09:27:13 +0100
  • b70d214217 Revert "Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14000)" Adrien Grand 2024-11-20 10:15:44 +0100
  • 9b5edabf21 Revert "Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14000)" Adrien Grand 2024-11-20 10:15:44 +0100
  • 50b510c92f Updates CHANGES.txt Tejas Shah 2024-11-19 09:38:53 -0800
  • a67120e175 Speed up top-k retrieval of filtered disjunctions a bit. (#13996) Adrien Grand 2024-11-19 09:53:45 +0100
  • d6afdc4a25 Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14000) Adrien Grand 2024-11-19 09:27:13 +0100
  • 4aeecdfebf
    Speed up top-k retrieval of filtered disjunctions a bit. (#13996) Adrien Grand 2024-11-19 09:53:45 +0100
  • 5be2b31fc7 CHANGES Adrien Grand 2024-11-19 09:28:35 +0100
  • c7dc76ba2f Merge branch 'main' into speed_up_filtered_disjunctions Adrien Grand 2024-11-19 09:28:10 +0100
  • 5807ff1620
    Only consider clauses whose cost is less than the lead cost to compute block boundaries in WANDScorer. (#14000) Adrien Grand 2024-11-19 09:27:13 +0100
  • 6e2eca7354 type Adrien Grand 2024-11-19 09:10:08 +0100
  • b5df0648aa CHANGES Adrien Grand 2024-11-19 09:09:09 +0100
  • b122ca29cb Merge branch 'main' into only_take_leads_into_account_to_compute_block_boundaries Adrien Grand 2024-11-19 09:08:37 +0100
  • c96ec0be67 Adding filter to the toString() method of KnnFloatVectorQuery (#13990) Viswanath Kuchibhotla 2024-11-19 01:14:26 +0530
  • a991a9a861
    Adding filter to the toString() method of KnnFloatVectorQuery (#13990) Viswanath Kuchibhotla 2024-11-19 01:14:26 +0530
  • 80a69348ce
    Avoid allocating liveDocs for no soft-deletes (#13895) (#13903) (#14001) Nhat Nguyen 2024-11-18 11:18:08 -0800
  • 055d27d8e1 Avoid allocating liveDocs for no soft-deletes (#13895) (#13903) Nhat Nguyen 2024-10-14 07:39:31 -0700
  • 97d984d99b Avoid allocating liveDocs for no soft-deletes (#13895) (#13903) 10_0_soft-deletes-live_docs Nhat Nguyen 2024-10-14 07:39:31 -0700
  • f758970724 serial IO Counting test dir ChrisHegarty 2024-11-18 15:45:34 +0000