Shai Erera
|
813ca77250
|
LUCENE-7013: Move license header to top of file
|
2016-02-04 15:51:19 +02:00 |
Noble Paul
|
f85036cd9c
|
SOLR-8640: CloudSolrClient does not send credentials for update request
|
2016-02-04 18:59:03 +05:30 |
Shai Erera
|
e6d629d527
|
LUCENE-7010: document protected field
|
2016-02-04 13:49:37 +02:00 |
Shai Erera
|
0c4598d5f4
|
LUCENE-7010: add @param to ctor javadocs
|
2016-02-04 11:30:47 +02:00 |
Shai Erera
|
30455f728b
|
LUCENE-7010: add MergePolicyWrapper
|
2016-02-04 09:24:24 +02:00 |
nknize
|
62dfc815b0
|
fix GeoRelationUtils.pointInPolygon to include points that fall on the boundary
|
2016-02-04 00:43:49 -06:00 |
Dennis Gove
|
3528cc32cb
|
SOLR-8409: Ensures that quotes in solr params (eg. q param) are properly handled
|
2016-02-03 20:42:48 -05:00 |
Mike McCandless
|
9cf74f791c
|
merge master
|
2016-02-03 17:03:23 -05:00 |
Mike McCandless
|
8cd731be50
|
fix some more nocommits; reduce retry-pending-deletes frequency so it's not O(N^2)
|
2016-02-03 16:56:10 -05:00 |
Mike McCandless
|
82ecccf8e9
|
Merge branch 'nrt_replicas' of github.com:mikemccand/lucene-solr into nrt_replicas
Conflicts:
lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestNRTReplication.java
|
2016-02-03 16:46:27 -05:00 |
Mike McCandless
|
7af83c486b
|
add nocommit; try to fix false test failure due to concurrent check index running while primary is still closing
|
2016-02-03 16:45:46 -05:00 |
Mike McCandless
|
f0b9186f55
|
remove nocommit
|
2016-02-03 15:47:50 -05:00 |
Mike McCandless
|
845eec1036
|
cutover more places back to deleteFile
|
2016-02-03 15:44:08 -05:00 |
Ryan Ernst
|
732b8fb3b9
|
LUCENE-7009: Add expectThrows utility to LuceneTestCase
|
2016-02-03 12:18:12 -08:00 |
Steve Rowe
|
61fae32f5f
|
LUCENE-7012: IntelliJ config: when creating new Java files, place the license header before the package declaration
|
2016-02-03 14:39:03 -05:00 |
Shai Erera
|
7c72c6a891
|
LUCENE-7012: change license header location in new Java files
|
2016-02-03 21:08:53 +02:00 |
Mike McCandless
|
a741ea53c9
|
cut back to Directory.deleteFile(String); disable 'could not removed segments_N so I don't remove any other files it may reference' heroics
|
2016-02-03 10:35:57 -05:00 |
Mike McCandless
|
3a889301c7
|
LUCENE-7011: use try-w-resources
|
2016-02-03 10:19:26 -05:00 |
Dawid Weiss
|
c6ec006e24
|
A few links with git resources and tutorials.
|
2016-02-03 11:38:17 +01:00 |
Mike McCandless
|
72b79308cb
|
ensureCanWrite is not necessary since we pass TRUNCATE_EXISTING
|
2016-02-03 05:35:32 -05:00 |
Mike McCandless
|
b4a2bf2b41
|
fix a few tests; add some nocommits
|
2016-02-02 18:07:06 -05:00 |
Erick Erickson
|
2c0a66bfbc
|
Took out duplicate mention of SOLR-8308 (was only in trunk)
|
2016-02-02 15:01:19 -08:00 |
Mike McCandless
|
84f44589f6
|
migrate current patch from svn
|
2016-02-02 15:53:16 -05:00 |
Erick Erickson
|
70f87420ab
|
SOLR-8308: Core gets inaccessible after RENAME operation with special characters
|
2016-02-02 11:23:48 -08:00 |
jbernste
|
70ad8316f4
|
SOLR-8631: Throw UnsupportedOperationException for DatabaseMetaDataImpl.getTypeInfo()
|
2016-02-02 13:24:20 -05:00 |
jbernste
|
2419a3873a
|
SOLR-8510: Implement DatabaseMetaDataImpl.getSchemas()
|
2016-02-02 13:19:06 -05:00 |
Mike McCandless
|
a48ba5090b
|
add time took for each index part during flush, like we do on merge; improve javadocs
|
2016-02-02 11:07:36 -05:00 |
Christine Poerschke
|
274febf021
|
LUCENE-7008: make TestSortingMergePolicy.testForceMergeNotNeeded a no-op until we figure out why the (super class) test fails.
|
2016-02-02 15:51:12 +00:00 |
Michael McCandless
|
d9f20f53ed
|
fix compilation errors
|
2016-02-02 06:16:34 -05:00 |
Mike McCandless
|
8889469b8b
|
reduce some verbosity; fix a silly vInt/int disagreement in the test protocol; reduce indexing rate so translog replay can keep up vs primary crashing itself
|
2016-02-02 06:09:57 -05:00 |
jbernste
|
c136bd7dc7
|
SOLR-8625: SQL: Wrong error msg if stmt param is missing
|
2016-02-01 16:52:01 -05:00 |
jbernste
|
edf665988d
|
SOLR-8508: Implement DatabaseMetaDataImpl.getCatalogs()
|
2016-02-01 16:21:13 -05:00 |
Christine Poerschke
|
ce0b931da8
|
LUCENE-7006: increase BaseMergePolicyTestCase use (TestNoMergePolicy and TestSortingMergePolicy now extend it, TestUpgradeIndexMergePolicy added)
|
2016-02-01 17:51:09 +00:00 |
Christine Poerschke
|
fce97a6ca6
|
LUCENE-7005: TieredMergePolicy tweaks (>= vs. >, @see get vs. set)
|
2016-02-01 17:11:47 +00:00 |
Steve Rowe
|
064c0ac00f
|
SOLR-8607: The Schema API refuses to add new fields that match existing dynamic fields
|
2016-02-01 09:15:17 -05:00 |
Christine Poerschke
|
8e27c14aed
|
SOLR-8600: add & use ReRankQParserPlugin parameter [default] constants, changed ReRankQuery.toString to use StringBuilder.
|
2016-02-01 12:00:39 +00:00 |
Mike McCandless
|
15fed60b05
|
fix test bug, using different randomness when creating the two IWCs
|
2016-02-01 05:27:20 -05:00 |
David Smiley
|
0fab4ccb96
|
.gitignore Benchmark: temp/ & work/
|
2016-02-01 00:18:37 -05:00 |
David Smiley
|
4cdce3db77
|
SOLR-7968: Make QueryComponent extensible
|
2016-01-31 22:25:37 -05:00 |
jbernste
|
14a2c16ca4
|
SOLR-8285: Update CHANGES.txt
|
2016-01-31 13:31:27 -05:00 |
jbernste
|
e20820a04d
|
SOLR-8285: Ensure the /export handler works with NULL field values
|
2016-01-31 13:21:10 -05:00 |
Noble Paul
|
a4d15862ac
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
|
2016-01-31 18:45:29 +05:30 |
Noble Paul
|
13c9912b3c
|
SOLR-8618 refactored a couple of methods out as protected
|
2016-01-31 18:44:39 +05:30 |
Mike McCandless
|
9332b1602c
|
also assert PointValues are the same from LTC.assertReaderEquals
|
2016-01-29 19:09:04 -05:00 |
Mike McCandless
|
5d5b082e6d
|
catch invalide usage of XXXPoint APIs, when dimensions are mismatched
|
2016-01-29 15:39:06 -05:00 |
Robert Muir
|
07c9b2bdad
|
Use 2d points too in some of these tests (1d has optimized merge, for example)
|
2016-01-29 11:43:39 -05:00 |
yonik
|
e6db8ba214
|
SOLR-8532: GraphQuery don't collect edges at maxDepth level
|
2016-01-29 10:59:49 -05:00 |
Mike McCandless
|
c403083872
|
try again
|
2016-01-29 09:25:48 -05:00 |
Mike McCandless
|
3141c697e5
|
revert
|
2016-01-29 09:18:31 -05:00 |
Mike McCandless
|
27c28b5340
|
don't test merge stability of point values: our BKD tree impl is not stable on 1D merge
|
2016-01-29 09:12:35 -05:00 |