Status
All
  Closed (24784)
  Resolved (6597)
Open (5154)
  Waiting for Infra (122)
Reopened (110)
  Patch Available (62)
  Waiting for user (56)
Project
All
  Solr (4006)
  Tika (1258)
Updated
All
  Past day (8)
  Past 2 days (12)
  Past 3 days (23)
  Past week (33)
  Past month (91)
Updated ago
All
  > 1 day ago (5256)
  > 2 days ago (5252)
  > 3 days ago (5241)
  > 1 week ago (5231)
  > 1 month ago (5173)
  > 3 months ago (5078)
  > 1 year ago (4839)
User
All
  Tim Allison (707)
  David Smiley (545)
  Chris M. Hostetter (543)
  commitbot (423)
  Jan Høydahl (369)
  Mark Miller (331)
  Erick Erickson (293)

See all 2159...
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 (224)
  Tim Allison (224)
  Hudson (216)
  Uwe Schindler (200)
  Chris M. Hostetter (167)
  Jan Høydahl (133)
  Erick Erickson (98)

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

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

See all 115...
Type
All
  Bug (2083)
  Improvement (1740)
  New Feature (517)
  Task (423)
  Sub-task (277)
  Test (126)
  Wish (98)
Priority
All
  Major (3531)
  Minor (1439)
  Trivial (174)
  Critical (97)
  Blocker (23)
Labels
All
  pull-request-available (153)
  newdev (81)
  patch (40)
  newbie (40)
  features (39)
  security (20)
  performance (20)

See all 496...
Attachment?
All
  None (4029)
  Patch (791)
  Other (383)
  Image (118)
  Text File (96)
  Archive (67)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4841)
  Yes (423)
Has votes?
All
  No (4477)
  Yes (787)
Reporter
All
  Tim Allison (384)
  Chris M. Hostetter (244)
  David Smiley (188)
  Mark Miller (146)
  Joel Bernstein (119)
  Noble Paul (111)
  Varun Thacker (102)

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

See all 80...
Resolution
All
  Unresolved (5259)
  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-18114: CloudSolrClient fails deleteById with directUpdatesToLeadersOnly but no route passed
11.6 minutes ago  4 comments  0 votes  3 watches  Matthew BiscochoDavid Smileycommitbot
    commitbot 11.6 minutes ago:  branch_9x: [SOLR-18114] CloudSolrClient fails deleteById with directUpdatesToLeadersOnly but no ... Also added a log.warn when request is sent but no routing info is passed causing request to be sent ...
    commitbot 1.1 hours ago:  main: [SOLR-18114] CloudSolrClient fails deleteById with directUpdatesToLeadersOnly but no route ... Also added a log.warn when request is sent but no routing info is passed causing request to be sent ...

TIKA-4701: Use unencapsulated HTML body when it exists in MSGs
2.1 hours ago  1 comments  0 votes  1 watches  Tim Allison
    Tim Allison 2.1 hours ago:  We're losing alt= text in a few Italian files. And, there are two files where there are actually embedded image+wmf in pict elements but not in ... You can't make this up.

SOLR-18161: Improve /api/node/system response
6.5 hours ago  2 comments  0 votes  1 watches  Isabelle Giguere
    Isabelle Giguere 6.5 hours ago:  [Jason Gerlowski], [Eric Pugh] : PR available for the improvements that were left out of PR #4078
    Isabelle Giguere 13.7 hours ago:  As mentioned in https://github.com/apache/solr/pull/4078, I have a local stash with these changes, ...

TIKA-4700: Support OSGi Service Loader Mediator Spec
10.5 hours ago  6 comments  0 votes  2 watches  Konrad Windszuscommitbot
    commitbot 10.5 hours ago:  ########## tika-core/src/main/java/org/apache/tika/config/ServiceLoader.java: ########## @@ -34,14 ... . * * @since Apache Tika 0.9 */ +@ServiceConsumer(Parser.class) +@ServiceConsumer( ...
    commitbot 10.5 hours ago:  ########## tika-core/src/main/java/org/apache/tika/config/ServiceLoader.java: ########## @@ -34,14 ... . * * @since Apache Tika 0.9 */ +@ServiceConsumer(Parser.class) +@ServiceConsumer( ...

TIKA-4699: Non optional import-package in org.apache.tika.bundle-standard: "com.github.javaparser.resolution"
16.2 hours ago  0 comments  0 votes  1 watches  Konrad Windszus

TIKA-4698: Tika-parsers-standard-package (used as standalone bundle) fails loading CompositeExternalParser in ...
16.8 hours ago  1 comments  0 votes  2 watches  Konrad Windszus
    Konrad Windszus 16.8 hours ago:  The following solution approaches come to mind: # Adopt [OSGi Service Loader Mediator|https:// ...

SOLR-16932: Http2Client should have configurable `maxOutstandingRequests`, to support parallel requests in ...
18.8 hours ago  2 comments  0 votes  4 watches  Michael GibneyJan HøydahlDavid Smiley
    Jan Høydahl 18.8 hours ago:  Any Fullstory employee here who want to contribute your solution upstream?
    David Smiley 10.5 months ago:  Given FullStory's solution (that I'm linking from this Jira manually and [here|https://github.com/ ... I like that it's simple and there's wonderful deep exploratory comments explaining the rationale. I'd approve such a PR raised here.

[31.2 msec search, 32.0 msec total]