Status
All
  Closed (24785)
  Resolved (6636)
Open (5171)
  Waiting for Infra (122)
Reopened (111)
  Patch Available (63)
  Waiting for user (56)
Project
All
  Solr (4013)
  Tika (1269)
Updated
All
  Past day (9)
  Past 2 days (13)
  Past 3 days (18)
  Past week (28)
  Past month (75)
Updated ago
All
  > 1 day ago (5273)
  > 2 days ago (5269)
  > 3 days ago (5264)
  > 1 week ago (5254)
  > 1 month ago (5207)
  > 3 months ago (5107)
  > 1 year ago (4848)
User
All
  Tim Allison (715)
  David Smiley (545)
  Chris M. Hostetter (543)
  commitbot (436)
  Jan Høydahl (372)
  Mark Miller (331)
  Hudson (301)

See all 2167...
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 (227)
  Hudson (226)
  Tim Allison (223)
  Uwe Schindler (200)
  Chris M. Hostetter (166)
  Jan Høydahl (134)
  Erick Erickson (99)

See all 753...
Fix version
All
  10.1 (4)
  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 (445)
  parser (341)
  search (159)
  SolrJ (152)
  Admin UI (145)
  streaming expressions (141)
  query parsers (138)

See all 115...
Type
All
  Bug (2081)
  Improvement (1752)
  New Feature (515)
  Task (435)
  Sub-task (274)
  Test (127)
  Wish (98)
Priority
All
  Major (3535)
  Minor (1449)
  Trivial (175)
  Critical (97)
  Blocker (26)
Labels
All
  pull-request-available (163)
  newdev (84)
  patch (40)
  newbie (40)
  features (39)
  performance (20)
  new-parser (20)

See all 494...
Attachment?
All
  None (4046)
  Patch (791)
  Other (383)
  Image (119)
  Text File (96)
  Archive (67)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4846)
  Yes (436)
Has votes?
All
  No (4498)
  Yes (784)
Reporter
All
  Tim Allison (392)
  Chris M. Hostetter (243)
  David Smiley (191)
  Mark Miller (146)
  Joel Bernstein (119)
  Noble Paul (111)
  Varun Thacker (102)

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

See all 81...
Resolution
All
  Unresolved (5277)
  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-18194: Handle Updated Documents in UpgradeCoreIndex Child Doc Check
9.4 hours ago  1 comments  0 votes  2 watches  Lucas Kot-Zaniewskicommitbot
    commitbot 9.4 hours ago:  main: fix nested docs detection false positive (#4279) Previously if a segment had updates to ... These are not supported by the action so it would unnecessarily fail. We improve the check to compare cardinality of id with _root_ to identify child documents.

TIKA-4703: Integrate Docker image builds into apache/tika and deprecate standalone Docker repos
12.7 hours ago  27 comments  0 votes  3 watches  Nicholas DiPiazzaHudsoncommitbot
    Hudson 12.7 hours ago:  UNSTABLE: Integrated in Jenkins build Tika » tika-main-jdk17 #1338 (See [https://ci-builds.apache.or ...
    commitbot 15.6 hours ago:  N/A

SOLR-16458: Cosmetic improvements and migration to JAX-RS ("node" APIs)
14.9 hours ago  14 comments  0 votes  5 watches  Jason GerlowskiIsabelle GiguereChris M. HostetterEric Pughcommitbot
    Jason Gerlowski 14.9 hours ago:  [Eric Pugh] - I noticed that the "/node/logging" conversion you did above isn't on branch_10x....do ... (I noticed this because I made a similar mistake for "/admin/info/system" and was going back ...
    commitbot 22.8 days ago:  jira/SOLR-17697-picocli: Fix flaky test HealthCheckHandlerTest due to SSL (#4247) Switching from ...

SOLR-16738: Add v2 API support to AdminHandlersProxy
16.1 hours ago  6 comments  0 votes  3 watches  Jason GerlowskiIsabelle Giguerecommitbot
    commitbot 16.1 hours ago:  main: Refactor AdminHandlersProxy for better extensibility (#3991) Replaces the static ... RemoteRequestProxy provides the core ... Callers can now customize ...
    Jason Gerlowski 2.9 months ago:  Yeah that makes sense - we'll definitely want #3991 at some point. I just don't want it holding up yours in the meantime haha.

TIKA-4721: Fix intermittent locale-sensitive test failures in tika-pipes-integration-tests on Windows (tr_TR, ...
16.7 hours ago  1 comments  0 votes  3 watches  Nicholas DiPiazzacommitbot
    commitbot 16.7 hours ago:  ## Summary Fixes the intermittent `testGracefulShutdown` failure in the **main jdk17 windows ... The failure was **not** locale-related despite appearing only in that job. The root cause was a TOCTOU (time-of-check-time-of-use) race in `SharedServerManager.startServer()` ...

SOLR-18214: Base configset during configset creation is not optional
19.4 hours ago  1 comments  0 votes  2 watches  Christos MalliaridisEric Pugh
    Eric Pugh 19.4 hours ago:  Yeah, the whole baseConfigSet thing feels a bit odd and I don't love the semantics.   I sort of understand that you can't just create a configset that doesn't have all the various files ... It's all based on the idea you create the configset outside of Solr and then bring it it. 

SOLR-18127: Introduce pluggable solr native text-to-vector TextToVectorModel interface + LangChain4j ...
20 hours ago  1 comments  0 votes  2 watches  Prathmesh DeshmukhRenato Haeberli
    Renato Haeberli 20 hours ago:  Hi [Prathmesh Deshmukh] , it actually enough to extend dev.langchain4j.model.embedding.DimensionAwar ... It is not decoupled from LangChain4j, but it is actually quite simple to do, still waiting for ...

[67.0 msec search, 69.0 msec total]