Mike McCandless
|
f7a56ed6bc
|
fix compilation
|
2016-02-08 19:16:33 -05:00 |
Mike McCandless
|
ae2b58c03c
|
indexer threads should stop on shutdown; don't suppress exceptions; decrease random commit frequency
|
2016-02-08 19:15:17 -05:00 |
jbernste
|
784124e100
|
SOLR-8660: JdbcTest test failure due to Locale specific issue when checking for LIMIT clause.
|
2016-02-08 18:20:07 -05:00 |
Shai Erera
|
71f4e01d9f
|
SOLR-8621: add missing package-info.java
|
2016-02-08 23:43:15 +02:00 |
Shai Erera
|
fe2cf25079
|
SOLR-8621: Fix SolrIndexConfig.toMap() to use mergePolicyFactoryInfo if present
|
2016-02-08 23:20:13 +02:00 |
anshum
|
03d7f80b27
|
SOLR-8648: Support selective clearing up of stored async collection API responses via DELETESTATUS API
|
2016-02-08 13:15:46 -08:00 |
Shai Erera
|
fc5b1ac279
|
SOLR-8621: deprecate <mergePolicy> in favor of <mergePolicyFactory>
|
2016-02-08 22:41:51 +02:00 |
Michael McCandless
|
30613c7403
|
merged
|
2016-02-08 14:07:56 -05:00 |
Michael McCandless
|
c14fa123da
|
fix compilation errors
|
2016-02-08 14:07:14 -05:00 |
Mike McCandless
|
9afa560054
|
fix some nocommits; fix one stress test failure
|
2016-02-08 14:07:04 -05:00 |
Mike McCandless
|
2cee9f1693
|
LUCENE-6835, LUCENE-6684: keep the 'suppress NSFE on windows' hack inside IFD as well
|
2016-02-08 13:54:05 -05:00 |
Adrien Grand
|
5e6f22b925
|
LUCENE-7002: Fixed MultiCollector to not throw a NPE if setScorer is called after one of the sub collectors is done collecting.
|
2016-02-08 16:41:42 +01:00 |
jbernste
|
23fe5f2dc5
|
SOLR-8655: DaemonStream should 'put' EOF Tuple on the blocking queue
|
2016-02-07 20:42:12 -05:00 |
Erick Erickson
|
7053a99f49
|
SOLR-8651: The commitWithin parameter is not passed on for deleteById in UpdateRequest for distributed queries
|
2016-02-07 17:08:20 -08:00 |
jbernste
|
a01c518b94
|
SOLR-8654: SQL: Unlimited SELECT without an ORDER BY should sort by _version_ desc
|
2016-02-07 18:17:21 -05:00 |
Erick Erickson
|
f77feb718a
|
SOLR-8642: SOLR allows creation of collections with invalid names
|
2016-02-07 14:52:40 -08:00 |
nknize
|
dac06176ec
|
re-enable random term encoding in TestGeoPointQuery
|
2016-02-07 14:50:26 -06:00 |
Mike McCandless
|
f0f42780a9
|
cutover to 'Directory owns retrying deletes on buggy filesystems, cleaning up a lot of crazy retry logic
|
2016-02-07 14:46:08 -05:00 |
Mike McCandless
|
9ba62e5e38
|
Merge branch 'master' into jira/lucene-5438-nrt-replication
Conflicts:
lucene/core/src/java/org/apache/lucene/index/IndexFileDeleter.java
lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java
|
2016-02-07 14:03:13 -05:00 |
Mike McCandless
|
6369012d33
|
fix a few nocommits
|
2016-02-07 13:58:01 -05:00 |
Mike McCandless
|
1d4d9c588c
|
LUCENE-6750: add verbosity when this test fails
|
2016-02-07 13:35:24 -05:00 |
Mike McCandless
|
f8bd22e58c
|
LUCENE-6835, LUCENE-6684: move the 'suppress NSFE on windows' hack down lower, out of IFD into FSDir; also fix IFD to remove segments files before others
|
2016-02-07 13:21:39 -05:00 |
Mike McCandless
|
e0ba1e5bff
|
move verbosity to the right place
|
2016-02-07 09:26:23 -05:00 |
Mike McCandless
|
8e8aa0869e
|
MDW's assertNoUnreferencedFilesOnClose should still run even if checkIndexOnClose is turned off
|
2016-02-07 09:19:57 -05:00 |
Mike McCandless
|
53597e8f8e
|
try to fix test bug, so that on Windows instead of relying on WindowsFS to prevent deletion of open files, we rely on the OS itself
|
2016-02-07 07:04:10 -05:00 |
Mike McCandless
|
2a7687641e
|
add verbosity for this test when it fails
|
2016-02-07 05:24:19 -05:00 |
jbernste
|
c2eb76941e
|
SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer
|
2016-02-06 21:49:39 -05:00 |
jbernste
|
3d47612b04
|
SOLR-8652: Lower case the limit clause
|
2016-02-06 21:42:01 -05:00 |
jbernste
|
75a81795b8
|
SOLR-8652: Check if second to last token is limit to test for limit clause
|
2016-02-06 21:25:05 -05:00 |
jbernste
|
ba20faa955
|
SOLR-8652: Implement Statement.setMaxRows()
|
2016-02-06 21:03:45 -05:00 |
jbernste
|
dc6b1a68d2
|
SOLR-8507, SOLR-8638: Add information about database product name, product version, driver name, and driver version. Implement ConnectionImpl setCatalog and setSchema.
|
2016-02-06 20:25:51 -05:00 |
Uwe Schindler
|
8231bf9cd4
|
Fix Jaspell license header to not mimic Javadocs (reduces warning)
|
2016-02-07 00:12:24 +01:00 |
Uwe Schindler
|
afe792b57a
|
Fix ICU-License header to not mimic Javadocs (reduces warning)
|
2016-02-07 00:08:49 +01:00 |
Erick Erickson
|
112a2311df
|
Put CHANGES entry for SOLR-8500 in the wrong section.
|
2016-02-06 08:46:51 -08:00 |
Erick Erickson
|
c04f0cb603
|
Merge remote-tracking branch 'origin/master'
|
2016-02-06 08:34:30 -08:00 |
Erick Erickson
|
3e7fe7867f
|
SOLR-8500: Allow the number of threads ConcurrentUpdateSolrClient StreamingSolrClients configurable by a system property
|
2016-02-06 08:34:04 -08:00 |
Mike McCandless
|
bd6804bc63
|
Merge branch 'master' into nrt_replicas
Conflicts:
lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java
|
2016-02-06 11:14:15 -05:00 |
Mike McCandless
|
0404be94a7
|
improve exception message
|
2016-02-06 11:08:07 -05:00 |
Mike McCandless
|
3c15c3f03d
|
LUCENE-6835: add test case confirming listAll is sorted; fix dir impls that weren't
|
2016-02-06 09:41:46 -05:00 |
Mike McCandless
|
b1b2c799aa
|
add more non-stress test cases
|
2016-02-06 09:04:15 -05:00 |
Mike McCandless
|
8e784699f0
|
Merge branch 'lucene-6835'
Retrying file deletion is now the responsibility of Directory.deleteFile, and Directory.listAll now returns all entries in sorted order.
|
2016-02-06 08:26:15 -05:00 |
Mike McCandless
|
5b4c1d963c
|
fix javadoc errors
|
2016-02-06 04:47:16 -05:00 |
nknize
|
072d44f9e8
|
refactor GeoPointInPolygonQuery to rewrite using package private delegate
|
2016-02-06 00:50:51 -06:00 |
nknize
|
9f1c4d2a0d
|
update CHANGES.txt. Cleanup javadoc, still a broken link from package private inherited class
|
2016-02-05 23:56:19 -06:00 |
nknize
|
ae3b388e97
|
LUCENE-6930: Decouples GeoPointField from NumericType by using a custom GeoPointTokenStream and TermEnum designed for GeoPoint prefix terms
|
2016-02-05 22:05:49 -06:00 |
nknize
|
207f7f92bb
|
update lucene CHANGES.txt
|
2016-02-05 13:36:33 -06:00 |
Mike McCandless
|
d2a5c10326
|
Merge branch 'master' into lucene-6835
Conflicts:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAddTaxonomy.java
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/writercache/TestCompactLabelToOrdinal.java
|
2016-02-05 12:38:21 -05:00 |
Mike McCandless
|
24f55abfd5
|
improve tests; fix RAFDirectory.openInput to respect pending delete
|
2016-02-05 12:19:24 -05:00 |
nknize
|
665041c52f
|
LUCENE-6997: refactor sandboxed GeoPointField and query classes to lucene-spatial module
|
2016-02-05 10:58:39 -06:00 |
Mike McCandless
|
85c546b742
|
disable random insertion of VirusCheckingFS, and instead add it to a few tests
|
2016-02-05 09:42:54 -05:00 |