Status
All
  Closed (24433)
  Resolved (6349)
Open (5026)
  Waiting for Infra (122)
Reopened (106)
  Patch Available (66)
  Waiting for user (56)
Project
All
  Solr (3971)
  Tika (1161)
Updated
All
  Past day (4)
  Past 2 days (4)
  Past 3 days (4)
  Past week (10)
  Past month (43)
Updated ago
All
  > 1 day ago (5128)
  > 2 days ago (5128)
  > 3 days ago (5128)
  > 1 week ago (5122)
  > 1 month ago (5089)
  > 3 months ago (5009)
  > 1 year ago (4710)
User
All
  Tim Allison (643)
  Chris M. Hostetter (543)
  David Smiley (525)
  Jan Høydahl (368)
  commitbot (363)
  Mark Miller (337)
  Erick Erickson (313)

See all 2138...
Committed by
All
  Chris Hostetter (29)
  Mark Robert Miller (20)
  Joel Bernstein (17)
  markrmiller (13)
  Shalin Shekhar Mangar (9)
  Noble Paul (7)
  Chris M. Hostetter (6)

See all 46...
Last comment user
All
  David Smiley (212)
  Tim Allison (208)
  Uwe Schindler (204)
  Hudson (178)
  Chris M. Hostetter (171)
  Jan Høydahl (131)
  Erick Erickson (102)

See all 748...
Fix version
All
  9.9 (2)
  8.3 (2)
  8.2 (6)
  8.1 (1)
  8.0 (1)

See all 62...
Committed paths
All
  solr (150)
  lucene (13)
  dev-tools (2)
  test (1)
Component
All
  SolrCloud (448)
  parser (333)
  search (158)
  SolrJ (149)
  streaming expressions (138)
  query parsers (135)
  Admin UI (133)

See all 114...
Type
All
  Bug (2052)
  Improvement (1740)
  New Feature (507)
  Task (376)
  Sub-task (234)
  Test (126)
  Wish (97)
Priority
All
  Major (3434)
  Minor (1406)
  Trivial (174)
  Critical (95)
  Blocker (23)
Labels
All
  pull-request-available (101)
  newdev (71)
  patch (41)
  features (39)
  newbie (39)
  performance (20)
  new-parser (20)

See all 506...
Attachment?
All
  None (3889)
  Patch (807)
  Other (379)
  Image (118)
  Text File (92)
  Archive (65)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4769)
  Yes (363)
Has votes?
All
  No (4324)
  Yes (808)
Reporter
All
  Tim Allison (333)
  Chris M. Hostetter (236)
  David Smiley (179)
  Mark Miller (151)
  Joel Bernstein (119)
  Noble Paul (112)
  Varun Thacker (104)

See all 1588...
Assignee
All
  Unassigned (4377)
  Mark Miller (109)
  Noble Paul (63)
  Joel Bernstein (44)
  David Smiley (37)
  Tim Allison (35)
  Shalin Shekhar Mangar (27)

See all 80...
Resolution
All
  Unresolved (5127)
  Fixed (4)
  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-4408: python file identified as application/x-sh under several circumstances
1.5 hours ago  0 comments  0 votes  1 watches  Carol Alexandru

SOLR-17744: Solr shutdown does not graceful close Jetty requests/connections
3.9 hours ago  3 comments  0 votes  1 watches  Chris M. Hostetter
    Chris M. Hostetter 3.9 hours ago:  I've updated my patch to include a test w/concurrency guarantees (via Semaphores used by a custom ... (Unfortunately, since we never followed through with SOLR-14903, the "fix" had to be made ... Once the jetties started to gracefully wait for shutdown instead of just abruptly terminating ...
    Chris M. Hostetter 8.4 days ago:  I'm attaching a patch the basically re-creates Jetty-12's graceful.mod but using {}StatisticsHandler ... So far in my (miminal) testing this patch does the job i hoped it would: * clients with ... *** but the requests still seem to finish successfully which is weird. ** No such errors seem to ...

SOLR-17294: The stall detection in the ConcurrentUpdateSolrClients easily detects false positives.
8.9 hours ago  4 comments  1 votes  4 watches  Chris M. HostetterMark Robert Millercommitbot
    commitbot 8.9 hours ago:  main: Rewrite of StallDetection concurrency test. (#3338)
    Mark Robert Miller 11.3 hours ago:  Houston already noted in the PR.

SOLR-17725: Automatically upgrade Solr indexes without needing to reindex from source
22.7 hours ago  11 comments  0 votes  10 watches  Andrzej BialeckiRahul GoswamiGus HeckJan HøydahlDavid Smiley
    Rahul Goswami 22.7 hours ago:  Requested the API from Lucene a few days back and the discussion is underway at [https:// ... Was trying to avoid cross posting , but now thinking it might be ok to copy dev@solr.apache.org on ...
    Rahul Goswami 11.5 days ago:  Will do [David Smiley] Thanks.   [Gus Heck] As far as I can see, the current implementation doesn't run the risk of corruption. The status is maintained in two ways: 1) At the core level -> to keep track of which core was ...

SOLR-16262: Make sure Search Engines only know about most recent version of a ref-guide page
3.5 days ago  9 comments  0 votes  3 watches  Houston PutmanKevin Risdencommitbot
    commitbot 3.5 days ago:  main: Canonical URL script should add noindex robots meta tags
    Houston Putman 7.3 days ago:  I'm not sure this worked.... Maybe I should try adding a <meta name="robots" content="noindex"> tag to the header, in addition ...

SOLR-17746: bin/solr always fails if you attempt to use --jettyconfig (aka "-j")
4.5 days ago  3 comments  0 votes  1 watches  Chris M. HostetterEric Pugh
    Chris M. Hostetter 4.5 days ago:  Strictly speaking it checks if the value of the first character is "-" It makes sense for things ... /BOGUS FWIW: Since you can't specify -{-}jettyconfig{-} or -jvm-opts- more then once on the ... /bin/solr ...
    Eric Pugh 6.6 days ago:  Did some digging...  I am putting up a PR that first cleans some docs up about --jettyconfig, and then adds a test.  Can you look at it?  

SOLR-17613: Unable to add stop/prod words using curl example from Solr documentation
4.6 days ago  5 comments  0 votes  2 watches  Eric PughMatthew Richardson
    Matthew Richardson 4.6 days ago:  [Eric Pugh]  I think I understand where I've gone wrong. Previously, I've worked with an older version of Solr (Solr 6) and it hasn't been a Solr Cloud ... So I've been approaching synonyms as something I add to the collection much like adding a new field ...
    Eric Pugh 4.8 days ago:  I did take a stab at seeing if we could have better error handling, but didn't have luck, I would ...

[28.9 msec search, 29.8 msec total]