Commit Graph

4316 Commits

Author SHA1 Message Date
Tomas Fernandez Lobbe 61ea8f60b1 SOLR-11739: Don't accept duplicate async IDs in collection API operations 2018-02-15 16:14:16 -08:00
Cassandra Targett 53640b95d8 SOLR-6057: Change highlight color in UI Analysis screen 2018-02-15 13:43:59 -06:00
Cassandra Targett a0c0fb89b2 SOLR-8090: Make text elements in the UI darker for better contrast and readability 2018-02-15 09:31:14 -06:00
Christine Poerschke 2c8bbc8c18 SOLR-11941: Add abstract contrib/ltr AdapterModel. 2018-02-13 18:49:25 +00:00
Jason Gerlowski 9040307787 SOLR-11950: Parse CLUSTERSTATUS 'shard' param as comma-delim list
The documentation for the 'shard' parameter on CLUSTERSTATUS requests,
indicates that users should be able to provide a comma-separated list
of shards they are interested in.  However, prior to this commit the
parameter value was parsed as a single shard name, causing requests
with more than one shard to return as a 400.

This commit changes this behavior to correctly parse the param value.
2018-02-13 06:54:39 -05:00
Erick Erickson b5bf3b9c38 SOLR-11898: ConcurrentModificationException when calling org.apache.solr.core.SolrInfoBean.getMetricsSnapshot 2018-02-12 19:35:11 -08:00
Ishan Chattopadhyaya 1a4627d385 SOLR-10261: Failure in replica didn't cause LIR; now it does 2018-02-10 21:38:54 +05:30
Ishan Chattopadhyaya 1f3d971a75 SOLR-3089: RequestBuilder now exposes isDistrib() method 2018-02-10 19:48:11 +05:30
Jason Gerlowski 11a23a9029 SOLR-11902: Clarify bin/solr -h text to describe which commands can be run remotely
The bin/solr scripts contain a number of independent tools.  Many of
these can be run anywhere and just pointed at the correct Solr or ZK
host.  Some must run on the machine hosting Solr itself.

This commit clarifies help text for each bin/solr command, indicating
whether it can be run remotely, or must be run locally.
2018-02-09 18:05:45 -05:00
Christine Poerschke a1a9341a9c SOLR-11931: Fix contrib/ltr custom inner class feature/normaliser/model persistence. 2018-02-09 17:28:17 +00:00
Christine Poerschke d39751a754 SOLR-11349: Rename ResponseBuilder's getQueryCommand to createQueryCommand. 2018-02-09 16:50:28 +00:00
David Smiley 02b5172ea2 SOLR-11925: Time Routed Aliases: router.autoDeleteAge feature 2018-02-08 23:12:09 -05:00
David Smiley 4700b1d304 LUCENE-8161: Update Spatial4j to 0.7. Add JTS as a test dependency. 2018-02-08 15:59:52 -05:00
epugh 62537bebc4 SOLR-11933: make DIH safer by not default checking the clean checkbox
This closes #316
2018-02-07 09:38:26 -08:00
Mikhail Khludnev c508068240 SOLR-11459: Fix in-place nonexistent doc update following existing doc update 2018-02-06 20:00:29 +03:00
Noble Paul 5240f697d3 SOLR-11879: avoid EOFException for empty input streams 2018-02-05 14:27:49 -08:00
Erick Erickson 4bd49726c1 LUCENE-8149: NRTCachingDirectory does not need to preemptively delete segment files and generate exceptions 2018-02-05 11:08:13 -08:00
Andrzej Bialecki 8d27412e5a SOLR-11778 Add per-stage RequestHandler metrics. 2018-02-02 13:02:43 +01:00
Cassandra Targett 98a0b83714 SOLR-11613: Make message for missing dataimport config in UI more explicit 2018-02-01 16:38:57 -06:00
Cassandra Targett a4320aab8d SOLR-11848: Ref Guide: include info on grouping operations and using curl for large files. This closes #303. 2018-02-01 15:24:14 -06:00
Chris Hostetter 95122e1448 SOLR-11916: new SortableTextField which supports analysis/searching just like TextField, but also sorting/faceting just like StrField 2018-02-01 10:40:29 -07:00
Andrzej Bialecki b0b963c68e Revert "SOLR-11882: SolrMetric registries retain references to SolrCores when closed"
This reverts commit c724845fab.
2018-02-01 18:14:13 +01:00
Noble Paul 3ad61d2f9c SOLR-11067: REPLACENODE should identify appropriate nodes if targetNode is not provided 2018-01-31 21:49:02 +11: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
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
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
Cao Manh Dat 27ef653064 SOLR-11702: Redesign current LIR implementation 2018-01-29 15:55:28 +07: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
Andrzej Bialecki fa511a0a6f SOLR-11714: AddReplicaSuggester / ComputePlanAction infinite loop. 2018-01-24 14:02:55 +01: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
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
Shalin Shekhar Mangar 5425353402 SOLR-11747: Pause triggers until actions finish executing and the cool down period expires 2018-01-18 18:19:24 +05:30
Erick Erickson 2900bb597d SOLR-11810: Upgrade Jetty to 9.4.8 2018-01-17 11:33:22 -08:00