Commit Graph

22224 Commits

Author SHA1 Message Date
Mark Miller 482b40f841 SOLR-8575: Fix HDFSLogReader replay status numbers and a performance bug where we can reopen FSDataInputStream too often. 2016-02-04 18:54:33 -05:00
Uwe Schindler f35d3b59e8 LUCENE-7013: Revert changes to package-info.java files (adds newline after license header and before javadocs back) 2016-02-04 23:06:51 +01:00
Uwe Schindler 9db0a064ca LUCENE-7013: Fix javadocs by reverting to previous state (script failure possibly) 2016-02-04 20:56:06 +01:00
Shai Erera 63d62f6a61 LUCENE-7013: Move license header to top of file (5x only) 2016-02-04 18:12:04 +02:00
Shai Erera 3572bf461f LUCENE-7013: Move license header to top of file 2016-02-04 17:13:02 +02:00
Noble Paul 87de803f26 SOLR-8640: CloudSolrClient does not send credentials for update request (noble, hoss) 2016-02-04 19:11:15 +05:30
Shai Erera 5919680482 LUCENE-7010: document protected field 2016-02-04 13:50:30 +02:00
Shai Erera 28ed648fbf LUCENE-7010: add @param to ctor javadocs 2016-02-04 11:31:52 +02:00
Shai Erera 43508831b1 LUCENE-7010: add MergePolicyWrapper 2016-02-04 09:26:52 +02:00
nknize 5c0a2ecb38 fix GeoRelationUtils.pointInPolygon to include points that fall on the boundary 2016-02-04 00:53:31 -06:00
Steve Rowe b6dc6eafc6 LUCENE-7012: IntelliJ config: when creating new Java files, place the license header before the package declaration 2016-02-03 14:40:24 -05:00
Shai Erera 344bf1baca LUCENE-7012: change license header location in new Java files 2016-02-03 21:10:05 +02:00
Mike McCandless dc925081bd remove ensureCanWrite and pass explicit file open options (TRUNCATE_EXISTING) 2016-02-03 06:03:53 -05:00
Erick Erickson 4de5f1d99d SOLR-8308: Core gets inaccessible after RENAME operation with special characters
(cherry picked from commit 70f8742)
2016-02-02 13:19:07 -08:00
Erick Erickson 7dcb07723c SOLR-8308: Core gets inaccessible after RENAME operation with special characters
(cherry picked from commit 70f8742)
2016-02-02 13:18:21 -08:00
Mike McCandless 61601ee206 add time took for each index part during flush, like we do on merge; improve javadocs
Conflicts:
	lucene/core/src/java/org/apache/lucene/index/DefaultIndexingChain.java
2016-02-02 11:30:19 -05:00
Christine Poerschke 5dbe7d9a73 LUCENE-7008: make TestSortingMergePolicy.testForceMergeNotNeeded a no-op until we figure out why the (super class) test fails. 2016-02-02 15:54:42 +00:00
Christine Poerschke ad5ddee12e LUCENE-7006: increase BaseMergePolicyTestCase use (TestNoMergePolicy and TestSortingMergePolicy now extend it, TestUpgradeIndexMergePolicy added) 2016-02-01 17:52:11 +00:00
Christine Poerschke ba7781e6c5 LUCENE-7005: TieredMergePolicy tweaks (>= vs. >, @see get vs. set) 2016-02-01 17:15:20 +00:00
Steve Rowe 2bcda57ffb SOLR-8607: The Schema API refuses to add new fields that match existing dynamic fields (cherry-picked commit 064c0ac). 2016-02-01 09:40:00 -05:00
Christine Poerschke df624ffc17 SOLR-8600: add & use ReRankQParserPlugin parameter [default] constants, changed ReRankQuery.toString to use StringBuilder.
(Resolved one conflict for solr/core/src/test/org/apache/solr/search/TestReRankQParserPlugin.java file.)
2016-02-01 12:06:10 +00:00
Mike McCandless 69d9c17a2c fix test bug, using different randomness when creating the two IWCs 2016-02-01 05:26:42 -05:00
David Smiley 5e758d269d .gitignore Benchmark: temp/ & work/ 2016-02-01 00:19:47 -05:00
David Smiley ef2fda90b6 SOLR-7968: Make QueryComponent extensible 2016-01-31 22:28:20 -05:00
Noble Paul 6b62eb7cb4 SOLR-8618 refactored a couple of methods out as protected java 7 compile issues 2016-01-31 23:11:14 +05:30
Noble Paul ea043b6bed Merge branch 'branch_5x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_5x 2016-01-31 18:52:16 +05:30
Noble Paul c1f7b9f5c9 SOLR-8618 refactored a couple of methods out as protected 2016-01-31 18:50:37 +05:30
Christine Poerschke f87960ce74 SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method (solr/CHANGES.txt) 2016-01-28 18:04:05 +00:00
Christine Poerschke d1691576b3 SOLR-8597: add default, no-op QParserPlugin.init(NamedList) method 2016-01-28 17:58:15 +00:00
Mark Miller 93172e461f SOLR-8451: fix randomization in test. 2016-01-28 12:40:39 -05:00
Mike McCandless e4fe039aa4 disable ExtraFS for these tests 2016-01-28 12:18:19 -05:00
Mike McCandless faf6ff2d13 fix false failures from test bugs 2016-01-28 11:29:37 -05:00
Mike McCandless 5e5a9cad9a LUCENE-6998: fix a couple places to better detect truncated index files; improve corruption testing
Conflicts:
	lucene/core/src/java/org/apache/lucene/codecs/lucene60/Lucene60PointFormat.java
	lucene/core/src/java/org/apache/lucene/codecs/lucene60/Lucene60PointReader.java
	lucene/core/src/java/org/apache/lucene/codecs/lucene60/Lucene60PointWriter.java
