You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Created] (LUCENE-10398) Add static method for getting Terms from LeafReader - posted by "Marc D'Mello (Jira)" <ji...@apache.org> on 2022/02/01 01:53:00 UTC, 0 replies.
- [GitHub] [lucene] zacharymorn commented on pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery - posted by GitBox <gi...@apache.org> on 2022/02/01 06:17:50 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10396) Automatically create sparse indexes for sort fields - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/01 07:32:00 UTC, 0 replies.
- [GitHub] [lucene] vigyasharma opened a new pull request #633: [WIP] LUCENE-10216: Use MergeScheduler and MergePolicy to run addIndexes(CodecReader[]) merges. - posted by GitBox <gi...@apache.org> on 2022/02/01 07:41:14 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10216) Add concurrency to addIndexes(CodecReader…) API - posted by "Vigya Sharma (Jira)" <ji...@apache.org> on 2022/02/01 07:45:00 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/01 07:50:00 UTC, 3 replies.
- [jira] [Commented] (LUCENE-10396) Automatically create sparse indexes for sort fields - posted by "Robert Muir (Jira)" <ji...@apache.org> on 2022/02/01 11:12:00 UTC, 4 replies.
- [jira] [Commented] (LUCENE-10283) Bump minimum required Java version to 17 - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/01 11:16:00 UTC, 4 replies.
- [jira] [Commented] (LUCENE-10255) Fully embrace the java module system - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/01 11:16:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10399) Handle large boolean expressions better in flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/01 11:22:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10399) Handle large boolean expressions better in flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/01 11:24:00 UTC, 1 replies.
- [jira] [Assigned] (LUCENE-10399) Handle large boolean expressions better in flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/01 11:24:00 UTC, 0 replies.
- [GitHub] [lucene] rmuir commented on pull request #634: LUCENE-10399: Handle large boolean expressions better in flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/01 11:26:05 UTC, 6 replies.
- [GitHub] [lucene] dweiss commented on pull request #634: LUCENE-10399: Handle large boolean expressions better in flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/01 11:33:17 UTC, 7 replies.
- [GitHub] [lucene] romseygeek commented on pull request #634: LUCENE-10399: Handle large boolean expressions better in flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/01 12:01:34 UTC, 0 replies.
- [GitHub] [lucene] javanna opened a new pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/01 15:04:54 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova opened a new pull request #636: LUCENE-9573 Add Vectors to TestBackwardsCompatibility (#616) - posted by GitBox <gi...@apache.org> on 2022/02/01 15:05:48 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova commented on pull request #636: LUCENE-9573 Add Vectors to TestBackwardsCompatibility (#616) - posted by GitBox <gi...@apache.org> on 2022/02/01 15:06:13 UTC, 1 replies.
- [GitHub] [lucene] mayya-sharipova edited a comment on pull request #636: LUCENE-9573 Add Vectors to TestBackwardsCompatibility (#616) - posted by GitBox <gi...@apache.org> on 2022/02/01 15:06:35 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova merged pull request #631: Small fix for assertConsistentGraph - posted by GitBox <gi...@apache.org> on 2022/02/01 15:21:55 UTC, 0 replies.
- [GitHub] [lucene] vigyasharma commented on a change in pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/01 19:04:27 UTC, 1 replies.
- [GitHub] [lucene] javanna commented on a change in pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/01 20:06:28 UTC, 2 replies.
- [jira] [Commented] (LUCENE-9662) CheckIndex should be concurrent - posted by "Mike Drob (Jira)" <ji...@apache.org> on 2022/02/01 21:39:00 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-9662) CheckIndex should be concurrent - posted by "Mike Drob (Jira)" <ji...@apache.org> on 2022/02/01 21:53:00 UTC, 0 replies.
- [GitHub] [lucene] zacharymorn merged pull request #588: LUCENE-10236: Update field-weight used in CombinedFieldQuery scoring calculation (9.1.0 Backporting) - posted by GitBox <gi...@apache.org> on 2022/02/02 04:06:41 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10236) CombinedFieldsQuery to use fieldAndWeights.values() when constructing MultiNormsLeafSimScorer for scoring - posted by "Zach Chen (Jira)" <ji...@apache.org> on 2022/02/02 04:07:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10236) CombinedFieldsQuery to use fieldAndWeights.values() when constructing MultiNormsLeafSimScorer for scoring - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/02 04:07:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10304) Make sure IDEs are usable after modules are introduced - posted by "Chris Hegarty (Jira)" <ji...@apache.org> on 2022/02/02 10:37:00 UTC, 1 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/02 11:05:58 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10393) Should we unify the dictionary builder/loader of kuromoji and nori? - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/02 11:28:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/02 11:35:18 UTC, 6 replies.
- [GitHub] [lucene] javanna opened a new pull request #639: LUCENE-10002: Replace some IndexSearcher#search(Collector, Query) in tests - posted by GitBox <gi...@apache.org> on 2022/02/02 14:21:44 UTC, 0 replies.
- [GitHub] [lucene] javanna commented on a change in pull request #639: LUCENE-10002: Replace some IndexSearcher#search(Collector, Query) in tests - posted by GitBox <gi...@apache.org> on 2022/02/02 14:23:15 UTC, 5 replies.
- [jira] [Commented] (LUCENE-7282) search APIs should take advantage of index sort by default - posted by "Luca Cavanna (Jira)" <ji...@apache.org> on 2022/02/02 14:57:00 UTC, 1 replies.
- [GitHub] [lucene] madrob merged pull request #637: null check on infoStream - posted by GitBox <gi...@apache.org> on 2022/02/02 15:44:39 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #639: LUCENE-10002: Replace some IndexSearcher#search(Collector, Query) in tests - posted by GitBox <gi...@apache.org> on 2022/02/02 17:38:39 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/02 17:50:16 UTC, 1 replies.
- [GitHub] [lucene] mayya-sharipova merged pull request #636: LUCENE-9573 Add Vectors to TestBackwardsCompatibility (#616) - posted by GitBox <gi...@apache.org> on 2022/02/02 19:26:07 UTC, 0 replies.
- [jira] [Commented] (LUCENE-9573) Add back compat tests for VectorFormat to TestBackwardsCompatibility - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/02 19:27:00 UTC, 1 replies.
- [GitHub] [lucene] gsmiller commented on a change in pull request #632: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/02 20:26:43 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10391) Reuse data structures across HnswGraph invocations - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/02 22:35:00 UTC, 0 replies.
- [GitHub] [lucene] dnhatn opened a new pull request #640: LUCENE-10190: Ensure changes are visible before advancing seqno - posted by GitBox <gi...@apache.org> on 2022/02/03 04:35:15 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber - posted by "Nhat Nguyen (Jira)" <ji...@apache.org> on 2022/02/03 04:37:00 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber - posted by "Nhat Nguyen (Jira)" <ji...@apache.org> on 2022/02/03 04:37:00 UTC, 4 replies.
- [GitHub] [lucene] mocobeta edited a comment on pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/03 04:45:25 UTC, 2 replies.
- [jira] [Commented] (LUCENE-10392) Handle soft deletes via LiveDocsFormat - posted by "Nhat Nguyen (Jira)" <ji...@apache.org> on 2022/02/03 04:48:00 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-10392) Handle soft deletes via LiveDocsFormat - posted by "Nhat Nguyen (Jira)" <ji...@apache.org> on 2022/02/03 05:08:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 05:20:26 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 05:30:16 UTC, 3 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 05:32:20 UTC, 1 replies.
- [GitHub] [lucene] uschindler commented on pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/03 09:19:50 UTC, 3 replies.
- [GitHub] [lucene] mocobeta closed pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/03 10:50:09 UTC, 0 replies.
- [GitHub] [lucene] javanna commented on pull request #639: LUCENE-10002: Replace some IndexSearcher#search(Collector, Query) in tests - posted by GitBox <gi...@apache.org> on 2022/02/03 11:08:55 UTC, 0 replies.
- [jira] [Created] (LUCENE-10400) Clean up the constructors' API signature of dictionary classes in kuromoji and nori - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/03 12:29:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10400) Clean up the constructors' API signature of dictionary classes in kuromoji and nori - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/03 12:30:00 UTC, 0 replies.
- [GitHub] [lucene] msokolov commented on pull request #638: LUCENE-10393: Unify resource loader in kuromoji and nori - posted by GitBox <gi...@apache.org> on 2022/02/03 13:32:06 UTC, 0 replies.
- [GitHub] [lucene] msokolov commented on pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 13:45:23 UTC, 2 replies.
- [GitHub] [lucene] jpountz commented on pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 14:31:19 UTC, 0 replies.
- [jira] [Created] (LUCENE-10401) Seeking on empty doc-value terms dictionaries fails with AIOOBE - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/03 15:02:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10401) Seeking on empty doc-value terms dictionaries fails with AIOOBE - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/03 15:02:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10402) Intervals.prefix() handles multicharacter unicode incorrectly - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/03 15:11:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #643: LUCENE-10400: revise to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/03 16:07:06 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #639: LUCENE-10002: Replace some IndexSearcher#search(Collector, Query) in tests - posted by GitBox <gi...@apache.org> on 2022/02/03 16:17:17 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10002) Remove IndexSearcher#search(Query,Collector) in favor of IndexSearcher#search(Query,CollectorManager) - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/03 16:18:00 UTC, 1 replies.
- [GitHub] [lucene] jpountz merged pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/03 16:19:13 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10385) Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery. - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/03 16:20:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10385) Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery. - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/03 16:33:00 UTC, 0 replies.
- [GitHub] [lucene] dnhatn commented on pull request #640: LUCENE-10190: Ensure changes are visible before advancing seqno - posted by GitBox <gi...@apache.org> on 2022/02/03 16:51:36 UTC, 1 replies.
- [jira] [Commented] (LUCENE-8739) ZSTD Compressor support in Lucene - posted by "Praveen Nishchal (Jira)" <ji...@apache.org> on 2022/02/03 17:22:00 UTC, 3 replies.
- [GitHub] [lucene] jtibshirani edited a comment on pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 18:36:36 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova commented on a change in pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/03 22:49:19 UTC, 0 replies.
- [jira] [Created] (LUCENE-10403) Add ArrayUtil#grow(T[]) - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/03 23:42:00 UTC, 0 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #644: LUCENE-10403: Add ArrayUtil#grow(T[]) - posted by GitBox <gi...@apache.org> on 2022/02/03 23:46:47 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani merged pull request #641: LUCENE-10391: Reuse data structures across HnswGraph#searchLevel calls - posted by GitBox <gi...@apache.org> on 2022/02/04 00:00:17 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10391) Reuse data structures across HnswGraph invocations - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/04 00:01:00 UTC, 6 replies.
- [jira] [Commented] (LUCENE-10403) Add ArrayUtil#grow(T[]) - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/04 00:08:00 UTC, 2 replies.
- [GitHub] [lucene] gautamworah96 commented on a change in pull request #632: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/04 01:06:54 UTC, 2 replies.
- [jira] [Created] (LUCENE-10404) Use hash set for visited nodes in HNSW search? - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/04 01:52:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10404) Use hash set for visited nodes in HNSW search? - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/04 01:54:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/04 02:59:41 UTC, 4 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #645: Rename KnnGraphValues -> HnswGraph - posted by GitBox <gi...@apache.org> on 2022/02/04 03:35:42 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #642: LUCENE-10401: Fix lookups on empty doc-values terms dictionaries. - posted by GitBox <gi...@apache.org> on 2022/02/04 08:28:53 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10401) Seeking on empty doc-value terms dictionaries fails with AIOOBE - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/04 08:29:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10401) Seeking on empty doc-value terms dictionaries fails with AIOOBE - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/04 08:30:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10404) Use hash set for visited nodes in HNSW search? - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/04 09:18:00 UTC, 0 replies.
- [GitHub] [lucene] ryo0301 commented on a change in pull request #635: LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/04 09:31:42 UTC, 0 replies.
- [GitHub] [lucene] uschindler commented on pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/04 09:52:21 UTC, 6 replies.
- [GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/04 09:55:00 UTC, 8 replies.
- [GitHub] [lucene] mocobeta edited a comment on pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/04 10:30:34 UTC, 1 replies.
- [GitHub] [lucene] dweiss closed pull request #634: LUCENE-10399: Handle large boolean expressions better in flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/04 11:32:04 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10399) Handle large boolean expressions better in flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/04 11:34:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10402) Intervals.prefix() handles multicharacter unicode incorrectly - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/04 12:21:00 UTC, 3 replies.
- [GitHub] [lucene] dweiss commented on pull request #646: LUCENE-10402: Prefix interval automaton should be declared binary - posted by GitBox <gi...@apache.org> on 2022/02/04 13:43:11 UTC, 0 replies.
- [jira] [Created] (LUCENE-10405) MemoryIndex: Binary and Sorted doc values should not be added to a BytesRefHash - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/04 14:00:01 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #647: LUCENE-10405: MemoryIndex: binary and Sorted doc values are stored as BytesRef instead of BytesRefHash - posted by GitBox <gi...@apache.org> on 2022/02/04 14:12:13 UTC, 0 replies.
- [GitHub] [lucene-solr] iverase commented on pull request #1538: LUCENE-9368: Use readLELongs to read docIds on BKD leaf nodes - posted by GitBox <gi...@apache.org> on 2022/02/04 14:18:09 UTC, 0 replies.
- [GitHub] [lucene-solr] iverase closed pull request #1538: LUCENE-9368: Use readLELongs to read docIds on BKD leaf nodes - posted by GitBox <gi...@apache.org> on 2022/02/04 14:18:11 UTC, 0 replies.
- [GitHub] [lucene] romseygeek merged pull request #646: LUCENE-10402: Prefix interval automaton should be declared binary - posted by GitBox <gi...@apache.org> on 2022/02/04 15:27:12 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10402) Intervals.prefix() handles multicharacter unicode incorrectly - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/04 15:31:00 UTC, 0 replies.
- [GitHub] [lucene] msokolov commented on a change in pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/04 15:35:08 UTC, 0 replies.
- [jira] [Created] (LUCENE-10406) Incorrect match with disjunction and extends interval - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/04 15:38:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10406) Incorrect match with disjunction and extends interval - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/04 15:40:00 UTC, 1 replies.
- [GitHub] [lucene] mikemccand commented on a change in pull request #630: LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order - posted by GitBox <gi...@apache.org> on 2022/02/04 15:51:45 UTC, 1 replies.
- [jira] [Created] (LUCENE-10407) ContainingIntervalIterator can incorrectly report positions after exhaustion - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/04 16:11:00 UTC, 0 replies.
- [GitHub] [lucene] romseygeek opened a new pull request #648: LUCENE-10407: Set bpos flag to true when containing filter is exhausted - posted by GitBox <gi...@apache.org> on 2022/02/04 16:11:51 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10406) Incorrect match with disjunction and extends interval - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/04 16:25:00 UTC, 0 replies.
- [GitHub] [lucene] romseygeek merged pull request #648: LUCENE-10407: Set bpos flag to true when containing filter is exhausted - posted by GitBox <gi...@apache.org> on 2022/02/04 16:45:06 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10407) ContainingIntervalIterator can incorrectly report positions after exhaustion - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/04 17:00:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10407) ContainingIntervalIterator can incorrectly report positions after exhaustion - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/04 17:22:00 UTC, 0 replies.
- [GitHub] [lucene] zhaih commented on a change in pull request #630: LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order - posted by GitBox <gi...@apache.org> on 2022/02/04 19:13:39 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-9573) Add back compat tests for VectorFormat to TestBackwardsCompatibility - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 19:46:00 UTC, 0 replies.
- [jira] [Closed] (LUCENE-9573) Add back compat tests for VectorFormat to TestBackwardsCompatibility - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 19:46:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10054) Handle hierarchy in HNSW graph - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 19:53:00 UTC, 0 replies.
- [jira] [Closed] (LUCENE-10054) Handle hierarchy in HNSW graph - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 19:53:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10408) Better encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 21:40:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10408) Better encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/04 21:40:00 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova opened a new pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/04 21:56:14 UTC, 0 replies.
- [GitHub] [lucene] gsmiller merged pull request #632: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/04 23:25:59 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10050) Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/04 23:27:00 UTC, 1 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #650: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/04 23:33:22 UTC, 0 replies.
- [GitHub] [lucene] gsmiller commented on pull request #650: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/04 23:34:51 UTC, 1 replies.
- [GitHub] [lucene] gsmiller commented on pull request #644: LUCENE-10403: Add ArrayUtil#grow(T[]) - posted by GitBox <gi...@apache.org> on 2022/02/04 23:56:36 UTC, 1 replies.
- [GitHub] [lucene] gsmiller merged pull request #650: LUCENE-10050 Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by GitBox <gi...@apache.org> on 2022/02/05 00:12:02 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10050) Remove DrillSideways#search(DrillDownQuery,Collector) in favor of DrillSideways#search(DrillDownQuery,CollectorManager) - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/05 00:16:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/05 02:18:21 UTC, 4 replies.
- [GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/05 04:02:19 UTC, 11 replies.
- [GitHub] [lucene] dweiss commented on pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/05 16:49:59 UTC, 1 replies.
- [GitHub] [lucene] gsmiller commented on pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/05 23:11:49 UTC, 1 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/05 23:20:45 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/06 03:32:22 UTC, 1 replies.
- [GitHub] [lucene] mocobeta edited a comment on pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/06 03:54:45 UTC, 1 replies.
- [GitHub] [lucene] dweiss commented on pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/06 08:01:46 UTC, 0 replies.
- [GitHub] [lucene] uschindler edited a comment on pull request #643: LUCENE-10400: revise constructors to load dictionary resources in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/06 11:02:08 UTC, 3 replies.
- [GitHub] [lucene] gsmiller merged pull request #651: Update github hunspell regression test to use JDK 17 - posted by GitBox <gi...@apache.org> on 2022/02/06 16:00:39 UTC, 0 replies.
- [GitHub] [lucene] iverase merged pull request #647: LUCENE-10405: MemoryIndex: binary and Sorted doc values are stored as BytesRef instead of BytesRefHash - posted by GitBox <gi...@apache.org> on 2022/02/07 06:33:17 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10405) MemoryIndex: Binary and Sorted doc values should not be added to a BytesRefHash - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/07 06:34:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10405) MemoryIndex: Binary and Sorted doc values should not be added to a BytesRefHash - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/07 06:37:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #541: LUCENE-10315: Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by GitBox <gi...@apache.org> on 2022/02/07 07:36:12 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/07 07:37:00 UTC, 4 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #652: LUCENE-10315: Speed up BKD leaf block ids codec by a 512 ints ForUtil (backport 9x) - posted by GitBox <gi...@apache.org> on 2022/02/07 07:40:43 UTC, 0 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #653: LUCENE-10315: add CHANGES for LUCENE-10315 - posted by GitBox <gi...@apache.org> on 2022/02/07 07:59:41 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #653: LUCENE-10315: add CHANGES for #541 - posted by GitBox <gi...@apache.org> on 2022/02/07 08:23:44 UTC, 0 replies.
- [jira] [Created] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/07 08:31:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #652: LUCENE-10315: Speed up BKD leaf block ids codec by a 512 ints ForUtil (backport 9x) - posted by GitBox <gi...@apache.org> on 2022/02/07 09:09:27 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/07 09:10:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/07 09:11:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/07 09:53:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #654: LUCENE-10410: Add more tests for legacy encoding logic in DocIdsWriter - posted by GitBox <gi...@apache.org> on 2022/02/07 10:01:39 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/07 10:31:08 UTC, 2 replies.
- [GitHub] [lucene] mocobeta merged pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/07 10:31:30 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10400) Clean up the constructors' API signature of dictionary classes in kuromoji and nori - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/07 10:35:00 UTC, 4 replies.
- [GitHub] [lucene-solr] noblepaul closed pull request #2638: 174234: We have observed that number of threads increases on one solr node after rebooting the solr node - posted by GitBox <gi...@apache.org> on 2022/02/07 12:11:21 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #655: LUCENE-10400: cleanup obsolete APIs in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/07 14:29:09 UTC, 0 replies.
- [GitHub] [lucene] mocobeta edited a comment on pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/07 14:43:44 UTC, 1 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #645: Rename KnnGraphValues -> HnswGraph - posted by GitBox <gi...@apache.org> on 2022/02/07 17:13:25 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/07 17:59:21 UTC, 2 replies.
- [GitHub] [lucene-solr] thelabdude opened a new pull request #2639: SOLR-15587: Don't use the UrlScheme singleton on the client-side - posted by GitBox <gi...@apache.org> on 2022/02/07 18:21:03 UTC, 0 replies.
- [GitHub] [lucene] dweiss commented on pull request #645: Rename KnnGraphValues -> HnswGraph - posted by GitBox <gi...@apache.org> on 2022/02/07 19:43:25 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani merged pull request #645: Rename KnnGraphValues -> HnswGraph - posted by GitBox <gi...@apache.org> on 2022/02/07 21:21:31 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/07 23:54:14 UTC, 0 replies.
- [GitHub] [lucene] mocobeta merged pull request #655: LUCENE-10400: cleanup obsolete APIs in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/08 00:32:49 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #655: LUCENE-10400: cleanup obsolete APIs in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/08 00:33:21 UTC, 0 replies.
- [GitHub] [lucene-solr] thelabdude merged pull request #2639: SOLR-15587: Don't use the UrlScheme singleton on the client-side - posted by GitBox <gi...@apache.org> on 2022/02/08 00:34:26 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 01:11:38 UTC, 4 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 01:22:42 UTC, 10 replies.
- [jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/08 01:26:00 UTC, 8 replies.
- [jira] [Commented] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/08 06:06:00 UTC, 2 replies.
- [jira] [Updated] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time - posted by "LuYunCheng (Jira)" <ji...@apache.org> on 2022/02/08 06:19:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/08 06:44:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/08 07:40:00 UTC, 6 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #654: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter - posted by GitBox <gi...@apache.org> on 2022/02/08 07:42:50 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 08:04:13 UTC, 0 replies.
- [jira] [Created] (LUCENE-10411) Add NN vectors support to ExitableDirectoryReader - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/08 08:08:00 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/08 08:16:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #654: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter - posted by GitBox <gi...@apache.org> on 2022/02/08 08:59:43 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/08 09:00:00 UTC, 1 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #657: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter (Backport 9x) - posted by GitBox <gi...@apache.org> on 2022/02/08 09:16:30 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #657: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter (Backport 9x) - posted by GitBox <gi...@apache.org> on 2022/02/08 09:37:57 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/08 09:46:00 UTC, 0 replies.
- [GitHub] [lucene] gautamworah96 opened a new pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 10:02:00 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/08 11:44:00 UTC, 6 replies.
- [GitHub] [lucene] gf2121 closed pull request #545: LUCENE-10319: make ForUtil#BLOCK_SIZE changeable - posted by GitBox <gi...@apache.org> on 2022/02/08 12:21:09 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 13:02:50 UTC, 5 replies.
- [GitHub] [lucene] dnhatn merged pull request #640: LUCENE-10190: Ensure changes are visible before advancing seqno - posted by GitBox <gi...@apache.org> on 2022/02/08 15:29:31 UTC, 0 replies.
- [GitHub] [lucene] dnhatn opened a new pull request #659: LUCENE-10190: Ensure changes are visible before advancing seqno - posted by GitBox <gi...@apache.org> on 2022/02/08 15:45:48 UTC, 0 replies.
- [GitHub] [lucene] dnhatn opened a new pull request #660: LUCENE-10190: Ensure changes are visible before advancing seqno (#640) - posted by GitBox <gi...@apache.org> on 2022/02/08 15:48:17 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-3331) consider allowing ScorerContext to specify that you dont need freqs/scores - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/08 16:25:01 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/08 16:37:00 UTC, 2 replies.
- [jira] [Resolved] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/08 16:40:00 UTC, 0 replies.
- [GitHub] [lucene] dnhatn merged pull request #659: LUCENE-10190: Ensure changes are visible before advancing seqno - posted by GitBox <gi...@apache.org> on 2022/02/08 17:12:56 UTC, 0 replies.
- [GitHub] [lucene] dnhatn merged pull request #660: LUCENE-10190: Ensure changes are visible before advancing seqno (#640) - posted by GitBox <gi...@apache.org> on 2022/02/08 17:24:51 UTC, 0 replies.
- [GitHub] [lucene] gsmiller merged pull request #644: LUCENE-10403: Add ArrayUtil#grow(T[]) - posted by GitBox <gi...@apache.org> on 2022/02/08 17:44:10 UTC, 0 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #661: LUCENE-10403: Add ArrayUtil#grow(T[]) - posted by GitBox <gi...@apache.org> on 2022/02/08 19:01:20 UTC, 0 replies.
- [GitHub] [lucene] gsmiller closed pull request #661: LUCENE-10403: Add ArrayUtil#grow(T[]) - posted by GitBox <gi...@apache.org> on 2022/02/08 19:20:54 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10403) Add ArrayUtil#grow(T[]) - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/08 19:23:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10398) Add static method for getting Terms from LeafReader - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/08 19:30:00 UTC, 9 replies.
- [GitHub] [lucene] msokolov commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 19:51:01 UTC, 3 replies.
- [GitHub] [lucene] jtibshirani edited a comment on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 20:43:20 UTC, 0 replies.
- [GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/08 23:22:23 UTC, 9 replies.
- [GitHub] [lucene] mayya-sharipova commented on a change in pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/08 23:40:38 UTC, 12 replies.
- [GitHub] [lucene] mayya-sharipova commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/08 23:47:51 UTC, 2 replies.
- [GitHub] [lucene] mayya-sharipova edited a comment on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/08 23:48:34 UTC, 0 replies.
- [GitHub] [lucene] msokolov commented on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/09 01:48:15 UTC, 0 replies.
- [GitHub] [lucene] dsmiley commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/09 05:43:54 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()? - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/09 06:54:00 UTC, 1 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #662: Lucene 10336: DirectDocValueFormat: use RandomAccessSlice instead of loading giant byte[] arrays - posted by GitBox <gi...@apache.org> on 2022/02/09 08:11:27 UTC, 0 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #663: Lucene 10188: Give SortedSetDocValues a docValueCount()? - posted by GitBox <gi...@apache.org> on 2022/02/09 08:54:25 UTC, 0 replies.
- [GitHub] [lucene-solr] cpoerschke commented on pull request #1766: SOLR-14765: optimize DocList creation for sort-irrelevant cases - posted by GitBox <gi...@apache.org> on 2022/02/09 09:44:54 UTC, 0 replies.
- [GitHub] [lucene-solr] cpoerschke closed pull request #1766: SOLR-14765: optimize DocList creation for sort-irrelevant cases - posted by GitBox <gi...@apache.org> on 2022/02/09 09:44:57 UTC, 0 replies.
- [GitHub] [lucene-solr] cpoerschke commented on pull request #1765: SOLR-14764: optimize index-order sort for FacetFieldProcessorByArray - posted by GitBox <gi...@apache.org> on 2022/02/09 09:48:35 UTC, 0 replies.
- [GitHub] [lucene-solr] cpoerschke closed pull request #1765: SOLR-14764: optimize index-order sort for FacetFieldProcessorByArray - posted by GitBox <gi...@apache.org> on 2022/02/09 09:48:38 UTC, 0 replies.
- [jira] [Created] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/09 10:18:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/09 10:46:00 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/09 11:40:44 UTC, 7 replies.
- [jira] [Created] (LUCENE-10413) Ukrainian default stopword set should be easily available - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/09 12:04:00 UTC, 0 replies.
- [GitHub] [lucene] romseygeek opened a new pull request #665: LUCENE-10413: Make default Ukrainian stopword set available - posted by GitBox <gi...@apache.org> on 2022/02/09 12:04:36 UTC, 0 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by GitBox <gi...@apache.org> on 2022/02/09 12:18:34 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/09 12:21:58 UTC, 5 replies.
- [GitHub] [lucene] uschindler commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/09 12:41:47 UTC, 3 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #667: use existing o.a.l.util.IOSupplier - posted by GitBox <gi...@apache.org> on 2022/02/09 12:45:16 UTC, 0 replies.
- [GitHub] [lucene] uschindler commented on pull request #667: use existing o.a.l.util.IOSupplier - posted by GitBox <gi...@apache.org> on 2022/02/09 12:53:38 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #667: use existing o.a.l.util.IOSupplier - posted by GitBox <gi...@apache.org> on 2022/02/09 12:56:30 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available - posted by GitBox <gi...@apache.org> on 2022/02/09 13:01:49 UTC, 0 replies.
- [GitHub] [lucene] mocobeta closed pull request #667: use existing o.a.l.util.IOSupplier - posted by GitBox <gi...@apache.org> on 2022/02/09 13:06:12 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by GitBox <gi...@apache.org> on 2022/02/09 13:10:41 UTC, 1 replies.
- [GitHub] [lucene] dweiss commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available - posted by GitBox <gi...@apache.org> on 2022/02/09 13:11:17 UTC, 0 replies.
- [jira] [Created] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/09 13:14:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/09 13:20:00 UTC, 0 replies.
- [GitHub] [lucene] dweiss commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/09 13:22:39 UTC, 3 replies.
- [jira] [Commented] (LUCENE-10414) Add fn:fuzzyTerm interval function to flexible query parser - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/09 13:27:00 UTC, 2 replies.
- [GitHub] [lucene] dweiss commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji - posted by GitBox <gi...@apache.org> on 2022/02/09 13:28:46 UTC, 0 replies.
- [jira] [Created] (LUCENE-10415) FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/09 13:49:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10415) FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/09 14:02:00 UTC, 2 replies.
- [GitHub] [lucene] romseygeek commented on a change in pull request #665: LUCENE-10413: Make default Ukrainian stopword set available - posted by GitBox <gi...@apache.org> on 2022/02/09 14:16:24 UTC, 0 replies.
- [GitHub] [lucene] gf2121 commented on a change in pull request #666: LUCENE-10409: Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs - posted by GitBox <gi...@apache.org> on 2022/02/09 14:25:15 UTC, 4 replies.
- [jira] [Commented] (LUCENE-10413) Ukrainian default stopword set should be easily available - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/09 14:38:00 UTC, 1 replies.
- [GitHub] [lucene] romseygeek merged pull request #665: LUCENE-10413: Make default Ukrainian stopword set available - posted by GitBox <gi...@apache.org> on 2022/02/09 14:38:02 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10413) Ukrainian default stopword set should be easily available - posted by "Alan Woodward (Jira)" <ji...@apache.org> on 2022/02/09 14:48:00 UTC, 0 replies.
- [GitHub] [lucene] romseygeek commented on a change in pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/09 14:57:18 UTC, 1 replies.
- [jira] [Created] (LUCENE-10416) Update Korean Dictionary for Nori - posted by "Uihyun Kim (Jira)" <ji...@apache.org> on 2022/02/09 15:38:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10416) Update Korean Dictionary for Nori - posted by "Uihyun Kim (Jira)" <ji...@apache.org> on 2022/02/09 15:39:00 UTC, 1 replies.
- [GitHub] [lucene] jpountz merged pull request #664: LUCENE-10412: Improve handling of MatchNoDocsQuery in rewrites. - posted by GitBox <gi...@apache.org> on 2022/02/09 18:03:08 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/09 18:04:00 UTC, 1 replies.
- [GitHub] [lucene-solr] risdenk closed pull request #1143: SOLR-14328:HdfsDirectory support createTempOutput - posted by GitBox <gi...@apache.org> on 2022/02/09 18:04:47 UTC, 0 replies.
- [GitHub] [lucene-solr] risdenk commented on pull request #1143: SOLR-14328:HdfsDirectory support createTempOutput - posted by GitBox <gi...@apache.org> on 2022/02/09 18:04:50 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10254) Remove Scorable#smoothingScore - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/10 02:28:00 UTC, 1 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #669: Lucene 10254: Remove Scorable#smoothingScore - posted by GitBox <gi...@apache.org> on 2022/02/10 02:29:15 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10177) Rename VectorValues#dimension to VectorValues#getNumDimensions? - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/10 02:58:00 UTC, 3 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #670: Lucene-10177: Rename VectorValues#dimension to VectorValues#getNumDimensions - posted by GitBox <gi...@apache.org> on 2022/02/10 02:58:05 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #671: Add custom composite action to set up CI environments - posted by GitBox <gi...@apache.org> on 2022/02/10 05:27:45 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #671: Add custom composite action to set up CI environments - posted by GitBox <gi...@apache.org> on 2022/02/10 05:47:45 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-10188) Give SortedSetDocValues a docValueCount()? - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/10 07:06:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10417) IntNRQ task performance decreased in nightly benchmark - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/10 08:12:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10417) IntNRQ task performance decreased in nightly benchmark - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/10 08:13:00 UTC, 1 replies.
- [jira] [Assigned] (LUCENE-10417) IntNRQ task performance decreased in nightly benchmark - posted by "Feng Guo (Jira)" <ji...@apache.org> on 2022/02/10 08:18:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on a change in pull request #671: Add custom composite action to set up CI environments - posted by GitBox <gi...@apache.org> on 2022/02/10 08:23:50 UTC, 0 replies.
- [jira] [Created] (LUCENE-10418) Improve Query rewriting for non-scoring clauses - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/10 09:17:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10418) Improve Query rewriting for non-scoring clauses - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/10 09:19:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/10 11:01:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/10 11:01:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/10 11:05:00 UTC, 29 replies.
- [GitHub] [lucene] dweiss merged pull request #668: LUCENE-10414: Add fn:fuzzyTerm interval function to flexible query parser - posted by GitBox <gi...@apache.org> on 2022/02/10 11:18:27 UTC, 0 replies.
- [jira] [Created] (LUCENE-10420) Move functional interfaces in IOUtils to top-level interfaces - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/10 12:23:00 UTC, 0 replies.
- [GitHub] [lucene] msokolov commented on a change in pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/10 13:14:03 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on a change in pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/10 13:57:23 UTC, 1 replies.
- [GitHub] [lucene] mocobeta commented on pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/10 14:01:34 UTC, 2 replies.
- [GitHub] [lucene] msokolov commented on a change in pull request #672: LUCENE-10418: Optimize `Query#rewrite` in the non-scoring case. - posted by GitBox <gi...@apache.org> on 2022/02/10 14:05:43 UTC, 0 replies.
- [GitHub] [lucene] rmuir commented on a change in pull request #672: LUCENE-10418: Optimize `Query#rewrite` in the non-scoring case. - posted by GitBox <gi...@apache.org> on 2022/02/10 14:42:16 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #674: trivial updates on github actions - posted by GitBox <gi...@apache.org> on 2022/02/10 14:47:56 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #674: trivial updates on github actions - posted by GitBox <gi...@apache.org> on 2022/02/10 15:18:13 UTC, 2 replies.
- [GitHub] [lucene] dweiss commented on pull request #674: trivial updates on github actions - posted by GitBox <gi...@apache.org> on 2022/02/10 15:22:11 UTC, 1 replies.
- [GitHub] [lucene] mayya-sharipova commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/10 15:35:41 UTC, 5 replies.
- [GitHub] [lucene] javanna opened a new pull request #675: LUCENE-10385: Avoid SimpleText codec in TestIndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/10 15:56:25 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #675: LUCENE-10385: Avoid SimpleText codec in TestIndexSortSortedNumericDocValuesRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/10 16:06:42 UTC, 0 replies.
- [GitHub] [lucene] mocobeta merged pull request #674: trivial updates on github actions - posted by GitBox <gi...@apache.org> on 2022/02/10 16:13:28 UTC, 0 replies.
- [GitHub] [lucene] mocobeta closed pull request #671: Add custom composite action to set up CI environments - posted by GitBox <gi...@apache.org> on 2022/02/10 16:27:58 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #672: LUCENE-10418: Optimize `Query#rewrite` in the non-scoring case. - posted by GitBox <gi...@apache.org> on 2022/02/10 16:49:47 UTC, 1 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/10 23:42:59 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10176) Remove VectorValues#size() - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/11 05:23:00 UTC, 2 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #676: Lucene-10176: Remove VectorValues#size() - posted by GitBox <gi...@apache.org> on 2022/02/11 05:23:14 UTC, 0 replies.
- [GitHub] [lucene] uschindler commented on a change in pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/11 10:18:34 UTC, 14 replies.
- [GitHub] [lucene] uschindler commented on pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/11 12:30:15 UTC, 4 replies.
- [GitHub] [lucene] msokolov commented on a change in pull request #676: Lucene-10176: Remove VectorValues#size() - posted by GitBox <gi...@apache.org> on 2022/02/11 17:02:47 UTC, 1 replies.
- [GitHub] [lucene] vigyasharma commented on pull request #633: [WIP] LUCENE-10216: Use MergeScheduler and MergePolicy to run addIndexes(CodecReader[]) merges. - posted by GitBox <gi...@apache.org> on 2022/02/12 04:40:44 UTC, 0 replies.
- [GitHub] [lucene-solr] thelabdude opened a new pull request #2640: SOLR-15974: Remove Calcite's ENUMERABLE_AGGREGATE_RULE as Solr only s… - posted by GitBox <gi...@apache.org> on 2022/02/12 17:25:47 UTC, 1 replies.
- [GitHub] [lucene-solr] itygh commented on pull request #2640: SOLR-15974: Remove Calcite's ENUMERABLE_AGGREGATE_RULE as Solr only s… - posted by GitBox <gi...@apache.org> on 2022/02/12 17:26:19 UTC, 1 replies.
- [GitHub] [lucene-solr] itygh removed a comment on pull request #2640: SOLR-15974: Remove Calcite's ENUMERABLE_AGGREGATE_RULE as Solr only s… - posted by GitBox <gi...@apache.org> on 2022/02/12 17:37:26 UTC, 1 replies.
- [GitHub] [lucene-solr] thelabdude merged pull request #2640: SOLR-15974: Remove Calcite's ENUMERABLE_AGGREGATE_RULE as Solr only s… - posted by GitBox <gi...@apache.org> on 2022/02/12 18:57:14 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "Uwe Schindler (Jira)" <ji...@apache.org> on 2022/02/13 09:55:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/13 17:45:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10419) Identify occasional validateSourcePatterns error on CI servers - posted by "Dawid Weiss (Jira)" <ji...@apache.org> on 2022/02/13 17:45:00 UTC, 0 replies.
- [GitHub] [lucene] spike-liu commented on a change in pull request #676: Lucene-10176: Remove VectorValues#size() - posted by GitBox <gi...@apache.org> on 2022/02/14 00:35:34 UTC, 5 replies.
- [GitHub] [lucene] vigyasharma opened a new pull request #677: LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery when all docs have the field - posted by GitBox <gi...@apache.org> on 2022/02/14 07:39:56 UTC, 0 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/14 07:54:47 UTC, 0 replies.
- [jira] [Created] (LUCENE-10421) Non-deterministic results from KnnVectorQuery? - posted by "Michael McCandless (Jira)" <ji...@apache.org> on 2022/02/14 14:20:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10421) Non-deterministic results from KnnVectorQuery? - posted by "Michael Sokolov (Jira)" <ji...@apache.org> on 2022/02/14 14:28:00 UTC, 10 replies.
- [jira] [Created] (LUCENE-10422) Monitor instantiation configurabilty improvements - posted by "Niko Usai (Jira)" <ji...@apache.org> on 2022/02/14 14:29:00 UTC, 0 replies.
- [GitHub] [lucene] mogui opened a new pull request #679: Monitor Improvements LUCENE-10422 - posted by GitBox <gi...@apache.org> on 2022/02/14 14:35:30 UTC, 0 replies.
- [GitHub] [lucene] mocobeta merged pull request #673: LUCENE-10420: Move functional interfaces in IOUtils to top-level interfaces - posted by GitBox <gi...@apache.org> on 2022/02/14 15:12:41 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10420) Move functional interfaces in IOUtils to top-level interfaces - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/14 15:13:00 UTC, 2 replies.
- [GitHub] [lucene] uschindler opened a new pull request #680: LUCENE-10420: Remove deprecated interfaces and methods in IOUtils in main - posted by GitBox <gi...@apache.org> on 2022/02/14 15:23:00 UTC, 1 replies.
- [GitHub] [lucene] uschindler merged pull request #680: LUCENE-10420: Remove deprecated interfaces and methods in IOUtils in main - posted by GitBox <gi...@apache.org> on 2022/02/14 16:05:46 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10157) Add Additional Indri Search Engine Functionality to Lucene - posted by "Christine Poerschke (Jira)" <ji...@apache.org> on 2022/02/14 16:06:00 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-10157) Add Additional Indri Search Engine Functionality to Lucene - posted by "Christine Poerschke (Jira)" <ji...@apache.org> on 2022/02/14 16:08:00 UTC, 0 replies.
- [GitHub] [lucene] uschindler closed pull request #173: Initial rewrite of MMapDirectory for JDK-16 preview (incubating) Panama APIs (>= JDK-16-ea-b32) - posted by GitBox <gi...@apache.org> on 2022/02/14 17:15:53 UTC, 1 replies.
- [GitHub] [lucene] uschindler commented on pull request #173: Initial rewrite of MMapDirectory for JDK-16 preview (incubating) Panama APIs (>= JDK-16-ea-b32) - posted by GitBox <gi...@apache.org> on 2022/02/14 17:15:55 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10084) Rewrite DocValuesFieldExistsQuery to a MatchAllDocsQuery when docCount == maxDoc - posted by "Vigya Sharma (Jira)" <ji...@apache.org> on 2022/02/14 23:40:00 UTC, 2 replies.
- [jira] [Commented] (LUCENE-10322) Enable -Xlint:path and -Xlint:-exports - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/15 08:53:00 UTC, 1 replies.
- [GitHub] [lucene] spike-liu opened a new pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/15 08:53:04 UTC, 1 replies.
- [GitHub] [lucene] rmuir commented on pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/15 10:03:00 UTC, 2 replies.
- [GitHub] [lucene] dweiss commented on pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/15 10:21:34 UTC, 2 replies.
- [GitHub] [lucene] dweiss commented on a change in pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/15 10:23:48 UTC, 1 replies.
- [GitHub] [lucene] romseygeek commented on a change in pull request #679: Monitor Improvements LUCENE-10422 - posted by GitBox <gi...@apache.org> on 2022/02/15 10:36:13 UTC, 8 replies.
- [GitHub] [lucene] mogui commented on a change in pull request #679: Monitor Improvements LUCENE-10422 - posted by GitBox <gi...@apache.org> on 2022/02/15 11:01:38 UTC, 20 replies.
- [GitHub] [lucene] dantuzi opened a new pull request #682: Testing when the gradlew check fails in github action - posted by GitBox <gi...@apache.org> on 2022/02/15 15:08:52 UTC, 1 replies.
- [GitHub] [lucene] dantuzi closed pull request #682: Testing when the gradlew check fails in github action - posted by GitBox <gi...@apache.org> on 2022/02/15 15:09:36 UTC, 1 replies.
- [GitHub] [lucene] iverase commented on pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/15 18:25:24 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10371) Make IndexRearranger able to arrange segment into a determined order - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/15 18:53:00 UTC, 1 replies.
- [GitHub] [lucene] zhaih merged pull request #630: LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order - posted by GitBox <gi...@apache.org> on 2022/02/15 19:05:53 UTC, 0 replies.
- [GitHub] [lucene] gautamworah96 commented on pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/15 19:08:35 UTC, 1 replies.
- [GitHub] [lucene] zhaih opened a new pull request #683: [Backport] LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order - posted by GitBox <gi...@apache.org> on 2022/02/15 19:10:34 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #677: LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery when all docs have the field - posted by GitBox <gi...@apache.org> on 2022/02/15 20:44:56 UTC, 0 replies.
- [GitHub] [lucene] gsmiller commented on a change in pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/15 21:05:17 UTC, 2 replies.
- [GitHub] [lucene] zhaih merged pull request #683: [Backport] LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order - posted by GitBox <gi...@apache.org> on 2022/02/15 21:55:08 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10371) Make IndexRearranger able to arrange segment into a determined order - posted by "Patrick Zhai (Jira)" <ji...@apache.org> on 2022/02/15 21:57:00 UTC, 0 replies.
- [GitHub] [lucene-solr] madrob opened a new pull request #2641: SOLR-15965 Use proper signatures for SolrAuth - posted by GitBox <gi...@apache.org> on 2022/02/16 04:04:58 UTC, 0 replies.
- [GitHub] [lucene] spike-liu commented on a change in pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/16 05:46:27 UTC, 6 replies.
- [GitHub] [lucene] iverase merged pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/16 06:23:59 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #684: Backport of LUCENE-10378 - posted by GitBox <gi...@apache.org> on 2022/02/16 06:42:07 UTC, 0 replies.
- [GitHub] [lucene] gautamworah96 edited a comment on pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/16 06:58:57 UTC, 0 replies.
- [GitHub] [lucene] iverase merged pull request #684: Backport of LUCENE-10378 - posted by GitBox <gi...@apache.org> on 2022/02/16 07:32:13 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10378) Implement Weight#count on PointRangeQuery - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/16 07:33:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10378) Implement Weight#count on PointRangeQuery - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/16 07:34:00 UTC, 1 replies.
- [GitHub] [lucene] spike-liu commented on pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/16 07:55:22 UTC, 0 replies.
- [GitHub] [lucene] spike-liu commented on a change in pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/16 07:57:28 UTC, 0 replies.
- [GitHub] [lucene] spike-liu edited a comment on pull request #681: LUCENE-10322: Enable -Xlint:path and -Xlint:-exports - posted by GitBox <gi...@apache.org> on 2022/02/16 07:57:51 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #685: LUCENE-10415: FunctionScoreQuery and IndexOrDocValuesQuery delegate Weight#count. - posted by GitBox <gi...@apache.org> on 2022/02/16 08:50:55 UTC, 0 replies.
- [GitHub] [lucene] rmuir opened a new pull request #686: LUCENE-10421: use Constant instead of relying upon timestamp - posted by GitBox <gi...@apache.org> on 2022/02/16 10:19:56 UTC, 0 replies.
- [jira] [Created] (LUCENE-10423) Remove uses of wall-clock time in codebase - posted by "Robert Muir (Jira)" <ji...@apache.org> on 2022/02/16 10:23:00 UTC, 0 replies.
- [GitHub] [lucene] mogui commented on pull request #679: Monitor Improvements LUCENE-10422 - posted by GitBox <gi...@apache.org> on 2022/02/16 11:51:43 UTC, 2 replies.
- [GitHub] [lucene-solr] janhoy commented on pull request #2641: SOLR-15965 Use proper signatures for SolrAuth - posted by GitBox <gi...@apache.org> on 2022/02/16 15:42:40 UTC, 0 replies.
- [GitHub] [lucene] gsmiller commented on pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/16 17:18:21 UTC, 1 replies.
- [GitHub] [lucene] gsmiller commented on a change in pull request #685: LUCENE-10415: FunctionScoreQuery and IndexOrDocValuesQuery delegate Weight#count. - posted by GitBox <gi...@apache.org> on 2022/02/16 17:38:45 UTC, 0 replies.
- [GitHub] [lucene] vigyasharma commented on pull request #677: LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery when all docs have the field - posted by GitBox <gi...@apache.org> on 2022/02/16 20:39:25 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #685: LUCENE-10415: FunctionScoreQuery and IndexOrDocValuesQuery delegate Weight#count. - posted by GitBox <gi...@apache.org> on 2022/02/17 06:20:28 UTC, 0 replies.
- [GitHub] [lucene] iverase merged pull request #685: LUCENE-10415: FunctionScoreQuery and IndexOrDocValuesQuery delegate Weight#count. - posted by GitBox <gi...@apache.org> on 2022/02/17 07:04:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10415) FunctionScoreQuery and IndexOrDocValuesQuery should delegate Weight#count - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/17 07:09:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10424) Optimize the "everything matches" case for count queries in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/17 09:38:00 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova merged pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors - posted by GitBox <gi...@apache.org> on 2022/02/17 10:34:58 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/17 10:44:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/17 10:44:00 UTC, 7 replies.
- [jira] [Resolved] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/17 10:45:00 UTC, 0 replies.
- [jira] [Closed] (LUCENE-10408) Better dense encoding of doc Ids in Lucene91HnswVectorsFormat - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/17 10:45:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10420) Move functional interfaces in IOUtils to top-level interfaces - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/17 11:41:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10425) Lucene supports bkd binary search and return current index of posting list - posted by "jianping weng (Jira)" <ji...@apache.org> on 2022/02/17 12:26:00 UTC, 0 replies.
- [GitHub] [lucene] wjp719 opened a new pull request #687: support binary search in PointValues - posted by GitBox <gi...@apache.org> on 2022/02/17 12:38:03 UTC, 0 replies.
- [GitHub] [lucene] wjp719 opened a new pull request #688: PostingsEnum supports to return current index of postings - posted by GitBox <gi...@apache.org> on 2022/02/17 12:45:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10425) Lucene supports bkd binary search and return current index of posting list - posted by "jianping weng (Jira)" <ji...@apache.org> on 2022/02/17 12:59:00 UTC, 2 replies.
- [GitHub] [lucene] msokolov commented on pull request #688: LUCENE-10425:PostingsEnum supports to return current index of postings - posted by GitBox <gi...@apache.org> on 2022/02/17 16:03:39 UTC, 0 replies.
- [GitHub] [lucene] gsmiller merged pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/17 17:22:06 UTC, 0 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #689: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/17 17:29:25 UTC, 0 replies.
- [GitHub] [lucene] gsmiller merged pull request #689: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/17 18:16:46 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10398) Add static method for getting Terms from LeafReader - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/17 18:18:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10426) Should we create a static factory method for loading VectorValues? - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/17 18:37:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani merged pull request #677: LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery when all docs have the field - posted by GitBox <gi...@apache.org> on 2022/02/17 19:20:16 UTC, 0 replies.
- [jira] [Commented] (LUCENE-9334) Require consistency between data-structures on a per-field basis - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/17 19:21:00 UTC, 1 replies.
- [jira] [Resolved] (LUCENE-10084) Rewrite DocValuesFieldExistsQuery to a MatchAllDocsQuery when docCount == maxDoc - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/17 19:31:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani merged pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery - posted by GitBox <gi...@apache.org> on 2022/02/17 19:35:42 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #690: LUCENE-10408: Fix vector valuese iteration bug - posted by GitBox <gi...@apache.org> on 2022/02/17 20:38:07 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #690: LUCENE-10408: Fix vector values iteration bug - posted by GitBox <gi...@apache.org> on 2022/02/17 20:39:24 UTC, 0 replies.
- [GitHub] [lucene] spike-liu commented on pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/18 00:31:26 UTC, 0 replies.
- [GitHub] [lucene] spike-liu edited a comment on pull request #678: LUCENE-10398: Add static method for getting Terms from LeafReader - posted by GitBox <gi...@apache.org> on 2022/02/18 00:38:28 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10398) Add static method for getting Terms from LeafReader - posted by "spike liu (Jira)" <ji...@apache.org> on 2022/02/18 00:42:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10424) Optimize the "everything matches" case for count query in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/18 03:34:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/18 03:42:21 UTC, 0 replies.
- [GitHub] [lucene] wjp719 commented on pull request #688: LUCENE-10425:PostingsEnum supports to return current index of postings - posted by GitBox <gi...@apache.org> on 2022/02/18 04:56:16 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10425) log count aggregation optimization inside one segment - posted by "jianping weng (Jira)" <ji...@apache.org> on 2022/02/18 06:42:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10425) count aggregation optimization inside one segment in log sc - posted by "jianping weng (Jira)" <ji...@apache.org> on 2022/02/18 06:42:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10425) count aggregation optimization inside one segment in log scenario - posted by "jianping weng (Jira)" <ji...@apache.org> on 2022/02/18 06:42:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10424) Optimize the "everything matches" case for count query in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/18 07:59:00 UTC, 4 replies.
- [jira] (LUCENE-10424) Optimize the "everything matches" case for count query in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/18 08:27:00 UTC, 0 replies.
- [GitHub] [lucene] mayya-sharipova commented on a change in pull request #690: LUCENE-10408: Fix vector values iteration bug - posted by GitBox <gi...@apache.org> on 2022/02/18 09:22:30 UTC, 0 replies.
- [GitHub] [lucene] mogui edited a comment on pull request #679: Monitor Improvements LUCENE-10422 - posted by GitBox <gi...@apache.org> on 2022/02/18 09:53:18 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/18 09:55:25 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on a change in pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/18 10:58:33 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/18 12:42:47 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/18 12:46:03 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/18 12:53:47 UTC, 1 replies.
- [GitHub] [lucene] LuXugang commented on pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/18 13:29:31 UTC, 0 replies.
- [jira] [Created] (LUCENE-10427) OLAP likewise rollup during segment merge process - posted by "Suhan Mao (Jira)" <ji...@apache.org> on 2022/02/18 15:27:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10427) OLAP likewise rollup during segment merge process - posted by "Suhan Mao (Jira)" <ji...@apache.org> on 2022/02/18 15:28:00 UTC, 3 replies.
- [GitHub] [lucene] jtibshirani merged pull request #690: LUCENE-10408: Fix vector values iteration bug - posted by GitBox <gi...@apache.org> on 2022/02/18 19:36:39 UTC, 0 replies.
- [jira] [Created] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop - posted by "Ankit Jain (Jira)" <ji...@apache.org> on 2022/02/18 21:39:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop - posted by "Ankit Jain (Jira)" <ji...@apache.org> on 2022/02/18 21:40:00 UTC, 6 replies.
- [jira] [Commented] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop - posted by "Daniel Doubrovkine (Jira)" <ji...@apache.org> on 2022/02/19 01:40:00 UTC, 4 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #693: LUCENE-10400: revise binary dictionaries' constructor in nori - posted by GitBox <gi...@apache.org> on 2022/02/19 04:19:35 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #694: supress Actions jobs when only text files are changed - posted by GitBox <gi...@apache.org> on 2022/02/19 12:32:18 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #694: supress Actions jobs when only text files are changed - posted by GitBox <gi...@apache.org> on 2022/02/19 13:28:34 UTC, 0 replies.
- [GitHub] [lucene] rmuir commented on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/19 17:23:28 UTC, 9 replies.
- [GitHub] [lucene] dweiss commented on pull request #694: supress Actions jobs when only text files are changed - posted by GitBox <gi...@apache.org> on 2022/02/19 19:03:24 UTC, 0 replies.
- [GitHub] [lucene] dweiss edited a comment on pull request #694: supress Actions jobs when only text files are changed - posted by GitBox <gi...@apache.org> on 2022/02/19 19:03:35 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #693: LUCENE-10400: revise binary dictionaries' constructor in nori - posted by GitBox <gi...@apache.org> on 2022/02/20 07:14:38 UTC, 0 replies.
- [GitHub] [lucene] mocobeta merged pull request #693: LUCENE-10400: revise binary dictionaries' constructor in nori - posted by GitBox <gi...@apache.org> on 2022/02/20 07:17:10 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #695: LUCENE-10400: Remove deprecated constructors in Nori - posted by GitBox <gi...@apache.org> on 2022/02/20 07:54:07 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #695: LUCENE-10400: Remove deprecated constructors in Nori - posted by GitBox <gi...@apache.org> on 2022/02/20 08:40:28 UTC, 0 replies.
- [GitHub] [lucene] mocobeta merged pull request #695: LUCENE-10400: Remove deprecated constructors in Nori - posted by GitBox <gi...@apache.org> on 2022/02/20 08:41:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10400) Clean up the constructors' API signature of dictionary classes in kuromoji and nori - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/20 11:05:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10416) Update Korean Dictionary for Nori - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/20 12:31:00 UTC, 8 replies.
- [jira] [Resolved] (LUCENE-10416) Update Korean Dictionary for Nori - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/20 12:53:00 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10416) Update Korean Dictionary for Nori - posted by "Uwe Schindler (Jira)" <ji...@apache.org> on 2022/02/20 13:20:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta closed pull request #694: supress Actions jobs when only text files are changed - posted by GitBox <gi...@apache.org> on 2022/02/21 01:53:50 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/21 03:31:42 UTC, 0 replies.
- [GitHub] [lucene] LuXugang edited a comment on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/21 03:31:55 UTC, 0 replies.
- [GitHub] [lucene] iverase merged pull request #691: LUCENE-10424: Optimize the "everything matches" case for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/21 06:08:34 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10424) Optimize the "everything matches" case for count query in PointRangeQuery - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/21 06:12:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10429) DocIdsetBuilder implementation implementation is inconsistent with DocIdsetBuilder#grow contract - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/21 07:28:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10429) DocIdsetBuilder implementation is inconsistent with DocIdsetBuilder#grow contract - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/21 07:29:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10429) DocIdsetBuilder implementation is inconsistent with DocIdSetBuilder#grow contract - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/21 07:29:00 UTC, 0 replies.
- [GitHub] [lucene] mocobeta opened a new pull request #697: migrate to temurin - posted by GitBox <gi...@apache.org> on 2022/02/21 07:32:28 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #698: LUCENE-10429: Change how DocIdSetBuilder compute the cost of the dense iterator - posted by GitBox <gi...@apache.org> on 2022/02/21 07:39:28 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/21 07:42:24 UTC, 3 replies.
- [GitHub] [lucene] mocobeta merged pull request #697: migrate to temurin - posted by GitBox <gi...@apache.org> on 2022/02/21 08:09:28 UTC, 0 replies.
- [GitHub] [lucene-solr] janhoy opened a new pull request #2642: SOLR-16019 Query parsing exception return HTTP 400 instead of 500 - posted by GitBox <gi...@apache.org> on 2022/02/21 14:12:06 UTC, 0 replies.
- [GitHub] [lucene-solr] janhoy commented on a change in pull request #2642: SOLR-16019 Query parsing exception return HTTP 400 instead of 500 - posted by GitBox <gi...@apache.org> on 2022/02/21 14:12:48 UTC, 0 replies.
- [jira] [Created] (LUCENE-10430) Literal double quotes cause exception in class RegExp - posted by "Holger Rehn (Jira)" <ji...@apache.org> on 2022/02/21 20:37:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10430) Literal double quotes cause exception in class RegExp - posted by "Holger Rehn (Jira)" <ji...@apache.org> on 2022/02/21 20:44:00 UTC, 3 replies.
- [GitHub] [lucene] jpountz commented on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/22 08:09:24 UTC, 2 replies.
- [GitHub] [lucene] jpountz commented on pull request #698: LUCENE-10429: Change how DocIdSetBuilder compute the cost of the dense iterator - posted by GitBox <gi...@apache.org> on 2022/02/22 08:12:51 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on pull request #698: LUCENE-10429: Change how DocIdSetBuilder compute the cost of the dense iterator - posted by GitBox <gi...@apache.org> on 2022/02/22 09:10:15 UTC, 0 replies.
- [jira] [Created] (LUCENE-10431) AssertionError in BooleanQuery.hashCode() - posted by "Michael Bien (Jira)" <ji...@apache.org> on 2022/02/22 09:25:00 UTC, 0 replies.
- [GitHub] [lucene] iverase edited a comment on pull request #692: LUCENE-10311: Different implementations of DocIdSetBuilder for points and terms - posted by GitBox <gi...@apache.org> on 2022/02/22 12:38:40 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10424) Optimize the "everything matches" case for count query in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/22 15:23:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10412) Improve handling of MatchNoDocsQuery in rewrite rules - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/22 16:31:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10432) Add optional 'name' property to org.apache.lucene.search.Explanation - posted by "Andriy Redko (Jira)" <ji...@apache.org> on 2022/02/22 19:56:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10432) Add optional 'name' property to org.apache.lucene.search.Explanation - posted by "Andriy Redko (Jira)" <ji...@apache.org> on 2022/02/22 19:59:00 UTC, 5 replies.
- [GitHub] [lucene-solr] andywebb1975 opened a new pull request #2643: Make Config API work for warming queries - posted by GitBox <gi...@apache.org> on 2022/02/22 20:25:09 UTC, 0 replies.
- [jira] [Created] (LUCENE-10433) we should pass l instead of d to getFallbackSelector(d).select in RadixSelector.select() - posted by "kkewwei (Jira)" <ji...@apache.org> on 2022/02/23 00:58:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10433) we should pass l instead of d to getFallbackSelector(d).select in RadixSelector.select() - posted by "kkewwei (Jira)" <ji...@apache.org> on 2022/02/23 00:59:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10433) we should pass l instead of d to getFallbackSelector(d).select in RadixSelector.select() - posted by "kkewwei (Jira)" <ji...@apache.org> on 2022/02/23 01:01:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #699: LUCENE-10054: Make sure to use Lucene90 codec in unit tests - posted by GitBox <gi...@apache.org> on 2022/02/23 01:47:58 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani opened a new pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs - posted by GitBox <gi...@apache.org> on 2022/02/23 02:22:54 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs - posted by GitBox <gi...@apache.org> on 2022/02/23 02:24:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10434) Improve handling of DocValuesRangeQuery in rewrite rules - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/23 03:10:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10434) Improve handling of DocValuesRangeQuery in rewrite rules - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/23 03:33:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10434) Improve handling of DocValuesRangeQuery in rewrite rules - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/23 03:34:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on a change in pull request #677: LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery when all docs have the field - posted by GitBox <gi...@apache.org> on 2022/02/23 06:48:20 UTC, 0 replies.
- [jira] [Created] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/23 07:17:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/23 07:25:31 UTC, 0 replies.
- [GitHub] [lucene] dweiss commented on pull request #696: Custom GitHub action to generate build matrix - posted by GitBox <gi...@apache.org> on 2022/02/23 08:52:09 UTC, 0 replies.
- [jira] [Created] (LUCENE-10436) Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery? - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/23 08:57:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/23 09:18:53 UTC, 1 replies.
- [GitHub] [lucene] LuXugang removed a comment on pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/23 09:19:18 UTC, 0 replies.
- [GitHub] [lucene] jpountz opened a new pull request #702: LUCENE-10382: Use `IndexReaderContext#id` to check reader identity. - posted by GitBox <gi...@apache.org> on 2022/02/23 09:36:26 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs - posted by GitBox <gi...@apache.org> on 2022/02/23 10:09:54 UTC, 3 replies.
- [GitHub] [lucene-solr] epugh commented on pull request #2643: SOLR-9359 Make Config API work for warming queries - posted by GitBox <gi...@apache.org> on 2022/02/23 11:04:32 UTC, 0 replies.
- [jira] [Created] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/23 11:17:00 UTC, 0 replies.
- [GitHub] [lucene] iverase opened a new pull request #703: LUCENE-10437: Improve error message in the Tessellator for polygon with all points collinear - posted by GitBox <gi...@apache.org> on 2022/02/23 11:27:53 UTC, 0 replies.
- [GitHub] [lucene] iverase merged pull request #703: LUCENE-10437: Improve error message in the Tessellator for polygon with all points collinear - posted by GitBox <gi...@apache.org> on 2022/02/23 12:51:54 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/23 12:52:00 UTC, 1 replies.
- [GitHub] [lucene] jpountz merged pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/23 12:54:07 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/23 12:56:00 UTC, 3 replies.
- [jira] [Resolved] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear - posted by "Ignacio Vera (Jira)" <ji...@apache.org> on 2022/02/23 12:57:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10432) Add optional 'name' property to org.apache.lucene.search.Explanation - posted by "Andriy Redko (Jira)" <ji...@apache.org> on 2022/02/23 13:31:00 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#count using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/23 13:38:13 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10425) count aggregation optimization inside one segment in log scenario - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/23 13:40:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10438) Leverage Weight#count in lucene/facets - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/23 13:42:00 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on pull request #686: LUCENE-10421: use Constant instead of relying upon timestamp - posted by GitBox <gi...@apache.org> on 2022/02/23 14:00:44 UTC, 0 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #704: LUCENE-10435: add CHANGES.txt entry - posted by GitBox <gi...@apache.org> on 2022/02/23 14:38:36 UTC, 0 replies.
- [GitHub] [lucene] mocobeta commented on pull request #696: Custom GitHub action to generate build matrix - posted by GitBox <gi...@apache.org> on 2022/02/23 15:14:17 UTC, 1 replies.
- [GitHub] [lucene] jtibshirani merged pull request #699: LUCENE-10054: Make sure to use Lucene90 codec in unit tests - posted by GitBox <gi...@apache.org> on 2022/02/23 16:23:14 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #704: LUCENE-10435: add CHANGES.txt entry - posted by GitBox <gi...@apache.org> on 2022/02/23 16:27:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs - posted by GitBox <gi...@apache.org> on 2022/02/23 16:32:25 UTC, 3 replies.
- [GitHub] [lucene] LuXugang commented on a change in pull request #704: LUCENE-10435: add CHANGES.txt entry - posted by GitBox <gi...@apache.org> on 2022/02/23 16:41:50 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10438) Leverage Weight#count in lucene/facets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/23 19:33:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10438) Leverage Weight#count in lucene/facets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/23 19:33:00 UTC, 4 replies.
- [GitHub] [lucene] jtibshirani merged pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs - posted by GitBox <gi...@apache.org> on 2022/02/23 22:58:39 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani merged pull request #704: LUCENE-10435: add CHANGES.txt entry - posted by GitBox <gi...@apache.org> on 2022/02/23 23:41:13 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10438) Leverage Weight#count in lucene/facets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/23 23:42:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/24 06:31:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #705: LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/24 06:55:13 UTC, 0 replies.
- [GitHub] [lucene] gf2121 opened a new pull request #706: LUCENE-10417: Revert "LUCENE-10315" - posted by GitBox <gi...@apache.org> on 2022/02/24 08:02:00 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 08:17:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #706: LUCENE-10417: Revert "LUCENE-10315" - posted by GitBox <gi...@apache.org> on 2022/02/24 08:41:29 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10417) IntNRQ task performance decreased in nightly benchmark - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/24 08:42:00 UTC, 2 replies.
- [jira] [Assigned] (LUCENE-10194) Should IndexWriter buffer KNN vectors on disk? - posted by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2022/02/24 08:49:00 UTC, 0 replies.
- [GitHub] [lucene] gf2121 merged pull request #707: LUCENE-10417: Revert LUCENE-10315 (backport 9x) - posted by GitBox <gi...@apache.org> on 2022/02/24 08:57:56 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on pull request #705: LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/24 09:08:19 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #705: LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by GitBox <gi...@apache.org> on 2022/02/24 09:13:17 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/24 09:14:00 UTC, 1 replies.
- [GitHub] [lucene] jpountz opened a new pull request #708: LUCENE-10408: Write doc IDs of KNN vectors as ints rather than vints. - posted by GitBox <gi...@apache.org> on 2022/02/24 09:31:32 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #708: LUCENE-10408: Write doc IDs of KNN vectors as ints rather than vints. - posted by GitBox <gi...@apache.org> on 2022/02/24 12:36:24 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #702: LUCENE-10382: Use `IndexReaderContext#id` to check reader identity. - posted by GitBox <gi...@apache.org> on 2022/02/24 12:38:16 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 12:54:00 UTC, 0 replies.
- [jira] [Reopened] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 13:06:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 13:06:00 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10431) AssertionError in BooleanQuery.hashCode() - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 13:59:00 UTC, 5 replies.
- [GitHub] [lucene] rmuir opened a new pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 14:59:21 UTC, 0 replies.
- [GitHub] [lucene] rmuir commented on pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 15:01:22 UTC, 5 replies.
- [GitHub] [lucene] jpountz commented on pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 15:13:13 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 15:21:54 UTC, 3 replies.
- [GitHub] [lucene] iverase commented on pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 15:53:42 UTC, 4 replies.
- [GitHub] [lucene] iverase edited a comment on pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 15:54:17 UTC, 1 replies.
- [GitHub] [lucene] rmuir commented on a change in pull request #709: LUCENE-10311: remove complex cost estimation and abstraction leakage around it - posted by GitBox <gi...@apache.org> on 2022/02/24 16:11:50 UTC, 1 replies.
- [GitHub] [lucene] jpountz opened a new pull request #710: LUCENE-10311: Make FixedBitSet#approximateCardinality faster (and actually approximate). - posted by GitBox <gi...@apache.org> on 2022/02/24 16:33:30 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10427) OLAP likewise rollup during segment merge process - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/24 16:40:00 UTC, 1 replies.
- [GitHub] [lucene] rmuir commented on pull request #710: LUCENE-10311: Make FixedBitSet#approximateCardinality faster (and actually approximate). - posted by GitBox <gi...@apache.org> on 2022/02/24 16:46:40 UTC, 1 replies.
- [jira] [Comment Edited] (LUCENE-10428) getMinCompetitiveScore method in MaxScoreSumPropagator fails to converge leading to busy threads in infinite loop - posted by "Ankit Jain (Jira)" <ji...@apache.org> on 2022/02/24 17:01:00 UTC, 2 replies.
- [GitHub] [lucene] rmuir commented on a change in pull request #710: LUCENE-10311: Make FixedBitSet#approximateCardinality faster (and actually approximate). - posted by GitBox <gi...@apache.org> on 2022/02/24 18:06:43 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10391) Reuse data structures across HnswGraph invocations - posted by "Julie Tibshirani (Jira)" <ji...@apache.org> on 2022/02/24 18:26:00 UTC, 0 replies.
- [GitHub] [lucene] jtibshirani commented on pull request #686: LUCENE-10421: use Constant instead of relying upon timestamp - posted by GitBox <gi...@apache.org> on 2022/02/24 19:13:52 UTC, 0 replies.
- [jira] [Created] (LUCENE-10440) Reduce visibility of TaxonomyFacets and FloatTaxonomyFacets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/24 19:14:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10440) Reduce visibility of TaxonomyFacets and FloatTaxonomyFacets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/24 19:14:00 UTC, 0 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #712: LUCENE-10440: Reduce visibility of TaxonomyFacets and FloatTaxonomyFacets - posted by GitBox <gi...@apache.org> on 2022/02/24 19:35:42 UTC, 0 replies.
- [GitHub] [lucene] gsmiller opened a new pull request #713: LUCENE-10440: Mark TaxonomyFacets and FloatTaxonomyFacets as deprecated - posted by GitBox <gi...@apache.org> on 2022/02/24 19:36:45 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10440) Reduce visibility of TaxonomyFacets and FloatTaxonomyFacets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/24 19:41:00 UTC, 0 replies.
- [GitHub] [lucene] magibney commented on pull request #380: LUCENE-10171 - Fix dictionary-based OpenNLPLemmatizerFilterFactory caching issue - posted by GitBox <gi...@apache.org> on 2022/02/24 20:18:46 UTC, 0 replies.
- [jira] [Commented] (LUCENE-9952) FacetResult#value can be inaccurate in SortedSetDocValueFacetCounts - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/24 21:45:00 UTC, 1 replies.
- [jira] [Commented] (LUCENE-10394) Explore moving ByteBuffer(sData|Index)Input to absolute bulk gets - posted by "Gautam Worah (Jira)" <ji...@apache.org> on 2022/02/25 03:04:00 UTC, 0 replies.
- [jira] (LUCENE-10394) Explore moving ByteBuffer(sData|Index)Input to absolute bulk gets - posted by "Gautam Worah (Jira)" <ji...@apache.org> on 2022/02/25 03:05:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10441) ArrayIndexOutOfBoundsException during indexing - posted by "Peixin Li (Jira)" <ji...@apache.org> on 2022/02/25 04:16:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10441) ArrayIndexOutOfBoundsException during indexing - posted by "Peixin Li (Jira)" <ji...@apache.org> on 2022/02/25 04:17:00 UTC, 0 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #714: LUCENE-10439: update CHANGES.txt - posted by GitBox <gi...@apache.org> on 2022/02/25 05:13:18 UTC, 0 replies.
- [GitHub] [lucene] rmuir merged pull request #686: LUCENE-10421: use Constant instead of relying upon timestamp - posted by GitBox <gi...@apache.org> on 2022/02/25 05:38:29 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10421) Non-deterministic results from KnnVectorQuery? - posted by "Robert Muir (Jira)" <ji...@apache.org> on 2022/02/25 06:36:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10442) When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/25 08:28:00 UTC, 0 replies.
- [jira] [Updated] (LUCENE-10442) When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/25 09:03:00 UTC, 2 replies.
- [GitHub] [lucene] LuXugang opened a new pull request #715: LUCENE-10442: When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/25 09:04:55 UTC, 0 replies.
- [jira] [Created] (LUCENE-10443) Remove one of SparseFixedBitSet/DocIdSetBuilder.Buffer - posted by "Robert Muir (Jira)" <ji...@apache.org> on 2022/02/25 13:55:00 UTC, 0 replies.
- [jira] [Created] (LUCENE-10444) Support alternate aggregation functions in association facets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/25 14:39:00 UTC, 0 replies.
- [jira] [Assigned] (LUCENE-10444) Support alternate aggregation functions in association facets - posted by "Greg Miller (Jira)" <ji...@apache.org> on 2022/02/25 14:40:00 UTC, 0 replies.
- [GitHub] [lucene-solr] andywebb1975 commented on pull request #2643: SOLR-9359 Make Config API work for warming queries - posted by GitBox <gi...@apache.org> on 2022/02/25 16:41:24 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10432) Add optional 'name' property to org.apache.lucene.search.Explanation - posted by "Andriy Redko (Jira)" <ji...@apache.org> on 2022/02/25 20:00:00 UTC, 1 replies.
- [GitHub] [lucene] javanna opened a new pull request #716: LUCENE-10002: Replace test usages of TopScoreDocCollector with a corresponding collector manager - posted by GitBox <gi...@apache.org> on 2022/02/25 21:08:01 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10430) Literal double quotes cause exception in class RegExp - posted by "Robert Muir (Jira)" <ji...@apache.org> on 2022/02/26 21:53:00 UTC, 0 replies.
- [GitHub] [lucene] wjp719 commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#count using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/27 05:52:55 UTC, 0 replies.
- [GitHub] [lucene] wjp719 edited a comment on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocSetIdIterator construction using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/27 05:58:20 UTC, 10 replies.
- [jira] [Created] (LUCENE-10445) Reproducible assertion failure in o.a.l.luke.models.documents.TestDocumentsImpl.testNextTermDoc - posted by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/27 11:51:00 UTC, 0 replies.
- [jira] [Comment Edited] (LUCENE-10427) OLAP likewise rollup during segment merge process - posted by "Suhan Mao (Jira)" <ji...@apache.org> on 2022/02/27 13:39:00 UTC, 1 replies.
- [GitHub] [lucene-solr] kiranchitturi opened a new pull request #2644: SOLR-16009 Add custom udfs for filtering inside multi-valued fields - posted by GitBox <gi...@apache.org> on 2022/02/28 06:39:29 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocSetIdIterator construction using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/28 07:53:41 UTC, 0 replies.
- [jira] [Commented] (LUCENE-10442) When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/02/28 10:32:00 UTC, 3 replies.
- [GitHub] [lucene] codaitya commented on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox - posted by GitBox <gi...@apache.org> on 2022/02/28 11:52:52 UTC, 0 replies.
- [GitHub] [lucene] wjp719 commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocSetIdIterator construction using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/28 13:14:16 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox - posted by GitBox <gi...@apache.org> on 2022/02/28 13:39:24 UTC, 0 replies.
- [GitHub] [lucene] jpountz edited a comment on pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox - posted by GitBox <gi...@apache.org> on 2022/02/28 13:39:58 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on a change in pull request #446: LUCENE-10237 : Add MergeOnCommitTieredMergePolicy to sandbox - posted by GitBox <gi...@apache.org> on 2022/02/28 13:42:46 UTC, 0 replies.
- [GitHub] [lucene] jpountz commented on pull request #715: LUCENE-10442: When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/28 13:55:50 UTC, 0 replies.
- [GitHub] [lucene] iverase commented on a change in pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#BoundedDocSetIdIterator construction using bkd binary search - posted by GitBox <gi...@apache.org> on 2022/02/28 14:15:19 UTC, 0 replies.
- [GitHub] [lucene] LuXugang commented on pull request #715: LUCENE-10442: When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/28 15:12:43 UTC, 0 replies.
- [GitHub] [lucene-solr] thelabdude commented on a change in pull request #2644: SOLR-16009 Add custom udfs for filtering inside multi-valued fields - posted by GitBox <gi...@apache.org> on 2022/02/28 16:15:44 UTC, 0 replies.
- [GitHub] [lucene] jpountz merged pull request #715: LUCENE-10442: When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by GitBox <gi...@apache.org> on 2022/02/28 17:46:47 UTC, 0 replies.
- [jira] [Resolved] (LUCENE-10442) When indexQuery or/and dvQuery be a MatchAllDocsQuery then IndexOrDocValuesQuery should be rewrite to MatchAllDocsQuery - posted by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/02/28 18:11:00 UTC, 0 replies.
- [GitHub] [lucene-solr] kiranchitturi commented on a change in pull request #2644: SOLR-16009 Add custom udfs for filtering inside multi-valued fields - posted by GitBox <gi...@apache.org> on 2022/02/28 20:16:52 UTC, 0 replies.