Christine Poerschke
|
e7099e4bf5
|
SOLR-10741: Factor out createSliceShardsStr method from HttpShardHandler.prepDistributed.
(Domenico Fabio Marino via Christine Poerschke)
|
2017-05-26 10:52:57 +01:00 |
|
Steve Rowe
|
78e7e1c307
|
SOLR-10379: Add ManagedSynonymGraphFilterFactory, deprecate ManagedSynonymFilterFactory
|
2017-05-25 17:49:20 -04:00 |
|
Christine Poerschke
|
6ba1834bc3
|
SOLR-10659: Remove ResponseBuilder.getSortSpec use in SearchGroupShardResponseProcessor. (Judith Silverman via Christine Poerschke)
|
2017-05-25 16:46:46 +01:00 |
|
Christine Poerschke
|
2bb6e2caca
|
SOLR-10479: Adds support for HttpShardHandlerFactory.loadBalancerRequests(MinimumAbsolute|MaximumFraction) configuration. (Ramsey Haddad, Daniel Collins, Christine Poerschke)
|
2017-05-25 16:46:45 +01:00 |
|
Tomas Fernandez Lobbe
|
94731aaa09
|
SOLR-10710: Fix LTR failing tests
|
2017-05-24 13:28:07 -07:00 |
|
yonik
|
d60c72f34c
|
SOLR-10634: calc metrics in first phase if limit=-1 and no subfacets
|
2017-05-23 20:52:46 -04:00 |
|
Steve Rowe
|
ea9adc055b
|
SOLR-10438: Assign explicit useDocValuesAsStored values to all points field types in schema-point.xml/TestPointFields.
|
2017-05-23 20:04:43 -04:00 |
|
Erick
|
28b8696d77
|
SOLR-10721: Provide a way to know when Core Discovery is finished and when all async cores are done loading
|
2017-05-23 12:20:58 -07:00 |
|
Mark Miller
|
73aa53b063
|
SOLR-10307: Add upgrade notes for back compat change.
|
2017-05-23 12:50:07 -03:00 |
|
David Smiley
|
92ed8b4220
|
SOLR-10729: Deprecated LatLonType, GeoHashField, SpatialPointVectorFieldType, and SpatialTermQueryPrefixTreeFieldType
|
2017-05-23 11:09:32 -04:00 |
|
David Smiley
|
2218ded2af
|
SOLR-10700: Convert PostingsSolrHighlighter to extend UnifiedSolrHighlighter
|
2017-05-23 11:02:52 -04:00 |
|
David Smiley
|
715d8b0ccf
|
SOLR-10727: SolrIndexSearcher.numDocs empty docSet optimization
|
2017-05-23 10:51:00 -04:00 |
|
Tomas Fernandez Lobbe
|
2fc41d565a
|
SOLR-10233: Add support for replica types
|
2017-05-22 19:58:51 -07:00 |
|
yonik
|
1802d24aba
|
SOLR-10723: fix resize for CountSlotAcc, HllAgg.NumericAcc
|
2017-05-22 22:39:33 -04:00 |
|
Dennis Gove
|
a622568979
|
SOLR-10292: Moves new feature description in solr/CHANGES.txt to the correct version
|
2017-05-19 21:10:25 -04:00 |
|
Jan Høydahl
|
4a57fb4d88
|
SOLR-10585: Remove defaultSearchField completely in 7.0
|
2017-05-19 15:27:28 +02:00 |
|
Jan Høydahl
|
afd70a48cc
|
SOLR-10378: Clicking Solr logo on AdminUI shows blank page
|
2017-05-18 14:26:59 +02:00 |
|
Jan Høydahl
|
21384b5b21
|
SOLR-10042: Delete old deprecated Admin UI
|
2017-05-18 14:12:59 +02:00 |
|
Jan Høydahl
|
b5aa0da6ff
|
SOLR-10223: Allow running examples as root on Linux with -force option
|
2017-05-18 11:26:19 +02:00 |
|
Cao Manh Dat
|
38205d7ada
|
SOLR-10413: Update CHANGES.txt
|
2017-05-18 13:59:56 +07:00 |
|
Tomas Fernandez Lobbe
|
c9abe7db23
|
SOLR-10414: RecoveryStrategy is now a Runnable instead of a Thread
|
2017-05-16 17:03:10 -07:00 |
|
Mark Miller
|
0fb89f17e1
|
SOLR-10307: Allow Passing SSL passwords through environment variables.
|
2017-05-16 14:19:16 -03:00 |
|
Jan Høydahl
|
66cd20e98a
|
SOLR-10584: Remove defaultOperator completely in 7.0
|
2017-05-15 09:44:09 +02:00 |
|
Cao Manh Dat
|
9dc952a47c
|
SOLR-10412: v2 API: many API command specification properties are typed "number" but should instead be typed "integer"
|
2017-05-15 11:59:08 +07:00 |
|
Steve Rowe
|
e11bc03098
|
LUCENE-7821: The classic and flexible query parsers, as well as Solr's 'lucene'/standard query parser, should require ' TO ' in range queries, and accept 'TO' as endpoints in range queries.
|
2017-05-14 11:31:22 -04:00 |
|
Cao Manh Dat
|
9fa04ecc95
|
SOLR-10405: v2 API introspect response contains multiple copies of the experimental format WARNING
|
2017-05-13 15:11:56 +07:00 |
|
Steve Rowe
|
b3eccb35ea
|
SOLR-10400: Replace (instanceof TrieFooField || instanceof FooPointField) constructs with FieldType.getNumberType() or SchemaField.getSortField() where appropriate.
|
2017-05-12 19:22:06 -04:00 |
|
Christine Poerschke
|
6d74a9e858
|
Revert "SOLR-10572: Removed three "no longer supported in solrconfig.xml" asserts."
This reverts commit a96f39449b48c7c2b4f2a82c808a97fb0c60ffc5.
Resolved Conflicts:
solr/CHANGES.txt
|
2017-05-12 14:58:47 +01:00 |
|
jdyer1
|
e61b5b34bf
|
SOLR-10617: JDBCStream to support additional types, minor refactoring to separate out CalciteJDBCStream, upgrade hsqldb for JDBCStream & DIH tests.
|
2017-05-12 08:44:16 -05:00 |
|
Cao Manh Dat
|
904df0eb61
|
SOLR-10411: v2 Collection API modify command specification's replicationFactor property is incorrectly typed as string, should be integer
|
2017-05-12 13:38:56 +07:00 |
|
Cao Manh Dat
|
5f51228a01
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2017-05-12 09:54:34 +07:00 |
|
Cao Manh Dat
|
f6b3337b65
|
SOLR-10408: v2 API introspect should return useful message for non-existent command
|
2017-05-12 09:54:19 +07:00 |
|
Ishan Chattopadhyaya
|
2f6700972e
|
Adding 6.7 release after cutting 6.6 branch
|
2017-05-11 20:09:39 +05:30 |
|
Cao Manh Dat
|
cc8b5bab0b
|
SOLR-10431: Make it possible to invoke v2 api calls using SolrJ
|
2017-05-11 09:06:03 +07:00 |
|
Varun Thacker
|
b1efd37ba7
|
SOLR-9527: Improve distribution of replicas when restoring a collection
|
2017-05-10 15:39:27 +01:00 |
|
Steve Rowe
|
4cc20d27cd
|
SOLR-10357: add attribution to CHANGES entry
|
2017-05-10 10:23:07 -04:00 |
|
Noble Paul
|
0184d6b7f5
|
SOLR-10647: Move the V1 <-> V2 API mapping to SolrJ
|
2017-05-10 23:06:07 +09:30 |
|
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 |
|