2016-01-28 05:31:13 -05:00
Gregory Chanan bc1cbb4812 SOLR-8415: Provide command to switch between non/secure mode in ZK 2016-01-27 23:27:11 -08:00
yonik 615060c7c4 SOLR-8605: fix regex queries starting with escaped forward slash 2016-01-27 19:42:45 -05:00
Shalin Shekhar Mangar d6ead3b930 SOLR-8595: Use BinaryRequestWriter by default in HttpSolrClient and ConcurrentUpdateSolrClient
(cherry picked from commit 6acfa2a)
2016-01-27 21:06:19 +05:30
Mike McCandless c32578517a remove dead, and also scary, methods from geo tests 2016-01-27 09:16:24 -05:00
Robert Muir 8e97373c9d fix test bug (boosting stopwords with DFI) 2016-01-27 07:51:22 -05:00
Nick Knize 257413bbe1 LUCENE-6956: Fix polygon approximation for LatLonPoint Queries 2016-01-26 21:34:44 -06:00
Uwe Schindler 0ef36fcdd1 LUCENE-6995, LUCENE-6938: Add branch change trigger to common-build.xml to keep sane build on GIT branch change 2016-01-26 22:09:50 +01:00
yonik 51aaed6c7f SOLR-8598: better error message for unknown facet type 2016-01-26 10:21:31 -05:00
Christine Poerschke 6234a115ad SOLR-8566: SyncStrategy.syncWithReplicas initialCapacity tweak 2016-01-26 13:30:31 +00:00
Mike McCandless 5adc4965ea improve geo tests
Conflicts:
	lucene/sandbox/src/test/org/apache/lucene/search/TestLatLonPointQueries.java
2016-01-26 05:49:30 -05:00
Alan Woodward ac3a5234d4 LUCENE-6992: Allow adding IndexableField to MemoryIndex 2016-01-26 10:06:19 +00:00
Robert Muir fe34e968ce fix test bug (fails with DFI similarity) 2016-01-26 04:16:42 -05:00
Robert Muir e94fc65bd1 LUCENE-6470: Improve efficiency of TermsQuery constructors. 2016-01-26 03:57:47 -05:00
Mike McCandless 89ed4229c7 disable Direct and Memory for this test to avoid false OOME failures 2016-01-25 14:05:23 -05:00
Shai Erera 087ebf66c1 Add segments file info to Core admin status
The segments file name and size are useful information to know about
the current commit point.
2016-01-25 15:31:50 +02:00
Alan Woodward 4eaa2e3e34 LUCENE-6988: IndexableField.tokenStream() no longer throws IOException 2016-01-25 11:04:58 +00:00
Michael McCandless 51396b8cf6 merged 2016-01-24 16:51:39 -05:00