Robert Muir
|
20a6de0241
|
SOLR-5012: optimize search with filter when filterCache is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501004 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 23:05:58 +00:00 |
Yonik Seeley
|
5b257ac4df
|
SOLR-5019: don't modify original filter list
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500903 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 19:39:42 +00:00 |
Uwe Schindler
|
f092795fe9
|
LUCENE-5097: Analyzer now has an additional tokenStream(String fieldName, String text) method, so wrapping by StringReader for common use is no longer needed. This method uses an internal reuseable reader, which was previously only used by the Field class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500862 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 17:55:48 +00:00 |
Grant Ingersoll
|
33d014f3aa
|
SOLR-5010: add copy field support to the REST API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500737 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 14:00:23 +00:00 |
Erick Erickson
|
89ea939a4a
|
Fix broken test checked in with SOLR-4982
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500354 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-07 02:25:49 +00:00 |
Erick Erickson
|
3b640360fd
|
Fix for SOLR-4982, creating cores with sysprops does not dereference them properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500284 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-06 14:45:47 +00:00 |
Uwe Schindler
|
0f3e2dd245
|
Fix broken generics
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500243 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-06 11:48:02 +00:00 |
Uwe Schindler
|
568f6a398a
|
SOLR-5009: Don't create multiple SolrResourceLoaders for same Solr home, wasting resources and slowing down startup. This fixes the problem where the loader was not correctly closed, making tests fail on Windows.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500156 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 22:45:28 +00:00 |
Robert Muir
|
a278bb6628
|
SOLR-5002: optimize numDocs(Query,DocSet) when filterCache is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500102 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 19:03:16 +00:00 |
Grant Ingersoll
|
b119be488a
|
SOLR-5003: add rowidOffset as well
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500097 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 18:51:16 +00:00 |
Grant Ingersoll
|
218856ac6d
|
SOLR-5003: add rowid (line number) option to CSV Loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500046 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 15:30:42 +00:00 |
Mark Robert Miller
|
a69b1b0e3d
|
SOLR-5007: clean up resource management
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499894 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 01:00:50 +00:00 |
Shalin Shekhar Mangar
|
dcbc79ce15
|
SOLR-4693: A "deleteshard" collections API that unloads all replicas of a given shard and then removes it from the cluster state. It will remove only those shards which are INACTIVE or have no range (created for custom sharding).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499655 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-04 05:04:21 +00:00 |
Steven Rowe
|
e76d6599d9
|
SOLR-5000: ManagedIndexSchema doesn't persist uniqueKey tag after calling addFields method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499578 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 22:07:51 +00:00 |
Erick Erickson
|
42ca89d233
|
Fixing another file separator issue, test only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499074 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 19:44:46 +00:00 |
Shalin Shekhar Mangar
|
b7203642fe
|
SOLR-3369: shards.tolerant=true is broken for group queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498992 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 16:10:16 +00:00 |
Alan Woodward
|
f38c5163cc
|
SOLR-4948: Tidy up CoreContainer construction logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498990 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 15:50:49 +00:00 |
Robert Muir
|
5f678a0e23
|
SOLR-4977: add back this null check, getConfig calls ensureOpen...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498957 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 14:37:55 +00:00 |
Robert Muir
|
28b372ad47
|
SOLR-4977: remove deprecated option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 14:36:44 +00:00 |
Robert Muir
|
6b1cbf2d40
|
LUCENE-5087: Add getMultiValuedSeparator to PostingsHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 14:08:26 +00:00 |
Robert Muir
|
7b5c09d061
|
SOLR-4977: Add option to send infostream to the logging system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498936 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 13:34:12 +00:00 |
Shalin Shekhar Mangar
|
c100f376f0
|
SOLR-4933: Retry splitshard three times before giving up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498923 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 13:22:50 +00:00 |
Mark Robert Miller
|
e6497c1a9a
|
SOLR-4933: if shard split fails with 500, wait a while to see if it succeeds on a retry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498763 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 03:10:43 +00:00 |
Mark Robert Miller
|
1829c3a811
|
SOLR-4981: Don't try and sync after SyncStrategy is closed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498760 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 02:39:37 +00:00 |
Yonik Seeley
|
65d565b188
|
tests: force FS in the test method rather than for all replication test methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498704 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 21:33:19 +00:00 |
Yonik Seeley
|
ecd53b8018
|
tests: disable MockDirectoryFactory for replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498659 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 20:09:12 +00:00 |
Steven Rowe
|
ff5f4d5be8
|
SOLR-4894: Add AddSchemaFieldsUpdateProcessorFactory: dynamically add fields to the schema if an input document contains unknown fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498555 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 16:34:09 +00:00 |
Yonik Seeley
|
d96faa4a3a
|
SOLR-4926: SolrDeletionPolicy.getLatestCommit can be null before IW is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498554 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 16:33:55 +00:00 |
Mark Robert Miller
|
8227df4c04
|
SOLR-4981: Share HttpClient across SolrServers and shut it down on close
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498540 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 16:10:52 +00:00 |
Mark Robert Miller
|
b48deb09df
|
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498526 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-01 15:40:11 +00:00 |
Erick Erickson
|
c8310ea09d
|
SOLR-4974, tighten up shutdown logic. Inspired by SOLR-4960
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497999 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 18:40:49 +00:00 |
Robert Muir
|
92c42511c7
|
SOLR-4976: infostream doesn't work with merged segment warmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497968 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 01:27:52 +00:00 |
Robert Muir
|
25b562d059
|
LUCENE-5080: fix CMS setters that depended on each other
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497967 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 01:13:27 +00:00 |
Mark Robert Miller
|
6235e48896
|
SOLR-4967: Supporting passing on multi value params when forwarding allowed params in DistributedUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497812 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-28 15:25:11 +00:00 |
Mark Robert Miller
|
87eb3cc3e3
|
SOLR-4969: Enable ChaosMonkeyNothingIsSafeTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 20:00:38 +00:00 |
Mark Robert Miller
|
280e96e81f
|
SOLR-4972: Add PUT command to ZkCli tool.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497499 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 19:03:40 +00:00 |
Mark Robert Miller
|
4567a2f6cc
|
SOLR-4916: Fix test to close properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497468 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 17:26:33 +00:00 |
Mark Robert Miller
|
181296ff41
|
SOLR-4916: Do not run hdfs tests on FreeBSD because they do not play nice with blackhole
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497458 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 17:17:49 +00:00 |
Mark Robert Miller
|
874e966970
|
SOLR-4916: Do not run hdfs tests on Windows as it requires cygwin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 17:08:50 +00:00 |
Steven Rowe
|
d6d65851cf
|
SOLR-4892: Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497165 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 00:44:27 +00:00 |
Mark Robert Miller
|
4ac141d204
|
SOLR-4916: add assume false to test for java 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497159 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-27 00:31:35 +00:00 |
Yonik Seeley
|
811079b8c6
|
SOLR-4965: skip IW.commit if no changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497075 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 20:22:41 +00:00 |
Mark Robert Miller
|
b9e1537a7e
|
SOLR-4916: Add support to write and read Solr index files and transaction log files to and from HDFS.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497072 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 20:18:33 +00:00 |
Yonik Seeley
|
bd6177d473
|
SOLR-4926: get latest commit from deletion policy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497054 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 19:33:36 +00:00 |
Mark Robert Miller
|
bd1246fad6
|
SOLR-4926: Fixed rare replication bug that normally only manifested when using compound file format.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497020 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 17:36:45 +00:00 |
David Wayne Smiley
|
2239a52453
|
SOLR-2345: refactor out GeoDistValueSourceParser from HaversineConstFunction
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496731 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 04:44:26 +00:00 |
Yonik Seeley
|
c672b56305
|
SOLR-4960: fix race in CoreContainer.getCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496620 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 19:57:17 +00:00 |
Shai Erera
|
3cf2f34181
|
LUCENE-5078: Allow TfIDFSimilarity implementations to encode norm values into more than a single byte
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496579 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 18:39:28 +00:00 |
Alan Woodward
|
450534ff3a
|
Revert 1496505
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496564 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 17:59:31 +00:00 |
Yonik Seeley
|
d6b40cc39a
|
SOLR-4960: race condition in shutdown of CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496546 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 17:18:46 +00:00 |
Alan Woodward
|
f47bb580ee
|
SOLR-4948: Tidy up CoreContainer construction logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496505 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 14:55:26 +00:00 |
Chris M. Hostetter
|
be9bf006c2
|
SOLR-4942: test improvements to randomize use of compound files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495668 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-22 06:00:18 +00:00 |
Erick Erickson
|
fab1b8babf
|
test fix for SOLR-4935, path separator issue (second)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495661 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-22 04:23:37 +00:00 |
Erick Erickson
|
3b33ded21a
|
test fix for SOLR-4935, path separator issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495621 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 22:17:30 +00:00 |
Steven Rowe
|
6e2d5fd21a
|
SOLR-4893: javadoc for the new fieldNameMatchesSchemaField selector
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495574 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 20:06:36 +00:00 |
Erick Erickson
|
86b76721e1
|
SOLR-4935 additional improvements for persisting solr.xml when manipulating cores
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495528 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 18:05:18 +00:00 |
Shalin Shekhar Mangar
|
5b32c4fad8
|
SOLR-4944 -- Disabling the test until we can fix it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495295 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 06:28:56 +00:00 |
Adrien Grand
|
543d33f941
|
LUCENE-5063: Compress integer and long field caches and remove FieldCache.get(Byte|Short)s, default parsers and related class/methods (merged from r1494753 and r1495146).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495156 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 20:07:57 +00:00 |
Chris M. Hostetter
|
b3e02db3a9
|
SOLR-4941: Fix handling of <mergePolicy> init arg "useCompoundFile" -> IndexWriterConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494837 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 01:36:34 +00:00 |
Chris M. Hostetter
|
0a2d1a484e
|
SOLR-4934: Fix handling of <mergePolicy> init arg "useCompoundFile" needed after changes in LUCENE-5038
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494348 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 22:31:47 +00:00 |
Mark Robert Miller
|
625600da1c
|
make ulog final and clean up a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494330 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 21:52:14 +00:00 |
Mark Robert Miller
|
e1005a0645
|
SOLR-4926: remove some silliness
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494160 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 14:59:16 +00:00 |
Erick Erickson
|
0b6fa118f5
|
SOLR-4932 some extra parameters persisted to solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493982 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 01:30:49 +00:00 |
Shalin Shekhar Mangar
|
8233c923a1
|
SOLR-4931: SolrDeletionPolicy onInit and onCommit methods changed to override exact signatures (with generics) from IndexDeletionPolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493871 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 18:37:52 +00:00 |
Mark Robert Miller
|
fc9c0a8f14
|
SOLR-4923: Commits to non leaders as part of a request that also contain updates can execute out of order.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493779 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 14:31:22 +00:00 |
Erick Erickson
|
05eb306423
|
SOLR-4910, improvements to persisting solr.xml and misc other fixes, see CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493618 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 00:33:31 +00:00 |
Noble Paul
|
37981de101
|
SOLR-4925 Collection create throws NPE when 'numShards' param is missing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 18:42:54 +00:00 |
Simon Willnauer
|
b7763af7df
|
LUCENE-5038: Fix test, useCompoundFile doesn't exists anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492770 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 17:23:53 +00:00 |
Simon Willnauer
|
e83c3f7a8b
|
LUCENE-5038: Refactor CompoundFile settings in MergePolicy and IndexWriterConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 15:11:14 +00:00 |
Mark Robert Miller
|
af2128c683
|
SOLR-4915: The root cause should be returned to the user when a SolrCore create call fails.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492693 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 14:49:39 +00:00 |
Mark Robert Miller
|
4c57013878
|
SOLR-4224: Refactor JavaBinCodec input stream definition to enhance reuse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491459 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 14:10:27 +00:00 |
Mark Robert Miller
|
84b3a0e40b
|
SOLR-4789: CoreAdminHandler should write core.properties files in discovery mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491446 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-10 13:39:34 +00:00 |
Mark Robert Miller
|
d35702de9a
|
SOLR-4805,SOLR-4843: SolreCore#reload should not call preRegister and publish a DOWN state to ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491310 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-09 22:51:21 +00:00 |
Steven Rowe
|
b0aef6e46d
|
SOLR-4893: Extend FieldMutatingUpdateProcessor.ConfigurableFieldNameSelector to enable checking whether a field matches any schema field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491102 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-08 23:52:47 +00:00 |
Robert Muir
|
290ae62a44
|
LUCENE-4933: collapse Exact/SloppySimScorer into SimScorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490971 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-08 12:42:36 +00:00 |
Chris M. Hostetter
|
d342f49051
|
SOLR-4906: fix UpdateRequestProcessorChain class javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490782 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-07 18:56:46 +00:00 |
Steven Rowe
|
f28d9b855e
|
SOLR-4891: Fix corruption of BigInteger values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 15:27:31 +00:00 |
Steven Rowe
|
a819fcbf8a
|
SOLR-4891: JsonLoader should preserve field value types from the JSON content stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489676 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-05 00:47:43 +00:00 |
Chris M. Hostetter
|
9f5d970641
|
SOLR-4744: hackish attempt to get basic non cloud functionality to work again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489222 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 23:01:20 +00:00 |
Shalin Shekhar Mangar
|
2456fe59c0
|
SOLR-4744: Update failure on sub shard is not propagated to clients by parent shard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489138 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-03 20:02:30 +00:00 |
Chris M. Hostetter
|
e38d831c4f
|
SOLR-4858: svn add missing test class, and remove nocommit that was overriding randomization of updateLog in SolrTestCaseJ4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488431 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 23:42:51 +00:00 |
Yonik Seeley
|
b3acf03c7e
|
SOLR-4858: increase ulog test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488365 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 19:40:51 +00:00 |
Yonik Seeley
|
145772accb
|
SOLR-4858: call ulog.init on core reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488349 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 18:37:24 +00:00 |
Uwe Schindler
|
7239a57a51
|
SOLR-4881: Fix DocumentAnalysisRequestHandler to correctly use EmptyEntityResolver to prevent loading of external entities like UpdateRequestHandler does
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487976 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 18:58:58 +00:00 |
Uwe Schindler
|
fecb6fb0a2
|
SOLR-4877, LUCENE-5023: Removed SolrIndexSearcher#getDocSetNC()'s special case for handling TermQuery to prevent NullPointerException if reader does not have fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 16:22:29 +00:00 |
Shalin Shekhar Mangar
|
2c1af23df7
|
SOLR-4870: RecentUpdates.update() does not increment numUpdates loop counter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487897 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-30 15:34:21 +00:00 |
Shalin Shekhar Mangar
|
f9a5dc2c88
|
SOLR-4855: DistributedUpdateProcessor doesn't check for peer sync requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487538 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 16:40:28 +00:00 |
Shawn Heisey
|
a79ffdfeee
|
SOLR-4868: fix inability to set root logger in Log4JWatcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487294 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 06:02:17 +00:00 |
Shalin Shekhar Mangar
|
ee096e5cf8
|
SOLR-4863: Removed non-existent attribute sourceId from dynamic JMX stats to fix AttributeNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487236 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-29 04:55:13 +00:00 |
Chris M. Hostetter
|
277c65f9b9
|
additional examples of the switch parser inspired by a recent email thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487166 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 23:42:48 +00:00 |
Jan Høydahl
|
d7f397056b
|
SOLR-4785: Fixed bug with missing boost on toplevel query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1486898 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 12:09:13 +00:00 |
Mark Robert Miller
|
2d716bfa97
|
SOLR-4745: Do not pass a SolrCore in ZkController.preRegister()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485835 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 19:35:52 +00:00 |
Mark Robert Miller
|
6edd7326fd
|
SOLR-4814: If a SolrCore cannot be created it should remove any information it published about itself from ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485831 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 19:17:46 +00:00 |
Erick Erickson
|
db6899a0ed
|
SOLR-4849, test failures due to windows pathing issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485403 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-22 20:23:40 +00:00 |
Erik Hatcher
|
6a9fc2aa55
|
SOLR-4842: merge an additional test case from branch_4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484889 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 17:44:34 +00:00 |
Erik Hatcher
|
850edd0251
|
SOLR-4842: merge from branch_4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484884 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 17:33:34 +00:00 |
Mark Robert Miller
|
2e716bad60
|
test logging: key by hashCode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484795 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-21 13:23:03 +00:00 |
Koji Sekiguchi
|
420bb8c36e
|
SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483620 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-17 00:28:54 +00:00 |
Yonik Seeley
|
069387266e
|
SOLR-4829: fix tlog leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 20:49:59 +00:00 |
Robert Muir
|
f8c39032e0
|
fix test leak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483140 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-16 01:13:56 +00:00 |