Kevin Risden
|
cd9a318318
|
Improve rules for Sort and Filter
|
2016-11-03 19:03:20 -05:00 |
Kevin Risden
|
4275bc7124
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-03 10:23:30 -05:00 |
Kevin Risden
|
0188345e84
|
Make SQLHandlerStream extend JDBCStream
|
2016-11-03 10:22:20 -05:00 |
Shalin Shekhar Mangar
|
78b768f2a4
|
SOLR-9720: Fix for JSONWriterTest
|
2016-11-03 20:21:13 +05:30 |
Kevin Risden
|
5f3b4237e0
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-03 09:40:29 -05:00 |
jdyer1
|
213a2a1791
|
SOLR-5344: relax the test requirements for estimated hit counts
|
2016-11-03 08:38:59 -05:00 |
Noble Paul
|
1f595a20a2
|
SOLR-9720: Refactor Responsewriters to remove dependencies on TupleStream, Tuple, Explanation
|
2016-11-03 14:28:15 +05:30 |
Noble Paul
|
940a337105
|
close() not implemented
|
2016-11-03 14:09:34 +05:30 |
jdyer1
|
4a12a260a8
|
Revert "SOLR-9710: fix test bug"
This reverts commit be772dbd48 .
|
2016-11-02 16:06:27 -05:00 |
jdyer1
|
be772dbd48
|
SOLR-9710: fix test bug
|
2016-11-02 10:07:55 -05:00 |
Steve Rowe
|
9eb806a233
|
SOLR-8542: Add maven config and improve IntelliJ config.
|
2016-11-02 09:57:54 -04:00 |
Christine Poerschke
|
d0e32f3e5c
|
SOLR-9709: add json.nl=map example comment, expand json.nl test coverage.
|
2016-11-02 12:30:40 +00:00 |
Mike McCandless
|
92f56ea9dd
|
LUCENE-7135: only use OS_ARCH if we couldn't access sun.arch.data.model
|
2016-11-02 06:48:29 -04:00 |
Mike McCandless
|
69e654b373
|
LUCENE-7501: fix back-compat bug; add test
|
2016-11-02 05:48:19 -04:00 |
Christine Poerschke
|
5a66b3bc08
|
SOLR-8542: Adds Solr Learning to Rank (LTR) plugin for reranking results with machine learning models. (Michael Nilsson, Diego Ceccarelli, Joshua Pantony, Jon Dorando, Naveen Santhapuri, Alessandro Benedetti, David Grohmann, Christine Poerschke)
|
2016-11-01 17:50:14 +00:00 |
Kevin Risden
|
28fb5855f4
|
Upgrade Avatica and Calcite. Fix NPE bug
|
2016-11-01 11:19:48 -05:00 |
Alan Woodward
|
b6ff3fdace
|
Add some debugging to HdfsRecoveryZkTest
|
2016-11-01 16:10:58 +00:00 |
yonik
|
359f981b0e
|
SOLR-9681: move "filter" inside "domain" block
|
2016-11-01 12:01:04 -04:00 |
Kevin Risden
|
3856ce4b5c
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-11-01 10:58:30 -05:00 |
Jan Høydahl
|
4383bec84c
|
SOLR-9481: Clearing existing global interceptors on HttpClientUtil to avoid user/pass leaks from other tests
|
2016-11-01 15:38:21 +01:00 |
Jan Høydahl
|
22aa34e017
|
SOLR-9481: Move changes entry to 6.4
|
2016-11-01 12:31:40 +01:00 |
Shalin Shekhar Mangar
|
5120816377
|
OLR-9433: SolrCore clean-up logic uses incorrect path to delete dataDir on failure to create a core
|
2016-11-01 14:32:46 +05:30 |
Mike McCandless
|
2baad4c22d
|
LUCENE-7135: add issue number in CHANGES.txt
|
2016-10-31 11:23:36 -04:00 |
Kevin Risden
|
b2fe7a4945
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-10-31 10:14:31 -05:00 |
Jan Høydahl
|
417e29a6fd
|
Minor typo fix in solr.cmd help
|
2016-10-31 15:11:59 +01:00 |
Alan Woodward
|
c444658286
|
Up test timeout to match all others in TestCollectionStateWatchers
|
2016-10-31 12:49:42 +00:00 |
Christine Poerschke
|
87c6ec4cb0
|
SOLR-9442: Adds Array of NamedValuePair (json.nl=arrnvp) style to JSONResponseWriter. (Jonny Marks, Christine Poerschke)
|
2016-10-31 11:19:39 +00:00 |
Shalin Shekhar Mangar
|
72bdbd234e
|
Adding version 6.4.0
|
2016-10-31 16:47:00 +05:30 |
Adrien Grand
|
66c90a9683
|
LUCENE-7528: Fix Lucene54's advanceExact impl in the sparse case.
|
2016-10-31 10:54:54 +01:00 |
Adrien Grand
|
325b74e0e3
|
LUCENE-7529: Fix argument checks of MultiDocValues' advanceExact impls.
|
2016-10-31 10:54:54 +01:00 |
Jan Høydahl
|
2ad2fca416
|
SOLR-9697: Fixed zk upconfig which was broken on windows
|
2016-10-31 09:35:09 +01:00 |
Mike McCandless
|
813b685565
|
LUCENE-7135: work around security manager when checking for 32/64 bit JVM
|
2016-10-30 20:04:37 -04:00 |
Jan Høydahl
|
dbc2bc7ce8
|
SOLR-9481: Uppering debug level on the failing test and inserting extra logging. Also throw instead of swallow in case of problems parsing local security.json file
|
2016-10-31 00:57:34 +01:00 |
Erick Erickson
|
42eab7035e
|
SOLR-9701: NPE in export handler when fl parameter is omitted.
|
2016-10-29 19:47:21 -07:00 |
yonik
|
0f8802ba20
|
SOLR-9704: optimization: use filters after blockChildren for acceptDocs
|
2016-10-29 20:43:54 -04:00 |
yonik
|
d8d3a8b9b8
|
SOLR-9681:tests: add filter after block join test
|
2016-10-29 17:34:05 -04:00 |
yonik
|
650276e14b
|
SOLR-9681: add filters to any facet command
|
2016-10-29 14:54:19 -04:00 |
David Smiley
|
2e21511cd3
|
SOLR-9621: Remove several Guava & Apache Commons calls in favor of java 8 alternatives.
|
2016-10-28 17:18:58 -04:00 |
Kevin Risden
|
01f0ef4cbe
|
Merge branch 'apache-https-master' into jira/solr-8593
|
2016-10-28 10:29:33 -05:00 |
Alan Woodward
|
3b49705c43
|
SOLR-9132: Don't require indexInfo from corestatus over reloads
|
2016-10-28 15:17:53 +01:00 |
Alan Woodward
|
cff2774a37
|
SOLR-9132: Fix test bug
|
2016-10-28 14:29:57 +01:00 |
Alan Woodward
|
b6e0ab0174
|
SOLR-9132: Fix precommit
|
2016-10-28 14:07:51 +01:00 |
Jan Høydahl
|
1f06411946
|
SOLR-9481: Try to fix flaky test error by removing unnecessary initCore() in @Before method
|
2016-10-28 15:04:49 +02:00 |
Alan Woodward
|
f56d111adf
|
SOLR-9132: Cut over some collections API and recovery tests
|
2016-10-28 10:33:21 +01:00 |
Kevin Risden
|
4f794d0d4a
|
Use avatica-core 1.9.0-SNAPSHOT for dependency issues
|
2016-10-28 00:58:30 -05:00 |
Noble Paul
|
c8906b2f2d
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-10-28 08:25:26 +05:30 |
Noble Paul
|
e6ce903a76
|
SOLR-8146: removing the unused class
|
2016-10-28 08:19:55 +05:30 |
Erick Erickson
|
1344d895f9
|
SOLR-9371: Fix bin/solr script calculations - start/stop wait time and RMI_PORT
|
2016-10-27 17:54:34 -07:00 |
Kevin Risden
|
073fecfa53
|
Update Calcite rules
|
2016-10-27 16:58:56 -05:00 |
Kevin Risden
|
e1ed290dac
|
Fix JDBCStreamTest
|
2016-10-27 16:58:43 -05:00 |