Tommaso Teofili
|
8c037c2115
|
[SOLR-3464] - added softCommit option to SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341658 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-22 22:00:08 +00:00 |
Dawid Weiss
|
4652d65f0b
|
LUCENE-4047: Cleanup of LuceneTestCase: moved blocks of initialization/ cleanup code into JUnit instance and class rules.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338826 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-15 18:47:45 +00:00 |
Yonik Seeley
|
9d70bf609b
|
SOLR-2824: parse query in fromCore for cross-core join
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338231 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-14 14:46:01 +00:00 |
Yonik Seeley
|
015d8601c8
|
SOLR-2824: don't rewrite join subquery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1337955 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-13 18:08:28 +00:00 |
Ryan McKinley
|
800f5a54a6
|
SOLR-2857: add UpdateRequestHandler that handles xml,csv,json, and javabin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335768 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-08 21:06:10 +00:00 |
Yonik Seeley
|
e35df0b58f
|
SOLR-139 SOLR-3178 : Updateable documents, optimistic locking
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335642 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-08 17:00:33 +00:00 |
Christopher John Male
|
1538ebb339
|
LUCENE-2510: Moved deprecated ResourceLoader into solr-core to remove solrj dependency on lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334277 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-05 00:41:16 +00:00 |
Christopher John Male
|
a8beeff4e9
|
tidied some spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333753 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 03:44:55 +00:00 |
Christopher John Male
|
5898dc5a83
|
LUCENE-2510: Added bw compat support for ResourceLoader/Aware
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333751 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 03:31:50 +00:00 |
Christopher John Male
|
d8898b662d
|
LUCENE-2510: Moved ResourceLoader/Aware into analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332037 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-30 01:34:48 +00:00 |
Sami Siren
|
efcd62f311
|
SOLR-2020: use echoParams, remove SOP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331286 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-27 08:09:58 +00:00 |
Sami Siren
|
fcfa443d3c
|
SOLR-2020: fix another bug with param encoding with multipart request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330803 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-26 12:17:58 +00:00 |
Ryan McKinley
|
14560553b4
|
SOLR-3413: support multiple copies in return fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-25 21:26:51 +00:00 |
Chris M. Hostetter
|
d2875edd99
|
SOLR-2690: New support for a "TZ" request param which overrides the TimeZone used when rounding Dates in DateMath expressions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329837 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 16:35:41 +00:00 |
Tommaso Teofili
|
b3241a23b3
|
[SOLR-3396] - avoid NPEs on appendMap method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329640 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 11:18:59 +00:00 |
Robert Muir
|
ab3f63d279
|
LUCENE-4011: fix most broken links in solr javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329235 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-23 13:44:03 +00:00 |
Robert Muir
|
6f0b19c7a7
|
fix HTML escaping in solrj javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329049 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-23 03:08:19 +00:00 |
Christopher John Male
|
a17404983b
|
LUCENE-4011: Fixed broken javadoc links in solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329023 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-23 01:55:02 +00:00 |
Ryan McKinley
|
a583705403
|
SOLR-2020: don't send a null mime-type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328539 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-20 23:44:30 +00:00 |
Ryan McKinley
|
728bf1a914
|
SOLR-2020: fix FormBodyPart - The 2nd param is the contentType, not the name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328536 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-20 22:41:43 +00:00 |
Sami Siren
|
e15f553903
|
SOLR-3380: add some more basic testing for HttpSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328332 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-20 11:39:35 +00:00 |
Sami Siren
|
5a61a06a4a
|
SOLR-2755: verify that passed parameters work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327838 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-19 06:16:46 +00:00 |
Sami Siren
|
85bb7984b7
|
SOLR-3139: remove sop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327836 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-19 06:01:34 +00:00 |
Sami Siren
|
fe98ebf7ec
|
SOLR-2020: restore internals to be much more like they used to be
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327635 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-18 19:19:20 +00:00 |
Sami Siren
|
0daa4b0aac
|
SOLR-3341: add more javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327053 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-17 12:03:20 +00:00 |
Christopher John Male
|
a4cbd8a605
|
SOLR-3357: Added expected Class type to ResourceLoader.newInstance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326879 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-17 02:03:05 +00:00 |
Dawid Weiss
|
cf85aab1a0
|
LUCENE-3808: Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326351 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-15 14:41:44 +00:00 |
Sami Siren
|
91b6b379cd
|
SOLR-3139: send UpdateRequest.getParams() as HTTP request params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325884 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-13 18:04:16 +00:00 |
Christopher John Male
|
649cad2a75
|
SOLR-3343: Moved non-shared utils out of solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-12 01:32:29 +00:00 |
Ryan McKinley
|
e240c0f0fb
|
remove old javadoc comment (it is already in common)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324899 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-11 18:08:23 +00:00 |
Chris M. Hostetter
|
bc700fa5aa
|
SOLR-3302: Upgraded SLF4j to version 1.6.4 (hossman)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311558 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-10 02:34:24 +00:00 |
Steven Rowe
|
bb59b83358
|
LUCENE-3959: remove all @author tags from Lucene/Solr sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310622 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-06 22:29:35 +00:00 |
Ryan McKinley
|
81ddd8cbe2
|
SOLR-3329: Dropping getSourceID() from SolrInfoMBean and most of the svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310219 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-06 08:13:15 +00:00 |
Robert Muir
|
2fe2e82584
|
LUCENE-1866: better RAT reporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309248 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-04 05:03:53 +00:00 |
Robert Muir
|
e00a7dce89
|
nuke relics of fake noggit release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308886 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-03 13:08:02 +00:00 |
Robert Muir
|
86c7878963
|
svn:eolstyle=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308638 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-03 00:59:11 +00:00 |
Jan Høydahl
|
058179d177
|
SOLR-1052: Deprecate/Remove <indexDefaults> and <mainIndex> in favor of <indexConfig> in solrconfig.xml (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308608 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-02 22:55:37 +00:00 |
Robert Muir
|
73db5ff5fc
|
SOLR-2435: nuke confusing duplicate junit dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308529 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-02 20:15:01 +00:00 |
Robert Muir
|
8f0d7cc135
|
LUCENE-3930: nuke jars from source tree and use ivy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307563 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-30 18:04:43 +00:00 |
Erick Erickson
|
b005bcb790
|
Fixes (documentation only) for SOLR-3297 and SOLR-3298
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307543 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-30 17:17:52 +00:00 |
Sami Siren
|
d46c69e9ad
|
deprecation cleaning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307347 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-30 10:21:29 +00:00 |
Sami Siren
|
42141717a3
|
remove deprecated api
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307319 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-30 09:03:09 +00:00 |
Yonik Seeley
|
95f80348f6
|
tests: ignore expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307194 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-30 01:08:11 +00:00 |
Yonik Seeley
|
6209a4123b
|
tests: increase connection timeouts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307123 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-29 21:39:30 +00:00 |
Sami Siren
|
b5f8deb795
|
SOLR-2020: migrate to Java client that uses Apache Http Components http client (4.x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306800 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-29 12:11:37 +00:00 |
Robert Muir
|
3a8241485d
|
SOLR-3112: rename abstract -Test to -TestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304455 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 15:43:30 +00:00 |
Robert Muir
|
c1cab4323a
|
SOLR-3112: license header on test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304449 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 15:37:18 +00:00 |
Robert Muir
|
2590469186
|
SOLR-3112: Fix tests not to write to src/test-files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304441 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-23 15:32:44 +00:00 |
Robert Muir
|
a6fd306dfb
|
add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303738 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-22 11:33:45 +00:00 |
Martijn van Groningen
|
a25cb028e1
|
SOLR-3052: Added jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303206 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 23:26:19 +00:00 |
James Dyer
|
255f763640
|
SOLR-2124: do not log stack trace for Service Disabled / 503
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302970 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-20 16:18:11 +00:00 |
Erick Erickson
|
401924c273
|
Fix for SOLR-3236, javadoc only
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300168 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-13 14:56:29 +00:00 |
Ryan McKinley
|
29a1f13e35
|
SOLR-3209 -- sorry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298659 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-08 23:59:34 +00:00 |
Ryan McKinley
|
2488497c69
|
StartSolrJetty now emulates java -jar start.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298528 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-08 19:26:49 +00:00 |
Ryan McKinley
|
455ba2465f
|
SOLR-3209: FieldStatsInfo returns Object rather then Double
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298527 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-08 19:25:30 +00:00 |
Martijn van Groningen
|
d22b750992
|
SOLR-2898: Support grouped faceting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298186 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-07 22:51:18 +00:00 |
Dawid Weiss
|
1242fb0437
|
Fixing imports.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298156 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-07 22:10:00 +00:00 |
Ryan McKinley
|
a57f29a367
|
SOLR-3159: Upgrade example and tests to run with Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298108 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-07 20:49:28 +00:00 |
Ryan McKinley
|
5811b6229a
|
SOLR-141: Errors and Exceptions are formated by ResponseWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297749 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-06 21:59:31 +00:00 |
Ryan McKinley
|
58e3736862
|
SOLR-3202: remove JSP support and the old admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-06 17:04:19 +00:00 |
Uwe Schindler
|
989530e17e
|
LUCENE-3850: Fix rawtypes warnings for Java 7 compiler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297048 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-05 13:34:40 +00:00 |
Dawid Weiss
|
ff27ca3738
|
LUCENE-3847: LuceneTestCase will now check for modifications of System properties before and after each test (and suite). If changes are detected, the test will fail. A rule can be used to reset system properties to before-scope state (and this has been used to make Solr tests pass).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296888 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-04 22:03:20 +00:00 |
Dawid Weiss
|
9d55bcc9ca
|
Fixed a test failing on Windows (slash/backslash inconsistency). I check for an alternative, don't know if it should be normalized on persist.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296150 13f79535-47bb-0310-9956-ffa450edef68
|
2012-03-02 11:29:48 +00:00 |
Chris M. Hostetter
|
29a7c260fe
|
LUCENE-2604: add '/' to the list of chars in the various escape functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294965 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-29 03:58:41 +00:00 |
Mark Robert Miller
|
f75eae6217
|
throw a good error rather than NPE when no collection is found to request against
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294894 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-28 23:36:53 +00:00 |
Yonik Seeley
|
7464d5360b
|
SOLR-3170: don't use default params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294400 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 23:48:22 +00:00 |
Yonik Seeley
|
ec52a87046
|
SOLR-3157: improve test logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294212 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-27 16:48:19 +00:00 |
Mark Robert Miller
|
51ca380dd8
|
SOLR-3137: test+fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293415 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 21:02:51 +00:00 |
Mark Robert Miller
|
6d2ef6a1e4
|
this should be volatile
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293345 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 17:16:16 +00:00 |
Yonik Seeley
|
b7fa7354fc
|
logging: log versions of update commands, improve toString of solr docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293055 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-24 01:40:10 +00:00 |
Ryan McKinley
|
d1abb09612
|
SOLR-3134: Include shard info in distributed response when shards.info=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292717 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 09:07:31 +00:00 |
Sami Siren
|
6ff799d4b3
|
SOLR-3037: simplify method as suggested by Jörg Maier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292690 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-23 08:07:06 +00:00 |
Sami Siren
|
9e1e2d40a4
|
fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and ZkStateReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292238 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-22 11:14:06 +00:00 |
Yonik Seeley
|
ecc836d028
|
tests: improve SolrInputDocument.toString for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291066 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-19 21:39:37 +00:00 |
Mark Robert Miller
|
458ff3ead7
|
SOLR-3126: hardening around peer sync and tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245836 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-18 02:00:03 +00:00 |
Mark Robert Miller
|
91dc7befa4
|
SOLR-3137: When solr.xml is persisted, you lose all system property substitution that was used.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245217 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-16 22:24:04 +00:00 |
Mark Robert Miller
|
9897a0e792
|
SOLR-3138: Add node roles to core admin handler 'create core' and solrj.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245202 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-16 22:02:39 +00:00 |
Mark Robert Miller
|
56f12201b7
|
SOLR-3122: allow interrupting zkcmdoperations and some test work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244231 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-14 21:58:16 +00:00 |
Mark Robert Miller
|
fe0c6ae0ae
|
add shardId to create cmd
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244212 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-14 21:19:32 +00:00 |
Yonik Seeley
|
ff49481d93
|
debug: add useful toString for SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243666 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-13 19:41:47 +00:00 |
Mark Robert Miller
|
17ac9321a9
|
unignore this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242927 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-10 21:15:18 +00:00 |
Mark Robert Miller
|
3c5d8633d9
|
SOLR-3108: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (test)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242324 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-09 13:59:11 +00:00 |
Mark Robert Miller
|
dfdd1b7363
|
SOLR-3108: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (fix only)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1242212 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-09 03:15:44 +00:00 |
Robert Muir
|
4710d32447
|
LUCENE-3749: replace SimilarityProvider with PerFieldSimilarityWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241001 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 12:48:01 +00:00 |
Simon Willnauer
|
dfce8dd760
|
Retrieve CoreContainer from EmbeddedSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1240980 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-06 11:23:33 +00:00 |
Yonik Seeley
|
f6e4fceda2
|
SOLR-3078: only return update versions on request
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239437 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-02 02:17:54 +00:00 |
Grant Ingersoll
|
b912f6da98
|
SOLR-1726: add deep paging support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239181 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-01 16:01:34 +00:00 |
Yonik Seeley
|
8e357cac55
|
SOLR-3062: implement openSearcher=false, make commitWithin soft, refactor commit param parsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239155 13f79535-47bb-0310-9956-ffa450edef68
|
2012-02-01 14:51:07 +00:00 |
Mark Robert Miller
|
0d8d2f48e4
|
allow for over closing SolrZkClient as we do with SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238680 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-31 15:58:18 +00:00 |
Mark Robert Miller
|
1c24188e0b
|
don't add to the num open count until the constructor is finished
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236958 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-28 02:17:37 +00:00 |
Mark Robert Miller
|
ac664ba310
|
fix bad javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236884 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 20:53:15 +00:00 |
Yonik Seeley
|
7784c42dd1
|
refactor: make javabin use ByteUtils for encoding/decoding
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236860 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 19:45:26 +00:00 |
Steven Rowe
|
02d4bd91df
|
SOLR-2358: Add new solrj dependency apache-solr-noggit-*.jar to solrj-lib/ when producing a distribution.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236859 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 19:44:42 +00:00 |
Yonik Seeley
|
0545651342
|
revive ByteUtils to remove lucene dependency in solrj, refactor JavaBinCodec to reuse UTF8 encoding function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236828 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 19:01:06 +00:00 |
Mark Robert Miller
|
924857fc44
|
remove this check and use of lucene core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236774 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 17:34:54 +00:00 |
Robert Muir
|
a7d6e5237c
|
fix javadocs error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236673 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-27 13:11:10 +00:00 |
Mark Robert Miller
|
51c97efbe8
|
fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236354 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 19:20:07 +00:00 |
Mark Robert Miller
|
3281e5b3a3
|
show the base url when reporting exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236324 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-26 17:52:50 +00:00 |
Mark Robert Miller
|
9fed484fb1
|
SOLR-2358: merge in solrcloud branch (watch out hudson!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235888 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-25 19:49:26 +00:00 |
Jan Høydahl
|
d0e4e731d9
|
SOLR-2280: commitWithin ignored for a delete query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235305 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-24 15:41:16 +00:00 |