Steven Rowe
9acea483e3
SOLR-6913: revert cleanup schema in data_drive_schema_configs configset (schema modifications will follow)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650696 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 23:25:20 +00:00
Erik Hatcher
a0c45d4fb9
SOLR-6127: More improvements to the films example: remove fake document, README steps polished
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650688 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:39:07 +00:00
Erik Hatcher
ae0c13fae8
SOLR-1723: VelocityResponseWriter improvements
...
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups.
Lots of VrW code cleanup, more and improved test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650685 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:32:50 +00:00
Mark Robert Miller
b870aed9b9
SOLR-6932: All HttpClient ConnectionManagers and SolrJ clients should always be shutdown in tests and regular code.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650608 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 17:33:04 +00:00
Michael McCandless
a2614fbd6d
LUCENE-6119: must check merge for abort even when we are not rate limiting; don't wrap rate limiter when doing addIndexes (it's not abortable); don't leak file handle when wrapping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650595 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 16:48:09 +00:00
Erik Hatcher
0aac930251
SOLR-6098: fix a couple of post.jar mentions that did not have -Dc on them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650525 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 13:34:54 +00:00
Michael McCandless
c242a300e0
LUCENE-6166: deletions (alone) can now trigger new merges
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650475 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 10:01:14 +00:00
Michael McCandless
e947b4ad66
LUCENE-6119: set initial rate for forced merge correctly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650463 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 09:30:43 +00:00
Noble Paul
8d7681e72c
SOLR-6787 A simple class to mask a handler defined in same path
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650448 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 06:52:07 +00:00
Mark Robert Miller
1e53aae81b
SOLR-6839: Direct routing with CloudSolrServer will ignore the Overwrite document option.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650422 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 23:49:07 +00:00
Uwe Schindler
d8330064ed
LUCENE-6169: Disable the fsync on directory assert for Java 9+, because in Java 9 opening a FileChannel on directory no longer works
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650390 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 21:59:03 +00:00
Mark Robert Miller
373b9400c1
SOLR-4839: Remove unnecessary Cloudera resolver, leave Cloudera Releases resolver.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650381 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 21:22:40 +00:00
Mark Robert Miller
b487cba37b
SOLR-4839: Order Cloudera resolver after Sonatype and Restlet.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650368 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 19:53:24 +00:00
Chris M. Hostetter
26019792c4
SOLR-6643: Fix error reporting & logging of low level JVM Errors that occur when loading/reloading a SolrCore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650350 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 18:38:57 +00:00
Steven Rowe
cfaf83f80e
SOLR-6913: eol-style for managed-schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650330 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 17:00:47 +00:00
Steven Rowe
d4aa684211
SOLR-6913: cleanup schema in data_drive_schema_configs configset
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650329 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 16:57:39 +00:00
Steven Rowe
1a27122415
SOLR-4839: Set Jetty 9's new option to persist its temp directory (persistTempDirectory) - where the war is exploded - to true, so that the server/solr-webapp/ directory doesn't get deleted when Jetty shuts down gracefully
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650328 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 16:56:25 +00:00
Robert Muir
ec43ca9fd8
LUCENE-6165: Change merging APIs from LeafReader to CodecReader
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650301 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 14:53:03 +00:00
Robert Muir
b2f3330f7d
SOLR-4839: fix licensing metadata. PLEASE RUN PRECOMMIT BEFORE COMMITTING.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650293 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 14:26:52 +00:00
Noble Paul
1c1c2a57cd
SOLR-6787 more logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650251 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 11:06:37 +00:00
Noble Paul
11460d0be3
SOLR-6787 commit right away instead of waiting
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650212 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 06:33:28 +00:00
Erick Erickson
759441eccd
SOLR-6925: Back out changes having to do with SOLR-5287 (editing configs from admin UI)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650208 13f79535-47bb-0310-9956-ffa450edef68
2015-01-08 05:15:46 +00:00
Shalin Shekhar Mangar
1ff5f7fc9a
SOLR-4839: Remove dependency to jetty.orbit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650169 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 21:19:00 +00:00
Tomas Eduardo Fernandez Lobbe
6f72b548e4
LUCENE-6149: Fixed typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650132 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 18:10:22 +00:00
Noble Paul
980c1e42f1
SOLR-6365 path /update/** should match /update as well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650125 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 17:41:01 +00:00
Timothy Potter
812e0c6e6f
SOLR-6918: No need to log exceptions (as warn) generated when creating MBean stats if core is shutting down
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650123 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 17:35:20 +00:00
Noble Paul
c2712551be
SOLR-6365 last commit caused regression
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650064 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 14:24:31 +00:00
Noble Paul
3b988de804
SOLR-6787 hardening tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650030 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 10:49:39 +00:00
Michael McCandless
941f6e64c8
LUCENE-6119: fix just arrived merge to throttle correctly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650025 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 10:24:16 +00:00
Noble Paul
b7ddac884e
SOLR-6533 implicit requesthandlers were not exposed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650000 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 07:08:00 +00:00
Noble Paul
88eb9719fa
SOLR-6365 bug fix matching wrong name when it is a shorter prefix of path
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649996 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 06:10:49 +00:00
Robert Muir
b10d20a122
LUCENE-6158: IW.addIndexes(IndexReader...) -> IW.addIndexes(LeafReader...)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649989 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 02:52:57 +00:00
Mark Robert Miller
bba930a5b3
SOLR-6880: Harden ZkStateReader to expect that getCollectionLive may return null as it's contract states.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649945 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:53:49 +00:00
Mark Robert Miller
90dd4ab345
SOLR-6766: Expose HdfsDirectoryFactory Block Cache statistics via JMX.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649939 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:29:17 +00:00
Erik Hatcher
9b3d792bd8
SOLR-6900: added usage to bin/post, plus some TODOs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649937 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 20:28:53 +00:00
Tomas Eduardo Fernandez Lobbe
3ab114bb5e
LUCENE-6149: Infix suggesters' highlighting and allTermsRequired can be set at the constructor for non-contextual lookup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649893 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 18:14:04 +00:00
Andrzej Bialecki
136174bc13
SOLR-6830 Update CHANGES.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649880 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 17:26:19 +00:00
Shalin Shekhar Mangar
76fa1005db
SOLR-6801: Use static random initialized with random.seed and use it in Collections.shuffle to make forbidden-api checks pass
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649877 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 17:17:15 +00:00
Andrzej Bialecki
037b72a00c
SOLR-6830 Upgrade Woodstox and StAX.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649857 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 16:15:58 +00:00
Noble Paul
82b4fedcea
SOLR-6801 addressing test failures, SOLR-6607 supporting all initArgs for requesthandlers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649821 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 15:11:12 +00:00
Adrien Grand
cdb651976e
LUCENE-5702: Move comparators to a per-leaf API.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649818 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 15:03:19 +00:00
Shalin Shekhar Mangar
75f6dd52e4
SOLR-6897: Throw fatal error if nrtMode is present in solrconfig on 6.0. Added note to upgrade section.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649816 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:50:54 +00:00
Shalin Shekhar Mangar
258f3b152e
SOLR-6897: Fix wrong assert
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649814 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:46:49 +00:00
Shalin Shekhar Mangar
e13e0de583
SOLR-6897: Nuke non-NRT mode from code and configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649810 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:28:08 +00:00
David Wayne Smiley
cd8fc589b9
LUCENE-6155: Add payloads to MemoryIndex; add flag to HL QueryScorer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649798 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 13:19:20 +00:00
Michael McCandless
8ba1607af3
LUCENE_6119: disable merge throttling on close
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649755 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 09:17:16 +00:00
Timothy Potter
cc3e6d9f93
SOLR-4839: start Jetty 9 correctly on Windows
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649689 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 23:03:19 +00:00
Erick Erickson
14c8880729
SOLR-6666: Dynamic copy fields are considering all dynamic fields, causing a significant performance impact on indexing documents
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649657 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 20:50:39 +00:00
Michael McCandless
a13b71aa41
LUCENE-6161: reuse DocsEnum when resolving deleted terms/queries to doc id
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649599 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 17:53:18 +00:00
Michael McCandless
6a4273b200
4.10.3 release: add missing back compat index and version constant
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649589 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 16:53:13 +00:00