Status
All
  Closed (24785)
  Resolved (6624)
Open (5166)
  Waiting for Infra (122)
Reopened (111)
  Patch Available (63)
  Waiting for user (56)
Project
All
  Solr (4010)
  Tika (1267)
Updated
All
  Past day (4)
  Past 2 days (5)
  Past 3 days (15)
  Past week (19)
  Past month (77)
Updated ago
All
  > 1 day ago (5273)
  > 2 days ago (5272)
  > 3 days ago (5262)
  > 1 week ago (5258)
  > 1 month ago (5200)
  > 3 months ago (5104)
  > 1 year ago (4846)
User
All
  Tim Allison (714)
  David Smiley (548)
  Chris M. Hostetter (543)
  commitbot (433)
  Jan Høydahl (369)
  Mark Miller (331)
  Hudson (299)

See all 2168...
Committed by
All
  Chris Hostetter (28)
  Mark Robert Miller (20)
  Joel Bernstein (17)
  markrmiller (12)
  Shalin Shekhar Mangar (9)
  Noble Paul (7)
  Yonik Seeley (6)

See all 44...
Last comment user
All
  David Smiley (230)
  Hudson (224)
  Tim Allison (223)
  Uwe Schindler (200)
  Chris M. Hostetter (166)
  Jan Høydahl (135)
  Erick Erickson (99)

See all 749...
Fix version
All
  10.1 (4)
  10.0 (15)
  9.11 (3)
  8.3 (2)
  8.2 (5)

See all 62...
Committed paths
All
  solr (142)
  lucene (12)
  dev-tools (2)
  test (1)
Component
All
  SolrCloud (444)
  parser (341)
  search (160)
  SolrJ (155)
  Admin UI (145)
  streaming expressions (141)
  query parsers (138)

See all 115...
Type
All
  Bug (2081)
  Improvement (1747)
  New Feature (518)
  Task (433)
  Sub-task (274)
  Test (126)
  Wish (98)
Priority
All
  Major (3531)
  Minor (1447)
  Trivial (175)
  Critical (98)
  Blocker (26)
Labels
All
  pull-request-available (160)
  newdev (82)
  patch (40)
  newbie (40)
  features (39)
  performance (20)
  new-parser (20)

See all 494...
Attachment?
All
  None (4040)
  Patch (791)
  Other (384)
  Image (119)
  Text File (96)
  Archive (67)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4844)
  Yes (433)
Has votes?
All
  No (4492)
  Yes (785)
Reporter
All
  Tim Allison (391)
  Chris M. Hostetter (243)
  David Smiley (191)
  Mark Miller (146)
  Joel Bernstein (119)
  Noble Paul (111)
  Varun Thacker (102)

See all 1608...
Assignee
All
  Unassigned (4530)
  Mark Miller (104)
  Noble Paul (62)
  Joel Bernstein (44)
  David Smiley (41)
  Tim Allison (35)
  Shalin Shekhar Mangar (26)

See all 81...
Resolution
All
  Unresolved (5272)
  Fixed (3)
  Invalid (1)
  Abandoned (1)
  Filters: Status (Open,Reopened),  Project,  Updated,  Updated ago,  User,  Committed by,  Last comment user,  Fix version,  Committed paths,  Component,  Type,  Priority,  Labels,  Attachment?,  Commits?,  Has votes?,  Reporter,  Assignee,  Resolution

SOLR-18190: Collection-Level Index Upgrade API in SolrCloud (UPGRADECOLLECTIONINDEX)
6.9 hours ago  5 comments  0 votes  2 watches  Rahul GoswamiDavid Smiley
    David Smiley 6.9 hours ago:  FWIW I think renaming to _exclude_ the word "COLLECTION" is better as it's super long as proposed ... Not sure if you thought of the V2 API yet.
    Rahul Goswami 1.1 days ago:  I am pausing the work on the PR for 2-3 weeks since I am going to be tied up with things at my day ... If anyone has the bandwidth to continue the work on this or even re-work the PR, please feel free ... Else I'll try to pick this up again in a few weeks.

SOLR-18174: AsyncTracker Semaphore leak causes deadlock
7.4 hours ago  5 comments  0 votes  5 watches  Jan HøydahlDavid Smileycommitbot
    commitbot 7.4 hours ago:  branch_10x: SOLR-18174 AsyncTracker Semaphore permit leak fix (#4236) Also add metric ...
    commitbot 7.5 hours ago:  main: SOLR-18174 AsyncTracker Semaphore permit leak fix (#4236) Also add metric solr_client_reques ...

SOLR-18074: MultiValued dense vectors support (through inner nested vectors)
12.3 hours ago  2 comments  0 votes  4 watches  Alessandro BenedettiRahul Goswami
    Rahul Goswami 12.3 hours ago:  Linked the merged PR [#4051|https://github.com/apache/solr/pull/4051] since linking the Jira from ...
    Alessandro Benedetti 3.1 months ago:  [Chris M. Hostetter]  for your visibility

SOLR-17898: Updating collection property via v2 API endpoint fails with 500 response
18.2 hours ago  1 comments  0 votes  2 watches  Christos MalliaridisUtsav
    Utsav 18.2 hours ago:  This seems to be working correctly for me. Ran ```bash curl -s -X PUT   'http://localhost:8983/api/collections/techproducts/properties/foo ...

TIKA-4327: General updates for 4.0.0
1.6 days ago  224 comments  0 votes  3 watches  Tilman HausherrHudsoncommitbot
    Hudson 1.6 days ago:  SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk17 #1315 (See [https://ci-builds.apache.org ...
    commitbot 3 days ago:  N/A

SOLR-18188: solr-test-framework: Remove Apache HttpClient usages
2.1 days ago  7 comments  0 votes  2 watches  David Smileycommitbot
    commitbot 2.1 days ago:  branch_10x: RestTestHarness overhaul, add URLUtil.buildURI (#4270) Refactors RestTestHarness to ... Introduces URLUtil.buildURI helper, used by RestTestHarness and a backup test. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    commitbot 2.1 days ago:  branch_10x: Tests, switch from Apache to Jetty HttpClient (#4266) Switches many tests that were ... SimplePrinciple was made a record and used in places where an Apache variant was used. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

SOLR-14687: Make child/parent query parsers natively aware of _nest_path_
2.1 days ago  9 comments  1 votes  4 watches  Chris M. HostetterJan HøydahlDavid Smileycommitbot
    commitbot 2.1 days ago:  main: {!parent} and {!child} qparsers now use NestPathField (#4206) The {!
    David Smiley 10.7 days ago:  There's a case to be made to ditch parentPath (yet another param) and instead upgrade of&which to ... The [child childFilter=/product/sku] is presently the only case where we have a parameter relating ... There are more places where I think the scope of this issue (or follow-on) should touch -- JSON ...

[30.1 msec search, 31.0 msec total]