Andrzej Bialecki
3217fd7c3c
SOLR-10262: Add support for configurable metrics implementations.
2017-05-09 13:47:39 +02:00
Jan Høydahl
d59faafd89
SOLR-10644: solr.in.sh installed by install script should be writable by solr user
2017-05-09 13:03:18 +02:00
Ishan Chattopadhyaya
c9541c216d
SOLR-8440: Support for enabling basic authentication using bin/solr|bin/solr.cmd
...
Usage:
bin/solr auth -enable -prompt
bin/solr auth -enable -credentials solr:SolrRocks
bin/solr auth -disable
2017-05-09 12:42:41 +05:30
Cao Manh Dat
0e019c63ec
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2017-05-09 13:57:05 +07:00
Cao Manh Dat
a24fa8d7db
SOLR-10619: Optimize using cache for DistributedQueue in case of single-consumer
2017-05-09 13:56:49 +07:00
Joel Bernstein
3b8c55a649
SOLR-10638: Update CHANGES.txt
2017-05-08 22:21:10 -04:00
Scott Blum
972e342fee
SOLR-10524: Build fix for NPE
...
Introduced by ZkStateWriter batching optimizations.
2017-05-08 20:33:55 -04:00
Tomas Fernandez Lobbe
6f978c5878
SOLR-10639: Removed entry from CHANGES.txt
2017-05-08 17:30:22 -07:00
Tomas Fernandez Lobbe
fbdd2c0ee8
SOLR-10639: Fix NPE in LRU/LFU/FastLRU caches toString method
2017-05-08 17:11:35 -07:00
jdyer1
82b78bd95e
SOLR-10522: Revert "SOLR-9972: SpellCheckComponent collations and suggestions returned as a JSON object rather than a list"
2017-05-08 13:28:55 -05:00
Joel Bernstein
07cc043664
SOLR-10625: Update CHANGES.txt
2017-05-08 10:19:41 -04:00
Shalin Shekhar Mangar
54061ed4a6
SOLR-10630: HttpSolrCall.getAuthCtx().new AuthorizationContext() {...}.getParams() sometimes throws java.lang.NullPointerException
2017-05-08 15:50:10 +05:30
Cao Manh Dat
20c4886816
SOLR-10524: Explore in-memory partitioning for processing Overseer queue messages
2017-05-08 16:21:19 +07:00
Jan Høydahl
37df64450e
SOLR-8149: Admin UI - Plugins / Stats - active item is now highlighted
2017-05-08 10:49:53 +02:00
Joel Bernstein
34c6c9956d
SOLR-10626: Update CHANGES.txt
2017-05-07 21:02:41 -04:00
Joel Bernstein
fd24081c63
SOLR-10622: Update CHANGES.txt
2017-05-07 16:26:53 -04:00
Mikhail Khludnev
dbe6fc5d8f
SOLR-10614: remove static backdoor fields from SimplePostTool.
...
Enabling testTechproductsExample
2017-05-06 22:29:10 +03:00
Joel Bernstein
df6da67204
SOLR-10601: Update CHANGES.txt
2017-05-06 12:53:29 -04:00
Joel Bernstein
4b54109690
SOLR-10536: Update CHANGES.txt
2017-05-06 12:45:53 -04:00
yonik
b636d6e96a
SOLR-10547: consolidate MinAgg+MaxAgg, add min/max support for single valued string fields
2017-05-06 05:52:15 -04:00
Mikhail Khludnev
c02d490d21
SOLR-10615: latching SDF.doFilter() on init(); respond 404 instead of 500 in case of init failures or corecontainer shutdown.
2017-05-06 10:47:27 +03:00
Joel Bernstein
52b252cc6e
SOLR-10582: Update CHANGES.txt
2017-05-05 14:45:11 -04:00
Joel Bernstein
b18c182d42
SOLR-10559: Update CHANGES.txt
2017-05-05 14:36:32 -04:00
Joel Bernstein
554f6600a0
SOLR-10566: Update CHANGES.txt
2017-05-05 14:27:46 -04:00
Christine Poerschke
a96f39449b
SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts.
2017-05-05 18:58:16 +01:00
Joel Bernstein
07acc93b74
SOLR-10516: Update CHANGES.txt
2017-05-05 13:57:03 -04:00
Joel Bernstein
9d2f6d2cf4
SOLR-10504: Update CHANGES.txt
2017-05-05 13:48:47 -04:00
Joel Bernstein
41ebeeaadc
SOLR-10274: Update CHANGES.txt
2017-05-05 13:40:02 -04:00
Joel Bernstein
a0fc943324
SOLR-10426: Add shuffle Streaming Expression
2017-05-05 13:32:33 -04:00
Joel Bernstein
8bfe70fbea
SOLR-10351: Update CHANGES.txt
2017-05-05 13:24:59 -04:00
Joel Bernstein
867e81672a
SOLR-10303: Update CHANGES.txt
2017-05-05 13:14:15 -04:00
Noble Paul
faa74ec7dc
SOLR-9530: An Update Processor to convert normal update operation to an atomic operations such as add, set,inc, remove ,set, removeregex
2017-05-05 10:49:11 +09:30
Jan Høydahl
e776cbe446
SOLR-7041: Cut over tests from <defaultSearchField> in schema to df on requests
2017-05-05 00:53:50 +02:00
Mikhail Khludnev
30f1422ba9
SOLR-9867: make sure cores are assigned in the end of SolrDispatchFilter.createCoreContainer() only
2017-05-04 15:45:14 +03:00
Mikhail Khludnev
32b7791fa8
SOLR-9867: fixing TestSolrCLIRunExample.testTechproductsExample
...
- SolrDispatchFilter.doFilter rejects invocation until init() is completed.
- introducing isLoaded=false, isLoading=true core status
- blocking shutdown until core loading stops
- looping run example tool while core is loading 1 min max.
2017-05-04 09:15:12 +03:00
Chris Hostetter
15e1c5d34f
SOLR-10583: JSON Faceting now supports a query time 'join' domain change option
2017-05-03 10:30:02 -07:00
David Smiley
b901d16b9b
* SOLR-10549: (typo fix in CHANGES.txt)
2017-05-03 10:07:12 -04:00
David Smiley
037d864bf9
* SOLR-10549: The new 'large' attribute had been forgotten in /schema/fields?showDefaults=true (David Smiley)
2017-05-03 09:30:34 -04:00
Mikhail Khludnev
cbd3b02cda
SOLR-10588: Prevent redundant double core reload on config update.
2017-05-03 07:10:05 +03:00
Erick Erickson
0be8e17832
SOLR-10519: SolrCLI.atPath cannot handle children that begin with a slash.
2017-05-02 13:58:47 -07:00
Mark Miller
366a5d242e
SOLR-10316: Unloading a core can remove a ZK SolrCore registration entry for the wrong SolrCore.
2017-05-02 15:31:57 -03:00
Mark Miller
c4872add50
SOLR-10430: Add ls command to ZkCLI for listing only sub-directories.
2017-05-02 13:38:44 -03:00
Erik Hatcher
6c565c001b
SOLR-1485: Add payload support
2017-05-01 21:35:29 -04:00
Steve Rowe
e2521b2a8b
SOLR-9596: Add Solr support for SimpleTextCodec, via <codecFactory class=solr.SimpleTextCodecFactory/> in solrconfig.xml (per-field specification in the schema is not possible).
2017-04-28 15:36:50 -04:00
Steve Rowe
57f17b1118
SOLR-9386: Upgrade Zookeeper to 3.4.10
2017-04-28 11:24:53 -04:00
Mikhail Khludnev
816b806d8a
SOLR-10521: adding sort=childfield(field,$q) asc for {!parent} query.
2017-04-28 11:23:53 +03:00
Mikhail Khludnev
61d02a47e2
SOLR-10500: fix many parents with nested children per /update/json/docs request
2017-04-27 13:01:07 +03:00
Noble Paul
fba52de066
SOLR-10507: Core Admin status command to emit collection details of each core
2017-04-27 12:38:34 +09:30
David Smiley
8a99937980
SOLR-10526: fix facet.heatmap facet exclusion when distributed/sharded
2017-04-26 14:04:35 -04:00
Christine Poerschke
90b3ef18de
SOLR-10046: move from 6.6.0 to 7.0.0 CHANGES.txt (backport yet to be completed)
2017-04-26 17:01:29 +01:00