Commit Graph

24267 Commits

Author SHA1 Message Date
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 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 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
Uwe Schindler 4569fd732a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-02-05 00:07:50 +01:00
Uwe Schindler f6400e9cbb SOLR-8586: Fix forbidden APIS; cleanup of imports 2016-02-05 00:07:23 +01:00
Mark Miller ec4c72310f SOLR-8575: Fix HDFSLogReader replay status numbers and a performance bug where we can reopen FSDataInputStream too often. 2016-02-04 17:54:01 -05:00
Uwe Schindler 0f43705788 LUCENE-7013: Revert changes to package-info.java files (adds newline after license header and before javadocs back) 2016-02-04 23:02:50 +01:00
yonik 629767be06 SOLR-8586: add index fingerprinting and use it in peersync 2016-02-04 14:55:13 -05:00
Uwe Schindler eee6fa0bcf LUCENE-7013: Fix javadocs by reverting to previous state (script failure possibly) 2016-02-04 20:54:18 +01:00
Mike McCandless dd6379c05f make all Directory.listAll's sort, and add BaseDirectoryTestCase; add TODO; suppress VirusCheckingFS for another test 2016-02-04 12:17:46 -05:00
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 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