Status
All
  Closed (24785)
  Resolved (6611)
Open (5162)
  Waiting for Infra (122)
Reopened (110)
  Patch Available (62)
  Waiting for user (56)
Project
All
  Solr (4010)
  Tika (1262)
Updated
All
  Past day (9)
  Past 2 days (12)
  Past 3 days (16)
  Past week (33)
  Past month (91)
Updated ago
All
  > 1 day ago (5263)
  > 2 days ago (5260)
  > 3 days ago (5256)
  > 1 week ago (5239)
  > 1 month ago (5181)
  > 3 months ago (5089)
  > 1 year ago (4840)
User
All
  Tim Allison (708)
  David Smiley (548)
  Chris M. Hostetter (544)
  commitbot (425)
  Jan Høydahl (369)
  Mark Miller (331)
  Erick Erickson (293)

See all 2163...
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 (228)
  Tim Allison (225)
  Hudson (219)
  Uwe Schindler (200)
  Chris M. Hostetter (166)
  Jan Høydahl (133)
  Erick Erickson (98)

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

See all 63...
Committed paths
All
  solr (142)
  lucene (12)
  dev-tools (2)
  test (1)
Component
All
  SolrCloud (442)
  parser (341)
  search (159)
  SolrJ (155)
  Admin UI (146)
  streaming expressions (140)
  query parsers (138)

See all 115...
Type
All
  Bug (2084)
  Improvement (1742)
  New Feature (519)
  Task (428)
  Sub-task (275)
  Test (126)
  Wish (98)
Priority
All
  Major (3528)
  Minor (1444)
  Trivial (174)
  Critical (99)
  Blocker (27)
Labels
All
  pull-request-available (159)
  newdev (82)
  patch (40)
  newbie (40)
  features (39)
  performance (20)
  new-parser (20)

See all 494...
Attachment?
All
  None (4033)
  Patch (791)
  Other (384)
  Image (120)
  Text File (96)
  Archive (68)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4847)
  Yes (425)
Has votes?
All
  No (4486)
  Yes (786)
Reporter
All
  Tim Allison (385)
  Chris M. Hostetter (244)
  David Smiley (191)
  Mark Miller (146)
  Joel Bernstein (119)
  Noble Paul (111)
  Varun Thacker (102)

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

See all 81...
Resolution
All
  Unresolved (5267)
  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

TIKA-4704: Avoid remaining temp files
1.4 hours ago  53 comments  0 votes  3 watches  Tilman HausherrHudsoncommitbot
    Hudson 1.4 hours ago:  SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk17 #1285 (See [https://ci-builds.apache.org ...
    commitbot 3.2 hours ago:  N/A

SOLR-18168: Replace PathExclusionFilter with web.xml configuration
5.4 hours ago  3 comments  0 votes  2 watches  David Smileycommitbot
    commitbot 5.4 hours ago:  branch_10x: Remove PathExclusionFilter; serve static content via ResourceServlet (#4243) Instead ... Solr's filters are remapped from url-pattern="/*" to servlet-name="SolrServlet", so they naturally ... BATS integration tests were added to replace ones that had used JettySolrRunner previously.
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: Remove PathExclusionFilter; serve static content via ResourceServlet ( ... Solr's filters are remapped from url-pattern="/*" to servlet-name="SolrServlet", so they naturally ... BATS integration tests were added to replace ones that had used JettySolrRunner previously.

SOLR-18185: Published POM have missing versions
5.4 hours ago  3 comments  0 votes  2 watches  David Smileycommitbot
    commitbot 5.4 hours ago:  branch_10x: POMs: publish resolved version (#4256) Co-authored-by: Copilot <175728472+Copilot@ ...
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: POMs: publish resolved version (#4256) Co-authored-by: Copilot < ...

SOLR-17697: Use picocli instead of commons-cli
9.3 hours ago  2 comments  1 votes  3 watches  Jan HøydahlEric Pughcommitbot
    commitbot 9.3 hours ago:  jira/SOLR-17697-picocli: Add changelog entry for SOLR-17697
    Eric Pugh 1 year ago:  Cross referencing to the PR that has subtasks: https://github.com/apache/solr/pull/3254

SOLR-16458: Cosmetic improvements and migration to JAX-RS ("node" APIs)
9.4 hours ago  13 comments  0 votes  5 watches  Jason GerlowskiIsabelle GiguereChris M. HostetterEric Pughcommitbot
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: Fix flaky test HealthCheckHandlerTest due to SSL (#4247) Switching from ...
    Eric Pugh 4.4 days ago:  [Chris M. Hostetter] I wanted to make sure you saw that we got the fix in for that flaky test!   Thanks for pinging me on it.

SOLR-13309: Add FieldTypes for Lucene IntRange, LongRange, FloatRange, DoubleRange
9.4 hours ago  13 comments  1 votes  7 watches  Jason GerlowskiAnshum GuptaDavid Smileycommitbot
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: Add DoubleRangeField exposing Lucene 'DoubleRange' (#4239) Completes ...
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: Introduce FloatRangeField to expose Lucene 'FloatRange' (#4229) Mirrors ...

SOLR-18077: CrossDC Consumer - out-of-order Kafka partition processing
9.4 hours ago  7 comments  0 votes  3 watches  Andrzej BialeckiDavid Smileycommitbot
    commitbot 9.4 hours ago:  jira/SOLR-17697-picocli: ignore flaky test
    commitbot 6.8 days ago:  branch_10x: ignore flaky test

[30.1 msec search, 31.0 msec total]