Erik Hatcher
d0c4ec62c9
SOLR-1280,SOLR-1725: Add an example of the script update processor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366588 13f79535-47bb-0310-9956-ffa450edef68
2012-07-28 03:30:51 +00:00
Chris M. Hostetter
a7cd5f3384
SOLR-3634: CoreContainer and CoreAdminHandler will now remember and report back information about failures to initialize SolrCores
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366241 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 00:01:00 +00:00
Mark Robert Miller
bcfb01d690
add Markus Jelsma to SOLR-1781
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366016 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 14:33:03 +00:00
Uwe Schindler
142d3c788f
LUCENE-2510, LUCENE-4044: Migrated Solr's Tokenizer-, TokenFilter-, and CharFilterFactories to the lucene-analysis module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365586 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 13:54:04 +00:00
Chris M. Hostetter
001eac714e
SOLR-3652: Fixed range faceting to error instead of looping infinitely when 'gap' is zero -- or effectively zero due to floating point arithmetic underflow
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365363 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 00:11:35 +00:00
Chris M. Hostetter
32a0f402d6
SOLR-3623: Fixed inconsistent treatment of third-party dependencies for solr contribs analysis-extras & uima
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364728 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 17:33:24 +00:00
Uwe Schindler
a956609a85
Copy over changes from 3.6 branch #2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364570 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 10:33:34 +00:00
Mark Robert Miller
6578d7f512
SOLR-3663: There are a couple of bugs in the sync process when a leader goes down and a new leader is elected.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364429 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 20:30:37 +00:00
Yonik Seeley
19aa69b0cd
SOLR-3656 SOLR-3662: core reload improvements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364409 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 19:45:00 +00:00
Mark Robert Miller
a798414614
SOLR-3658: Adding thousands of docs with one UpdateProcessorChain instance can briefly create spikes of threads in the thousands.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364355 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 16:54:26 +00:00
Jan Høydahl
fa469cbbdb
SOLR-3660: Velocity: Link to admin page broken
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364333 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 15:43:28 +00:00
Chris M. Hostetter
47541d03bc
SOLR-3642: Correct broken check for multivalued fields in stats.facet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363555 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 21:28:11 +00:00
Chris M. Hostetter
b20252f777
SOLR-3629: Typo in solr.xml persistence when overriding the solrconfig.xml file name using the "config" attribute prevented the override file from being used
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363161 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 22:41:58 +00:00
Mark Robert Miller
24dae70408
SOLR-3639: Update ZooKeeper to 3.3.5 for a variety of bug fixes.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363024 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 17:26:47 +00:00
Mark Robert Miller
83e07fec09
SOLR-3215: Clone SolrInputDocument when distrib indexing so that update processors after the distrib update process do not process the document twice.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363013 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 16:52:42 +00:00
Mark Robert Miller
6c08d7f2a4
SOLR-1781: Replication index directories not always cleaned up.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362994 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 16:06:22 +00:00
Mark Robert Miller
922ad2bff2
SOLR-3621: fix rare concurrency issue when opening a new IndexWriter for replication or rollback.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362232 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 20:08:46 +00:00
Yonik Seeley
732ad20130
SOLR-139: update doc - create if it doesn't exist by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1361301 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 17:10:36 +00:00
Mark Robert Miller
8d68f469cc
SOLR-3600: Raise the default zkClientTimeout from 10 seconds to 15 seconds.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1361276 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 15:23:24 +00:00
Yonik Seeley
7993e39d38
SOLR-3377: edismax fails to correctly parse a fielded query wrapped by parens
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1361091 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 08:32:57 +00:00
Chris M. Hostetter
d6254caf80
SOLR-1725: StatelessScriptUpdateProcessorFactory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360931 13f79535-47bb-0310-9956-ffa450edef68
2012-07-12 20:49:41 +00:00
Christian Moen
8b97cec044
Made discarding punctuation configurable in JapaneseTokenizerFactory (SOLR-3524)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360592 13f79535-47bb-0310-9956-ffa450edef68
2012-07-12 09:19:02 +00:00
Chris M. Hostetter
ba08d2ba10
SOLR-3575: Typo in changes, SOLR-3575 erroneously listed as SOLR-3475
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360454 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 22:43:59 +00:00
Mark Robert Miller
46021d4575
SOLR-3460: Add cloud-scripts directory and a zkcli.sh|bat tool for easy scripting and interaction with ZooKeeper.
...
SOLR-3609: Change Solr's expanded webapp directory to be at a consistent path called solr-webapp rather than a temporary directory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360416 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 21:45:43 +00:00
Mark Robert Miller
7b75fed8d1
SOLR-2616: Include a sample java util logging configuration file.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1359684 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 14:09:52 +00:00
Christian Moen
a15331043f
Added JapaneseIterationMarkCharFilter (LUCENE-4201)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1359613 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 11:46:09 +00:00
Robert Muir
4db783ca86
SOLR-3610: after reloading a core, indexing failed on any newly added fields to the schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1359449 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 00:35:28 +00:00
Yonik Seeley
e61e9134a8
SOLR-2702: add replication support to NRTCachingDirectoryFactory and make it the default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358650 13f79535-47bb-0310-9956-ffa450edef68
2012-07-07 21:48:19 +00:00
Robert Muir
6569c4854b
LUCENE-4185: don't apply CharFilters twice in Solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358481 13f79535-47bb-0310-9956-ffa450edef68
2012-07-07 00:32:28 +00:00
Mark Robert Miller
05ef395e96
SOLR-3599: Add zkClientTimeout to solr.xml so that it's obvious how to change it and so that you can change it with a system property.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358262 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 15:26:06 +00:00
Mark Robert Miller
3e9a246bb8
CHANGES entry for SOLR-3563: Unloading all cores in a SolrCloud collection will now cause the removal of that collection's meta data from ZooKeeper.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358220 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 14:07:00 +00:00
Mark Robert Miller
793ab4900f
CHANGES entry for SOLR-3562: Add options to remove instance dir or data dir on core unload.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358219 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 14:02:13 +00:00
Mark Robert Miller
ccf53678fa
SOLR-3575: solr.xml should default to persist=true
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358214 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 13:59:05 +00:00
Mark Robert Miller
c971f7929a
SOLR-3355: Add shard and collection to SolrCore statistics.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357887 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 20:36:05 +00:00
Jan Høydahl
e58e456156
SOLR-1929: Moved CHANGES entry from 4.0-alpha to 4.0-beta
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357428 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 22:27:45 +00:00
Mark Robert Miller
75f7719318
SOLR-3587: After reloading a SolrCore, the original Analyzer is still used rather than a new one
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356842 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 17:36:38 +00:00
Yonik Seeley
0f808c6bcd
SOLR-3559: DBQ reorder support
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356778 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 15:05:30 +00:00
Mark Robert Miller
3bbbd0bea3
SOLR-3488: Added a Collection management API for SolrCloud.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356313 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 15:57:12 +00:00
Robert Muir
f008bba605
fixup changes entries that didnt make the alpha
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1355204 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 01:48:24 +00:00
Mark Robert Miller
306081e328
SOLR-3582: Our ZooKeeper watchers respond to session events as if they are change events, creating undesirable side effects.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1355004 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 13:23:49 +00:00
Jan Høydahl
032cad944a
SOLR-1929: Index encrypted files in SolrCell
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354887 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 09:46:49 +00:00
Jan Høydahl
01dd823f23
SOLR-3467: ExtendedDismax escaping is missing several reserved characters
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354865 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 08:56:59 +00:00
Jan Høydahl
52516ebb21
SOLR-1856: In Solr Cell, literals should override Tika-parsed values
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354455 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 12:05:55 +00:00
Mark Robert Miller
1fc4347e41
SOLR-1770: Move the default core instance directory into a collection1 folder
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354308 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 01:48:00 +00:00
Jan Høydahl
59313cd115
SOLR-3351: eDismax: ps2 and ps3 params
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1352726 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 23:40:05 +00:00
Chris M. Hostetter
90cdc559d8
SOLR-3548: Fixed a bug in the cachability of queries using the {!join} parser or the strdist() function, as well as some minor improvements to the hashCode implementation of {!bbox} and {!geofilt} queries
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351839 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 20:27:06 +00:00
Chris M. Hostetter
f6bd05ca2f
SOLR-3522: fixed parsing of the 'literal()' function
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351460 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 19:03:21 +00:00
Martijn van Groningen
da70cee7ff
SOLR-3406: Extended grouped faceting support to facet.query and facet.range parameters.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351219 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 07:16:40 +00:00
David Wayne Smiley
83616468a0
SOLR-3534 dismax should consult 'df' as a default for 'qf' and throw an exception when none set
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351026 13f79535-47bb-0310-9956-ffa450edef68
2012-06-17 00:27:05 +00:00
Koji Sekiguchi
dd01aad660
SOLR-3542: add WeightedFragListBuilder
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350436 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 01:15:26 +00:00
Chris M. Hostetter
49b9a671fe
SOLR-2599: CloneFieldUpdateProcessorFactory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350050 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 22:57:48 +00:00
Sami Siren
34082f1a44
SOLR-3541 add missing solrj dependencies to binary package
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349664 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 07:41:41 +00:00
Chris M. Hostetter
d76b67b927
juggling too many jiras at once SOLR-3537 -> SOLR-2352
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349027 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11 21:31:56 +00:00
Chris M. Hostetter
91b1e22e99
SOLR-3537: Fixed TermVectorComponent so that it will not fail if the fl param contains globs or psuedo-fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349012 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11 21:08:48 +00:00
James Dyer
b232abb645
SOLR-3211: Allow parameter overrides when testing spellcheck collations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348936 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11 17:17:04 +00:00
Robert Muir
e650829677
4.0.0 -> 4.0.0-ALPHA
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348289 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 00:57:26 +00:00
Yonik Seeley
3a01a1d789
CHANGES typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346498 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:04:06 +00:00
Yonik Seeley
cd9a34e17e
SOLR-3508: allow _version_ on JSON delete cmd
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346494 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 17:59:59 +00:00
Yonik Seeley
c72a7f77b3
SOLR-3508: Improve JSON update format for deletes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346407 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 15:04:23 +00:00
James Dyer
a1a3808a6e
SOLR-2993: o.a.l.Search.Suggest.WordBreakSpellChecker Solr integration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346058 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 17:55:25 +00:00
Chris M. Hostetter
f7707d7d91
SOLR-2796: uniqueKey field can no longer be populated via <copyField/> or <field default=...>. Also corrected CHANGES.txt entry for related SOLR-3495
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1345376 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 22:20:18 +00:00
Chris M. Hostetter
c6ab4fc3c5
SOLR-3495: new UpdateProcessors to add default values (constant, UUID, or Date) to documents w/o field values
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344946 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 00:06:46 +00:00
Robert Muir
f5223505b0
4.0 -> 5.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1343848 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 17:01:58 +00:00
Chris M. Hostetter
f4819005cf
SOLR-2822: Skip update processors already run on other nodes (solr cloud)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342743 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 17:24:58 +00:00
Mark Robert Miller
a72fb4fb77
SOLR-2923: IllegalArgumentException when using useFilterForSortedQuery on an empty index.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342702 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 15:55:06 +00:00
James Dyer
50baab7c4b
SOLR-2058: Add optional "phrase slop" syntax to edismax pf/pf2/pf3
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342681 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 15:16:30 +00:00
Chris M. Hostetter
0cbc7ec4e7
LUCENE-4075: Cleaner path usage in TestXPathEntityProcessor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342490 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 02:36:29 +00:00
Chris M. Hostetter
92f3b3aee2
SOLR-3446: Better errors when PatternTokenizerFactory is configured with an invalid pattern, and include the 'name' whenever possible in plugin init error messages.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342489 13f79535-47bb-0310-9956-ffa450edef68
2012-05-25 02:18:33 +00:00
James Dyer
ec1649300c
SOLR-2585: Context-Sensitive Spelling Suggestions & Collations (spellcheck.alternativeTermCount & spellcheck.maxResultsForSuggest)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341894 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 15:27:29 +00:00
Martijn van Groningen
0b1d814c94
SOLR-3454: Exception when using result grouping with main=true and using wt=javabin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1340080 13f79535-47bb-0310-9956-ffa450edef68
2012-05-18 12:28:21 +00:00
Erik Hatcher
bc33ed0ef2
SOLR-1726: remove CHANGES entry until re-implemented
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339436 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17 00:41:12 +00:00
Erik Hatcher
f22742322e
couple of minor cosmetics
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339357 13f79535-47bb-0310-9956-ffa450edef68
2012-05-16 20:53:21 +00:00
Martijn van Groningen
04dceabc18
SOLR-3436: Group count incorrect when not all shards are queried in the second pass.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338194 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 13:42:17 +00:00
Ryan McKinley
3fc32fad19
SOLR-2857: UpdateRequestHandler CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335769 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 21:09:54 +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
Ryan McKinley
bb56a01e53
SOLR-3083: JMX beans now report Numbers as numeric values rather then String
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335147 13f79535-47bb-0310-9956-ffa450edef68
2012-05-07 17:37:47 +00:00
Mark Robert Miller
73dd9ff015
SOLR-3437: Recovery issues a spurious commit to the cluster.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334449 13f79535-47bb-0310-9956-ffa450edef68
2012-05-05 16:59:05 +00:00
Chris M. Hostetter
d90bbdb836
SOLR-3370: fixed CSVResponseWriter to respect globs in the 'fl' param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333760 13f79535-47bb-0310-9956-ffa450edef68
2012-05-04 05:29:59 +00:00
Chris M. Hostetter
d5eeb396a5
PingRequestHandler is now directly configured with a "healthcheckFile" instead of looking for the legacy <admin><healthcheck/></admin> syntax. Filenames specified as relative paths have been fixed so that they are resolved against the data dir instead of the CWD of the java process.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333598 13f79535-47bb-0310-9956-ffa450edef68
2012-05-03 19:56:13 +00:00
Christopher John Male
db9c825465
SOLR-3403: Moved Analysis Factory logging to relevant classes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332035 13f79535-47bb-0310-9956-ffa450edef68
2012-04-30 00:31:36 +00:00
Chris M. Hostetter
7f2ed71391
SOLR-1893: Refactored some common code from LRUCache and FastLRUCache into SolrCacheBase
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331622 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 22:57:03 +00:00
Chris M. Hostetter
e2507ce54c
SOLR-3309: web.xml now specifies metadata-complete=true (which requires Servlet 2.5) to prevent servlet containers from scanning class annotations on startup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331529 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 18:13:39 +00:00
Christopher John Male
9dcae1a12f
SOLR-3402: Analysis Factory Lucene Version is now parsed outside of the Factories
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331220 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 05:18:38 +00:00
Erick Erickson
e80c56d227
Corrected typo for SOLR-2438
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330327 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 15:03:08 +00:00
Chris M. Hostetter
c0a94ba5f8
SOLR-2605: fixed tracking of the 'defaultCoreName' in CoreContainer so that CoreAdminHandler could return consistent information regardless of wether there is a a default core name or not
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330028 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 21:42:19 +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
Christopher John Male
7f45484847
SOLR-3363: Consolidated Analysis Factory Exceptions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329536 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 03:31:34 +00:00
James Dyer
013aebd3ae
SOLR-3361: fix "maxNumberOfBackups" to work if backups are triggered on commit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329337 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 17:12:42 +00:00
Ryan McKinley
5ae1d1c1f5
SOLR-3388: disable httpCaching for UpdateHandlers by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328535 13f79535-47bb-0310-9956-ffa450edef68
2012-04-20 22:39:06 +00:00
Andrzej Bialecki
4a3aba33b5
SOLR-1535 Pre-analyzed field type.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327982 13f79535-47bb-0310-9956-ffa450edef68
2012-04-19 15:10:12 +00:00
Ryan McKinley
e34753cd57
SOLR-3358: Logging events are captured and available from the /admin/logging request handler.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327210 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 18:12:09 +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
Jan Høydahl
2351e43deb
SOLR-3352: eDismax: pf2 should kick in for a query with 2 terms
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325987 13f79535-47bb-0310-9956-ffa450edef68
2012-04-13 22:22:02 +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
Andrzej Bialecki
aff9334337
SOLR-3322 Add more context to IndexReaderFactory.newReader.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311812 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 16:06:33 +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
Jan Høydahl
ff5206e64f
SOLR-3254: Upgrade Solr to Tika 1.1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311198 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 10:48:03 +00:00
Martijn van Groningen
f946fd6e94
SOLR-3316: Moved entry under 3.6
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310497 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 17:41:24 +00:00
Martijn van Groningen
4ed059b7e6
SOLR-3316: Distributed grouping failed when rows parameter was set to 0 and sometimes returned a wrong
...
hit count as matches.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310305 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 12:46:54 +00:00