Commit Graph

29365 Commits

Author SHA1 Message Date
Christine Poerschke d940a0ef77 Update copyright year(s) in lucene/NOTICE.txt and solr/NOTICE.txt files. 2018-01-30 12:58:12 +00:00
Christine Poerschke abf3d11332 SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke) 2018-01-30 12:39:44 +00:00
Christine Poerschke a296092341 SOLR-11926: correct/extend TermsComponentTest.testUnlimitedRows logic 2018-01-30 12:33:04 +00:00
Noble Paul e2a5d46b9c SOLR-11879: moved the peek() call inside the for loop 2018-01-30 18:25:48 +11:00
Cao Manh Dat c56d774eb6 SOLR-11661: New HDFS collection reuses unremoved data from a deleted HDFS collection with same name causes inconsistent view of documents 2018-01-30 11:30:24 +07:00
Steve Rowe e6928d857a SOLR-11658: ZK mentions: 3.4.10->3.4.11. Also fixed CHANGES.txt attribution. 2018-01-29 14:20:10 -05:00
Steve Rowe c73bc6b145 SOLR-11847: Resume publishing maven snapshot artifacts as part of Ant target jenkins-maven-nightly 2018-01-29 14:08:15 -05:00
markrmiller 13773755b8 SOLR-11873: Use time based expiration cache in all necessary places in HdfsDirectoryFactory. 2018-01-29 11:00:53 -06:00
Joel Bernstein b4baf080e9 SOLR-10651, SOLR-10784: Add new statistical and machine learning functions to CHANGES.txt for 7.3 release 2018-01-29 11:36:18 -05:00
Andrzej Bialecki d3d7b0034d SOLR-11376: Support computing plans for only specific collections. 2018-01-29 12:16:16 +01:00
Cao Manh Dat f7a75dcc1a SOLR-10525: Updates CHANGES.txt 2018-01-29 17:47:15 +07:00
Noble Paul 586aa65110 SOLR-11879: avoid EOFException when content is send without a payload 2018-01-29 21:42:40 +11:00
Cao Manh Dat 27ef653064 SOLR-11702: Redesign current LIR implementation 2018-01-29 15:55:28 +07:00
David Smiley 00d453d27c SOLR-11617: Fix test: delete aliases without async in tearDown 2018-01-28 22:48:13 -05:00
Erick d85a1666a1 SOLR-11882: SolrMetric registries retain references to SolrCores when closed 2018-01-28 19:42:58 -08:00
Erick c724845fab SOLR-11882: SolrMetric registries retain references to SolrCores when closed 2018-01-28 19:39:24 -08:00
Erick d15ab2f499 SOLR-11658: Upgrade ZooKeeper dependency to 3.4.11 2018-01-28 19:34:49 -08:00
David Smiley 154bdeb7db SOLR-11617: Alias metadata API; returned from LISTALIASES, set via MODIFYALIAS 2018-01-28 16:56:19 -05:00
Tomas Fernandez Lobbe 56f3f6d948 SOLR-11782: Refactor LatchWatcher.await to protect against spurious wakeup 2018-01-26 10:36:12 -08:00
Cassandra Targett 3856ae2d85 SOLR-11895: Fix Logging UI page to show "No Events"; remove loading spinner 2018-01-26 12:28:57 -06:00
David Smiley 3c9829efad SOLR-11722: CHANGES.txt 2018-01-26 11:48:18 -05:00
David Smiley b0d244f656 SOLR-11722: Refactor out a TimeRoutedAlias class from various parts.
Also allowed TRA's to be tolerant of pre-existing collections.
2018-01-26 11:37:00 -05:00
David Smiley a1828a5664 SOLR-11722: New CREATEROUTEDALIAS cluster command for time routed aliases.
(a refactoring of some of the related parts will follow in next commit)
2018-01-25 14:45:49 -05:00
David Smiley d8e9ab8785 SOLR-11722: Improve the v2/v1 API mapping, including a bug.
Wrapped getParameterNamesIterator failed to consider attrToParams.
(committing this separately from rest)
2018-01-25 14:23:44 -05:00
Shalin Shekhar Mangar 09f903ef8d SOLR-11714: Remove todo now that this issue has been fixed 2018-01-25 22:12:15 +05:30
Karl Wright c10ba5a6d9 LUCENE-8139: Optimize polygon interior point discovery to check center of mass first. Committed on behalf of Ignacio Vera. 2018-01-25 10:33:42 -05:00
Karl Wright 776899b4e8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-01-25 07:04:17 -05:00
Karl Wright ad131bde32 LUCENE-8136: Adopt iterative convergence for construction of planes from two vectors. Thanks, Ignacio Vera! 2018-01-25 07:03:45 -05:00
Varun Thacker 78815c442b Add more javadocs to the UpdateLog class 2018-01-24 11:45:46 -08:00
Andrzej Bialecki 19474d9df9 SOLR-11889: Reset disk space when deleting collections. Use constants. 2018-01-24 18:41:53 +01:00
Christine Poerschke 1d5381511c Remove @SuppressPointFields annotation from DistributedTermsComponentTest, SOLR-11173 added TermsComponent support for Points fields. 2018-01-24 15:12:52 +00:00
Andrzej Bialecki fa511a0a6f SOLR-11714: AddReplicaSuggester / ComputePlanAction infinite loop. 2018-01-24 14:02:55 +01:00
Steve Rowe 6ca04b62a9 SOLR-11894: Ref guide: remove 'side' param from Edge N-Gram Tokenizer documentation 2018-01-24 05:56:47 -05:00
Erick f0509c19c1 SOLR-11882: SolrMetric registries retain references to SolrCores when closed 2018-01-23 17:39:02 -08:00
Joel Bernstein a09126d926 SOLR-11862: Relax test thresholds 2018-01-23 19:31:08 -05:00
Joel Bernstein a664b63d42 SOLR-11890: Add multiKmeans Stream Evaluator 2018-01-23 15:54:37 -05:00
Joel Bernstein 50a6cb1b05 SOLR-11862: Add fuzzyKmeans Stream Evaluatory 2018-01-23 12:29:31 -05:00
Noble Paul 4a6110ce01 SOLR-11648: A new admin UI to display and execute suggestions 2018-01-24 04:26:51 +11:00
Ishan Chattopadhyaya 471a56ab10 SOLR-11648: Reverting until license files can be added 2018-01-23 19:38:27 +05:30
Karl Wright 653935bbdf Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-01-23 07:35:14 -05:00
Karl Wright a7a28ec170 LUCENE-8133: Increase MINIMUM_RESOLUTION to 1.5e-12. 2018-01-23 07:34:49 -05:00
Noble Paul 3450d71d1a SOLR-11648: message typo fixed 2018-01-23 20:23:40 +11:00
Noble Paul 288ed174ac SOLR-11648: A new admin UI to display and execute suggestions 2018-01-23 20:15:16 +11:00
Noble Paul 2f4f8932c6 SOLR-11051: Use disk free metric in default cluster preferences 2018-01-23 16:04:48 +11:00
Shalin Shekhar Mangar e16da35707 SOLR-11747: Fixed note in upgrade section 2018-01-23 09:10:50 +05:30
Ishan Chattopadhyaya 183835ed24 SOLR-11624: Autocreated configsets will not use .AUTOCREATED suffix 2018-01-22 19:48:41 +05:30
Noble Paul 4aeabe7ff2 SOLR-11871: MoveReplicaSuggester should not suggest leader if other replicas are available 2018-01-23 00:14:38 +11:00
Noble Paul d0a5dbe8d5 SOLR-11871: MoveReplicaSuggester should not suggest leader if other replicas are available 2018-01-23 00:13:27 +11:00
Noble Paul 876ecd87fb SOLR-11871: MoveReplicaSuggester should not suggest leader if other replicas are available 2018-01-23 00:12:51 +11:00
Adrien Grand f72a5dbdc8 LUCENE-8124: Add missing file. 2018-01-22 08:48:59 +01:00