Steven Rowe
|
459a94d93d
|
simplify build.xml: specialization for test.lib.dir and test-lib resolution are no longer needed, since they're now defined in ../contrib-build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626429 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-20 12:41:15 +00:00 |
Uwe Schindler
|
7ec331a6d8
|
Add missing package.html description
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626237 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-19 14:37:11 +00:00 |
Uwe Schindler
|
1866163a72
|
SOLR-6519: Make DirectoryFactory#create() take LockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625644 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-17 16:30:46 +00:00 |
Yonik Seeley
|
f8a4f61fe0
|
add overview.html file to analytics contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 20:35:54 +00:00 |
Yonik Seeley
|
21bb022d62
|
SOLR-5302: move analytics component to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625331 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-16 15:29:54 +00:00 |
Robert Muir
|
3eb66fb19c
|
LUCENE-5945: Full cutover to Path api from java.io.File
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624784 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-13 21:46:29 +00:00 |
Uwe Schindler
|
ea365a6a96
|
SOLR-6489: Disable Morphlines-Cell tests, because Update to Tika 1.6 (SOLR-6488) broke them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623308 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-08 07:10:12 +00:00 |
Uwe Schindler
|
c0717d0c18
|
SOLR-6488: Upgrade Solr Cell to TIKA 1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623225 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-07 20:50:13 +00:00 |
Robert Muir
|
3604769c3a
|
LUCENE-5906: Use Files.delete everywhere instead of File.delete
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622506 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-04 15:56:25 +00:00 |
Robert Muir
|
704b3fb091
|
LUCENE-5858: remove remaining unnecessary SuppressCodecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621816 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-01 15:01:49 +00:00 |
Mark Robert Miller
|
6b51065b2f
|
SOLR-6458: Hard coded ENGLISH locale for AbstractSolrMorphlineTestBase tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621609 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-31 17:15:37 +00:00 |
Ryan Ernst
|
2e7acd8f73
|
LUCENE-5901:Replaced all occurences of LUCENE_CURRENT with LATEST for luceneMatchVersion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620718 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-26 20:00:51 +00:00 |
Chris M. Hostetter
|
7555e1c43c
|
SOLR-6387: additional map-reduce test that does forking and needs 'tr' check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620707 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-26 19:39:16 +00:00 |
Mark Robert Miller
|
8e69f04527
|
SOLR-6089: When using the HDFS block cache, when a file is deleted, it's underlying data entries in the block cache are not removed, which is a problem with the global block cache option.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619427 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 15:03:29 +00:00 |
Erik Hatcher
|
b9cf600c56
|
Fix test file name typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618917 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-19 18:03:15 +00:00 |
Uwe Schindler
|
52fe544a4c
|
SOLR-6387: Add better error messages throughout Solr and supply a work around for Java bug #8047340 to SystemInfoHandler: On Turkish default locale, some JVMs fail to fork on MacOSX, BSD, AIX, and Solaris platforms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618672 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 17:33:49 +00:00 |
Shalin Shekhar Mangar
|
4f9bc97179
|
SOLR-6383: RegexTransformer returns no results after replaceAll if regex does not match a value
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618488 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:51:13 +00:00 |
Ryan Ernst
|
73bb9c91d9
|
LUCENE-5850: Made Version handling more robust and extensible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618263 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 19:15:17 +00:00 |
Uwe Schindler
|
7dc2b104b1
|
SOLR-6381: Fix brokenness with RAM accounting in Java 9 (this is just a workaround for the bug in test framework, but it makes the test behave correct - using static fields here is a bug!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618252 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 18:12:26 +00:00 |
Mark Robert Miller
|
f25288764a
|
SOLR-5656: Add autoAddReplicas feature for shared file systems.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617919 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 12:32:27 +00:00 |
Erik Hatcher
|
61ed771dd4
|
SOLR-3957: Removed experimental warning from a couple of Solr handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617651 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 02:09:48 +00:00 |
James Dyer
|
abcbfddd8c
|
SOLR-6363: fix test bug - shut down Derby properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617314 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-11 16:04:59 +00:00 |
James Dyer
|
46d129a4ea
|
SOLR-6362: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617289 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-11 14:13:56 +00:00 |
Ryan Ernst
|
872bd9145c
|
LUCENE-5871: Remove Version from IndexWriterConfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617004 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-09 18:54:35 +00:00 |
Steven Rowe
|
5575ff520f
|
SOLR-4385: Stop using SVN Keyword Substitution in Solr src code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1616393 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-07 03:25:40 +00:00 |
Shai Erera
|
f7305e3571
|
fix typo in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1615391 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-03 07:26:17 +00:00 |
Noble Paul
|
de86f763f5
|
SOLR-6294 ,SOLR-6302
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1615345 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-02 18:40:42 +00:00 |
Robert Muir
|
2080ddc885
|
LUCENE-5593: speed up javadocs generation in build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1614058 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-28 15:36:27 +00:00 |
Mark Robert Miller
|
e3fc860547
|
tests: null out static
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1613652 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-26 15:18:03 +00:00 |
Noble Paul
|
bcfb420558
|
SOLR-6269
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1613619 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-26 13:06:10 +00:00 |
Erik Hatcher
|
5cd69d47e1
|
SOLR-3622, SOLR-5847, SOLR-6194, SOLR-6269: Several DIH fixes/improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1613406 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 12:19:48 +00:00 |
Erik Hatcher
|
377fab9fd9
|
Skip convertType tests when locale is sr__#Latn
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612447 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 02:45:44 +00:00 |
Erik Hatcher
|
ea00cf4e6c
|
SOLR-6263: Add DIH handler name to variable resolver as ${dih.handlerName}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612354 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-21 17:26:14 +00:00 |
Erik Hatcher
|
adaaaf041a
|
SOLR-6258: Added onRollback event handler hook to Data Import Handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1612124 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-20 17:32:28 +00:00 |
Erik Hatcher
|
2d1cf43b4c
|
SOLR-6165: Add tests for convertType and BigDecimal implicit conversion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611985 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-20 01:00:45 +00:00 |
Timothy Potter
|
de191c73d3
|
SOLR-2245: Better way to check if last_index_time is the initial value and fixup changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611667 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-18 14:51:45 +00:00 |
Timothy Potter
|
899d57f418
|
SOLR-2245: fix for issues found by precommit checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610905 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 02:51:54 +00:00 |
Timothy Potter
|
2169e473bb
|
SOLR-2245: Don't use the default date from dataimport.properties and remove duplicated entry in mail-data-config.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610893 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 01:17:23 +00:00 |
Timothy Potter
|
1f9d4e245d
|
SOLR-3893: Moving mail dependencies into the extras project.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610883 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 23:33:11 +00:00 |
Timothy Potter
|
7ff38d5502
|
SOLR-2245: Improvements to the MailEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1610859 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 21:44:28 +00:00 |
Shalin Shekhar Mangar
|
9d145c0687
|
SOLR-2245: Reverting due to unclear license for greenmail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607489 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-02 22:00:58 +00:00 |
Timothy Potter
|
cad18b5384
|
SOLR-2245: Numerous improvements to the MailEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1607147 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-01 17:13:46 +00:00 |
Alan Woodward
|
3fb008e7f0
|
SOLR-6170: Merge CoreContainer preRegisterInZk and register methods into create method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1606891 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-30 19:41:07 +00:00 |
Shalin Shekhar Mangar
|
ac2e3998a3
|
SOLR-6194: Allow access to DataImporter and DIHConfiguration from DataImportHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1605972 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-27 07:26:36 +00:00 |
Shalin Shekhar Mangar
|
ad3200b726
|
SOLR-6165: DataImportHandler should write BigInteger and BigDecimal values as strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1604543 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-22 07:48:53 +00:00 |
Shalin Shekhar Mangar
|
280c297c9c
|
SOLR-6129: DateFormatTransformer doesn't resolve dateTimeFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603209 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-17 16:10:18 +00:00 |
Steven Rowe
|
1938b75a57
|
SOLR-6130: Added com.uwyn:jhighlight dependency to, and removed asm:asm dependency from the extraction contrib - dependencies weren't fully upgraded with the Tika 1.4->1.5 upgrade (SOLR-5763)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-03 16:23:58 +00:00 |
Dawid Weiss
|
4c29d60c62
|
Clean up SolrTestCaseJ4.recurseDelete a bit and remove hairy cases of removing the parent file in certain tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1598012 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-28 13:34:52 +00:00 |
Dawid Weiss
|
cf5a0caeb6
|
LUCENE-5650: Enforce read-only access to any path outside the temporary folder via security manager
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596767 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-22 06:15:26 +00:00 |
Robert Muir
|
7b63afc003
|
LUCENE-5166: clear most nocommits, move ord/rord to solr (and speed them up), nuke old purging stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594464 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-14 05:51:24 +00:00 |
Robert Muir
|
1489085807
|
LUCENE-5666: get solr started
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594254 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-13 15:49:10 +00:00 |
James Dyer
|
3c14dc6a57
|
SOLR-3671: DIHWriter fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1592583 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-05 17:40:32 +00:00 |
Ryan Ernst
|
ad37014a3a
|
SOLR-6022: Rename getAnalyzer() to getIndexAnalyzer()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1592076 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-02 22:34:25 +00:00 |
Shalin Shekhar Mangar
|
abe013d771
|
SOLR-6013: Fix method visibility of Evaluator, refactor DateFormatEvaluator for extensibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1591573 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-01 09:11:04 +00:00 |
Uwe Schindler
|
bc0d7bbb25
|
Merged revision(s) 1591333 from lucene/dev/branches/branch_4x:
LUCENE-5632: Transition Version constants from LUCENE_MN to LUCENE_M_N
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1591365 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-30 15:50:35 +00:00 |
Shalin Shekhar Mangar
|
b2a01a6504
|
SOLR-6025: Replace mentions of CommonsHttpSolrServer with HttpSolrServer and StreamingUpdateSolrServer with ConcurrentUpdateSolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1590410 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-27 16:05:30 +00:00 |
Steven Rowe
|
033f80fd7a
|
SOLR-6006: fix Solr contrib test dependencies by adding jcl-over-slf4j and retrieving it into each contrib's test-lib/ directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589953 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-25 08:55:05 +00:00 |
Mark Robert Miller
|
0bb3e820ca
|
tests: suppress ssl.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589879 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 20:54:55 +00:00 |
Mark Robert Miller
|
d393b2916c
|
SOLR-5954: Slower DataImportHandler process caused by not reusing jdbc connections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587706 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-15 19:38:35 +00:00 |
Steven Rowe
|
597912787c
|
SOLR-5936: Removed deprecated non-Trie-based numeric & date field types.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1586106 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 19:48:14 +00:00 |
Michael McCandless
|
8559eafd99
|
LUCENE-4246: fix IW.close to just close, even on exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1585759 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-08 15:34:50 +00:00 |
Dawid Weiss
|
bfecbc9274
|
Moved createTemp* to LuceneTestCase, removing it from SolrTestCaseJ4. Created common infrastructure that creates temporary files and folders under the suite's master folder. Created a rule that cleans up afterwards (or provides an explicit message if something fails to clean up).:
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1584832 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 17:37:58 +00:00 |
Dawid Weiss
|
ee084bbe60
|
Cleanups and refactorings after Mark's suggestions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1584633 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 12:04:49 +00:00 |
Dawid Weiss
|
bc43bebedf
|
Merging with trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1584603 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 10:27:05 +00:00 |
Uwe Schindler
|
f682af8641
|
LUCENE-5560: Replace com.google.common.base.Charsets by Java7 StandardCharsets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1583476 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 22:16:44 +00:00 |
Uwe Schindler
|
6750845f9b
|
LUCENE-5560: Followup: Cleanup charset handling for Java 7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1583449 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 20:35:16 +00:00 |
Uwe Schindler
|
2f8192f3c5
|
LUCENE-5560: Cleanup charset handling for Java 7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1583302 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 11:34:01 +00:00 |
Mark Robert Miller
|
6bf76b1015
|
SOLR-5914: Polish up createTempDir calls.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1583163 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-30 17:37:31 +00:00 |
Steven Rowe
|
a53c78d7ef
|
SOLR-5920: Distributed sort on DateField, BoolField and BCD{Int,Long,Str}Field returns string cast exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1582929 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 01:01:05 +00:00 |
Mark Robert Miller
|
8c1810a26f
|
SOLR-5914: Fix morphlines contrib tests use of solrhome.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1582577 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 01:32:29 +00:00 |
Mark Robert Miller
|
30711a3c34
|
SOLR-5914: Fix map-reduce contrib tests use of solrhome.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1582575 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 01:20:31 +00:00 |
Mark Robert Miller
|
48c5ea550f
|
SOLR-5914: Merge branch up to trunk, make all tests pass, make some other improvements and small changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1582571 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 00:55:45 +00:00 |
Mark Robert Miller
|
6afdd45556
|
SOLR-5914: Solr tests should use dataDir for tmp files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1582413 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 17:23:40 +00:00 |
Dawid Weiss
|
688addbd50
|
Branch for solr5914
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr5914@1582248 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 10:45:40 +00:00 |
Mark Robert Miller
|
b7b0643115
|
SOLR-5914: Cleanup and fix Solr's test cleanup code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1582038 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 20:30:16 +00:00 |
Dawid Weiss
|
1152acb681
|
SOLR-5909: Upgrade Carrot2 clustering dependency to 3.9.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1581299 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 12:18:13 +00:00 |
Uwe Schindler
|
b569844e04
|
LUCENE-5540: Update forbidden-apis, pegdown, groovy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579399 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 21:08:42 +00:00 |
Mark Robert Miller
|
1109c1275b
|
SOLR-5883: Many tests do not shutdown SolrServer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579336 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 18:25:00 +00:00 |
Mark Robert Miller
|
84e2979d81
|
SOLR-5824: Merge up Solr MapReduce contrib code to latest external changes. Includes a few minor bug fixes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579318 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 17:52:10 +00:00 |
Steven Rowe
|
2d9228dfa8
|
SOLR-5763: Upgrade to Tika 1.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579100 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 00:34:34 +00:00 |
Robert Muir
|
3b67b17493
|
LUCENE-5512: remove redundant typing (diamond operator) in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1576755 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 14:39:17 +00:00 |
Mark Robert Miller
|
9441f0d4ce
|
SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573425 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 02:08:45 +00:00 |
Mark Robert Miller
|
8830ab2dc5
|
SOLR-5782: The full MapReduceIndexer help text does not display when using --help. Also remove reference to Find tool - we don't have access to it yet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572778 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 23:15:05 +00:00 |
Mark Robert Miller
|
d98ee29e8e
|
SOLR-5776: Suppress SSL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572408 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 02:23:20 +00:00 |
Mark Robert Miller
|
4d975ea3a9
|
tests: some doc improvements around SuppressSSL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572385 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 01:34:41 +00:00 |
Robert Muir
|
e4be54e8b5
|
SOLR-5778: add assume for now, if the locale does not use GregorianCalendar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572201 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 19:09:41 +00:00 |
Robert Muir
|
9c450302e5
|
SOLR-5771: Add SuppressSSL instead of static boolean in SolrTestCaseJ4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571691 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 13:50:03 +00:00 |
Uwe Schindler
|
efbd2b9d82
|
Disable 2 tests not working on windows (they are not run from ANT because of another assume, but eclipse tries to run them - no security manager).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571111 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 22:50:44 +00:00 |
Mark Robert Miller
|
9ca2fbe6bc
|
SOLR-5764: Set eol-style on test resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570955 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-23 02:22:02 +00:00 |
Uwe Schindler
|
955282775c
|
SOLR-5764: Fix recently added tests to not use absolute paths to load test-files, use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce to not duplicate test resources and fix dependencies among them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570898 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 20:02:13 +00:00 |
Steven Rowe
|
114ce52b03
|
LUCENE-5465: Solr Contrib map-reduce breaks Manifest of all other JAR files by adding a broken Main-Class attribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570738 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 22:47:52 +00:00 |
Mark Robert Miller
|
c4b4582dda
|
SOLR-5729: Merge in bug fixes and minor improvements for mapreduce and morphlines contribs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569794 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 15:46:24 +00:00 |
Mark Robert Miller
|
9c7b41ddba
|
SOLR-1301: Fix spelling.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568328 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 14:57:08 +00:00 |
Mark Robert Miller
|
a127d61d70
|
SOLR-1301: Add some readme files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568317 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 14:39:00 +00:00 |
Chris M. Hostetter
|
f28a5e8ffd
|
SOLR-5365: Fix bug with compressed files in ExtractingRequestHandler by upgrading commons-compress to 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567824 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 01:22:09 +00:00 |
Mark Robert Miller
|
20f7720a30
|
SOLR-3854: Update MorphlineGoLiveMiniMRTest for SSL. Disable SSL for now .
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 17:43:10 +00:00 |
Mark Robert Miller
|
98810d1f54
|
SOLR-3854: Cleans up a lot of the tests by using a common function to build a consistent schemed URL (fixes SSL for SolrCmdDistributorTest) + disabled the "useClientAuth" property for OSX clients.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567643 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 15:11:24 +00:00 |
Mark Robert Miller
|
de6514e214
|
SOLR-3854: SSL support for SolrCloud
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566456 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 22:39:48 +00:00 |
Shalin Shekhar Mangar
|
e63b46137d
|
SOLR-5598: LanguageIdentifierUpdateProcessor ignores all but the first value of multiValued string fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564732 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 12:17:45 +00:00 |
Mark Robert Miller
|
330880c57e
|
SOLR-1301: Throw an error if HdfsDirectoryFactory is not configured for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558670 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-16 01:59:01 +00:00 |
Mark Robert Miller
|
cb23c8ba3c
|
SOLR-4992: Solr eats OutOfMemoryError exceptions in many cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1557778 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-13 17:26:38 +00:00 |
Mark Robert Miller
|
50e277c1ef
|
SOLR-1301: make debugging these tests a whole lot easier by sending map reduce job logging to std out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1555647 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 02:03:00 +00:00 |
Uwe Schindler
|
2e6b894036
|
LUCENE-5372: Replace StringBuffer by StringBuilder, where possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1555645 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-05 23:04:09 +00:00 |
Mark Robert Miller
|
54c0b2e946
|
tests: improve this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1554060 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-29 20:21:03 +00:00 |
James Dyer
|
35b159f14c
|
SOLR-2960: XPathEntityProcessor was adding spurious nulls to multi-valued fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553285 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-24 15:12:07 +00:00 |
Mark Robert Miller
|
2c2b455442
|
SOLR-1301: Ignore this test on Windows - there is a problem with Windows paths and Morphlines.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553184 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 19:11:07 +00:00 |
Mark Robert Miller
|
0a6017d7da
|
SOLR-1301: Merge Morphlines modules up to Kite 0.10 and CDK 0.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552398 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 19:13:47 +00:00 |
Mark Robert Miller
|
e7d605a2d5
|
SOLR-1301: Update to Kite 0.10 from CDK 0.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1552381 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 17:51:39 +00:00 |
Alan Woodward
|
d22cffebb7
|
SOLR-5555: CloudSolrServer and LBHttpSolrServer shouldn't throw MUE from constructors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550824 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 19:47:06 +00:00 |
Steven Rowe
|
a1461ad9b1
|
LUCENE-5364: Replace hard-coded Version.LUCENE_XY that doesn't have to be hard-coded (because of back-compat testing or version dependent behavior, or demo code that should exemplify pinning versions in user code), with Version.LUCENE_CURRENT in non-test code, or with LuceneTestCase.TEST_VERSION_CURRENT in test code; upgrade hard-coded Version.LUCENE_XY constants that should track the next release version to the next release version if they aren't already there, and put a token near them so that they can be found and upgraded when the next release version changes: ':Post-Release-Update-Version.LUCENE_XY:'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-09 22:53:38 +00:00 |
Mark Robert Miller
|
00b0209844
|
SOLR-1301: Fix a couple of bugs around setting up the embedded Solr instance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1548600 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-06 17:04:47 +00:00 |
Mark Robert Miller
|
6350b2d709
|
SOLR-1301: Clean up.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547962 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 23:28:50 +00:00 |
Mark Robert Miller
|
e4f83aa1a0
|
SOLR-1301: Merge in latest morphlines module updates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547879 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 19:11:41 +00:00 |
Mark Robert Miller
|
b2a253a930
|
SOLR-1301: Merge in latest solr-map-reduce updates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547871 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 18:28:45 +00:00 |
Mark Robert Miller
|
bca33f30d2
|
SOLR-1301: Straighten out module names so that they match current convention
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547819 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 15:15:24 +00:00 |
Steven Rowe
|
5f5098299a
|
SOLR-1301: remove unnecessary (POM-only) dependency org.apache.hadoop:hadoop-yarn-server
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547498 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 17:54:57 +00:00 |
Mark Robert Miller
|
09aa2dce76
|
SOLR-1301: Ignore these tests on java 8 and j9 for now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547442 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 15:42:16 +00:00 |
Shalin Shekhar Mangar
|
fcf3a10704
|
SOLR-5527: DIH logs spurious warning for special commands
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547394 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 14:13:13 +00:00 |
Uwe Schindler
|
4a1301c750
|
SOLR-1301: Ignore windows tests that cannot work because they use UNIX semantics. Also remove a never-executed test which tests nothing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547242 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 23:49:30 +00:00 |
Uwe Schindler
|
ae33505da5
|
SOLR-1301: Fix windows problem with escaping of folder name (see crazy https://github.com/typesafehub/config/blob/master/HOCON.md for correct format: string must be quoted and escaped like javascript)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547239 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 23:30:54 +00:00 |
Uwe Schindler
|
b7911212bf
|
SOLR-1301: Fix compilation for Java 8 (the Java 8 compiler is more picky, but it's not a Java 8 regression: the code was just wrong)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547232 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 22:45:34 +00:00 |
Mark Robert Miller
|
b49acb3894
|
SOLR-1301: Ivy likes to act funny if you don't declare compile and test resources in the same dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547187 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 20:51:19 +00:00 |
Mark Robert Miller
|
7ab2e1f787
|
SOLR-1301: Add a Solr contrib that allows for building Solr indexes via Hadoop's MapReduce.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547139 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 18:42:23 +00:00 |
Steven Rowe
|
921bd47919
|
SOLR-5354: Distributed sort is broken with CUSTOM FieldType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546457 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 21:00:28 +00:00 |
Robert Muir
|
fcb7e37c29
|
SOLR-5506: Support docValues in (ICU)CollationField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 00:31:03 +00:00 |
Shalin Shekhar Mangar
|
eb1dcbaa70
|
SOLR-4376: DataImportHandler uses wrong date format for last_index_time if a delta-import is run first before any full-imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544421 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-22 06:45:14 +00:00 |
Steven Rowe
|
c9c9ea148b
|
LUCENE-5217: Maven config: get dependencies from Ant+Ivy; disable transitive dependency resolution for all depended-on artifacts by putting an exclusion for each transitive dependency in the <dependencyManagement> section of the grandparent POM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1537528 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-31 15:20:08 +00:00 |
Mark Robert Miller
|
4975ad612b
|
SOLR-5371: Solr should consistently call SolrServer#shutdown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1534002 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-20 22:58:36 +00:00 |
Steven Rowe
|
7dc46c9f2d
|
LUCENE-5273: Fix slowdown when running 'ant example': unless called from the 'create-package' target, the 'lucene-jars-to-solr' and 'module-jars-to-solr' targets no longer depend on '-unpack-lucene-tgz', pulling lucene-*.jar from lucene/build/*/ instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531750 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-13 21:04:31 +00:00 |
Steven Rowe
|
6f06bb1708
|
LUCENE-5273: Binary artifacts in Lucene and Solr convenience binary distributions accompanying a release, including on Maven Central, should be identical across all distributions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531354 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-11 16:58:36 +00:00 |
Robert Muir
|
64a795b6e3
|
LUCENE-5259: convert analysis consumers to try-with-resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529770 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-07 06:24:25 +00:00 |
Steven Rowe
|
02d8e37328
|
LUCENE-5249: All Lucene/Solr modules should use the same dependency versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528215 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-01 21:01:12 +00:00 |
Steven Rowe
|
4097a3219c
|
SOLR-5286: revert changes committed on this issue; the internal and 3rd party dependencies in the analysis-extras contrib are used to put these jars into the Solr distribution. I didn't revert the compile step building the depended-on Lucene modules, since they aren't needed for compilation. I added comments in build.xml and ivy.xml telling people not to do this again. I reworded the README.txt to explain dependencies per feature instead of lumping them all together. I did not revert the pom.xml.template changes, since the dependencies are not required for compilation or runtime use of the code in the analysis-extras contrib.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1527175 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-28 11:54:35 +00:00 |
Steven Rowe
|
f20c9a19d7
|
SOLR-5286: Remove vestigial Chinese and Polish analysis jars from the analysis-extras contrib configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1527168 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-28 08:56:20 +00:00 |
Uwe Schindler
|
da34b18cb3
|
SOLR-4882: Restrict SolrResourceLoader to only allow access to resource files below the instance dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1525246 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-21 14:51:51 +00:00 |
Dawid Weiss
|
047a650004
|
SOLR-5219: follow-up code cleanups.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1522472 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 07:49:23 +00:00 |
Dawid Weiss
|
7a79894528
|
SOLR-5219: Rewritten selection of the default search and document clustering algorithms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521978 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-11 18:45:27 +00:00 |
Dawid Weiss
|
43467403b2
|
SOLR-5202: Support easier overrides of Carrot2 clustering attributes via XML data sets exported from the Workbench. Polished clustering configuration examples.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520677 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 20:02:57 +00:00 |
Tommaso Teofili
|
e69fb35cc2
|
SOLR-5201 - AnalysisEngines are now created in the factory and passed to the processors with a JCas pool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1520239 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-05 07:12:10 +00:00 |
Shalin Shekhar Mangar
|
2dc5b2a02c
|
SOLR-5190: SolrEntityProcessor substitutes variables only once in child entities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1518161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-28 11:20:56 +00:00 |
Tommaso Teofili
|
082f6e4d2e
|
SOLR-5195 - remove SolrCore reference from UIMAUpdateRequestProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1518018 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-27 22:16:50 +00:00 |
Erick Erickson
|
84063af19a
|
SOLR-4817 Solr should not fall back to the back compat built in solr.xml in SolrCloud mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1517398 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-26 00:06:04 +00:00 |
Uwe Schindler
|
57acbcfd00
|
SOLR-4679, SOLR-4908, SOLR-5124: Text extracted from HTML or PDF files using Solr Cell was missing ignorable whitespace, which is inserted by TIKA for convenience to support plain text extraction without using the HTML elements. This bug resulted in glued words.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512296 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 13:26:55 +00:00 |
Dawid Weiss
|
0fd1bed95b
|
SOLR-4708: Enable ClusteringComponent by default in collection1 example.
The solr.clustering.enabled system property is set to 'true' by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512227 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 09:42:57 +00:00 |
Dawid Weiss
|
b40f603f46
|
SOLR-5126: Update Carrot2 clustering to version 3.8.0, update Morfologik to version 1.7.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512203 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 08:39:21 +00:00 |
Uwe Schindler
|
40968cf653
|
LUCENE-5107: Properties files by Lucene are now written in UTF-8 encoding, Unicode is no longer escaped. Reading of legacy properties files with \u escapes is still possible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502615 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-12 17:10:22 +00:00 |
Alan Woodward
|
5a42052fba
|
SOLR-4914: Factor out core discovery and persistence logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502276 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 16:35:01 +00:00 |
Steven Rowe
|
b2bc345a60
|
SOLR-4916: Move MiniDfsCluster test dependencies from solr test-framework to solr-core; download solr-core test dependencies to solr/core/test-lib/ instead of solr/core/lib/; download DIH test dependencies to solr/contrib/dataimporthandler/test-lib instead of [...]/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502105 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 04:03:24 +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 |
Shalin Shekhar Mangar
|
6e638c8460
|
SOLR-4978: Time is stripped from datetime column when imported into Solr date field if convertType=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500666 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 11:30:40 +00:00 |
Shalin Shekhar Mangar
|
e98616b8f1
|
SOLR-4788: Multiple Entities DIH delta import: dataimporter.[entityName].last_index_time is empty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1500652 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-08 11:11:58 +00:00 |
Dawid Weiss
|
efc6826ed8
|
LUCENE-5089: Update to Morfologik 1.6.0. MorfologikAnalyzer and MorfologikFilter no longer support multiple "dictionaries" as there is only one dictionary available.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499352 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 12:14:50 +00:00 |
Jan Høydahl
|
e2fc82a978
|
SOLR-4986: Upgrade to Tika 1.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499338 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-03 11:49:59 +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 |
Jan Høydahl
|
42b3251408
|
SOLR-4412: LanguageIdentifier lcmap for language field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498959 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-02 14:38:47 +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 |
Shalin Shekhar Mangar
|
14d7d11d59
|
SOLR-4920: JdbcDataSource incorrectly suppresses exceptions when retrieving a connection from a JNDI context and falls back to trying to use DriverManager to obtain a connection. Additionally, if a SQLException is thrown while initializing a connection, such as in setAutoCommit(), the connection will not be closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492537 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 06:47:47 +00:00 |
Tommaso Teofili
|
eee9bd713f
|
SOLR-4865 - improved UIMA URP logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1486792 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-28 07:35:33 +00:00 |
Adrien Grand
|
fa76c30147
|
LUCENE-4963: Completely remove deprecated options in 5.0.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479171 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-04 20:25:51 +00:00 |
Steven Rowe
|
28b7111dc7
|
SOLR-3251: Dynamically add fields to schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470539 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-22 14:26:55 +00:00 |
Shalin Shekhar Mangar
|
ccf99d3e6c
|
SOLR-4530: DIH: Provide configuration to use Tika's IdentityHtmlMapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1465879 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-09 04:40:12 +00:00 |
Robert Muir
|
29b5142e79
|
LUCENE-4877: throw exception for invalid arguments in analysis factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463191 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-01 16:30:00 +00:00 |
Steven Rowe
|
b1e4ba6843
|
SOLR-4658: In preparation for REST API requests that can modify the schema, a "managed schema" is introduced.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1463182 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-01 16:16:03 +00:00 |
Robert Muir
|
abea806409
|
SOLR-4641: Schema should throw exceptoin on illegal field parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1462502 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-29 15:46:58 +00:00 |
Uwe Schindler
|
bf368745b9
|
SOLR-4634: Fix scripting engine tests to work with Java 8's "Nashorn" Javascript implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1460069 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-23 00:53:25 +00:00 |
Uwe Schindler
|
9a54942863
|
LUCENE-4747: Fix nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457747 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 13:07:24 +00:00 |
Uwe Schindler
|
6231597974
|
LUCENE-4747: Move to Java 7 in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457734 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 12:28:52 +00:00 |
James Dyer
|
e9f2108093
|
SOLR-4361: DIH to allow handler parameters with dots in the name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1455245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-11 17:37:17 +00:00 |
Mark Robert Miller
|
a8ce23b445
|
SOLR-4416: Upgrade to Tika 1.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452499 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 20:39:36 +00:00 |
Dawid Weiss
|
2080245c8d
|
SOLR-4259: Carrot2 dependency should be declared on the mini version, not the core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452220 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-04 09:30:00 +00:00 |
Erik Hatcher
|
13fc322cf0
|
SOLR-2856: Fix schema (scheam) typo in test configurations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449211 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-22 20:52:17 +00:00 |
Erik Hatcher
|
1082bf8a71
|
SOLR-2470: Added more tests for VelocityResponseWriter (merged from lucene_4x r1449183)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449188 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-22 19:57:47 +00:00 |
Steven Rowe
|
83fa975ae9
|
LUCENE-4789: fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448400 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-20 20:53:46 +00:00 |
Tommaso Teofili
|
80430f5f62
|
LUCENE-4749 - added sample conf in solr/contrib/uima too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442112 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-04 13:41:06 +00:00 |
Jan Høydahl
|
d6317b5e68
|
SOLR-3967: langid.enforceSchema option checks source field instead of target field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440226 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-30 00:26:39 +00:00 |
Mark Robert Miller
|
529af9a0bb
|
tests: remove these annoying svn sub properties from config files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440069 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-29 19:23:45 +00:00 |
Chris M. Hostetter
|
5dbcae4cd3
|
SOLR-4342: Fix DataImportHandler stats to be a prper Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439536 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-28 18:03:26 +00:00 |
James Dyer
|
f8c00c1f85
|
SOLR-4325: fix TestBuiltInEvaluators
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438597 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-25 17:20:22 +00:00 |
Uwe Schindler
|
4be9caa5b2
|
Disable solr fails!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1435628 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-19 18:11:42 +00:00 |
Dawid Weiss
|
b0cba0346b
|
SOLR-4288: Improve logging for FileDataSource (basePath, relative resources).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433849 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-16 08:22:03 +00:00 |
Steven Rowe
|
56b62c1ddb
|
SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-12 17:51:57 +00:00 |
Erick Erickson
|
faad008d7f
|
removed println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432058 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-11 14:11:56 +00:00 |
Shalin Shekhar Mangar
|
f41e563d7d
|
SOLR-4112: Fixed DataImportHandler ZKAwarePropertiesWriter implementation so
import works fine with SolrCloud clusters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432045 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-11 13:38:23 +00:00 |
James Dyer
|
2a1e68e504
|
SOLR-2201: DIH "formatDate" evaluator timezone support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429957 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 18:54:21 +00:00 |
Dawid Weiss
|
0d05a14bd6
|
SOLR-4106: Javac/ ivy path warnings with morfologik fixed by updating to Morfologik 1.5.5 (no functional changes).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428823 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-04 12:42:00 +00:00 |
Stanisław Osiński
|
ed09a998b6
|
SOLR-4253: Misleading resource loading warning from Carrot2 clustering component fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427755 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-02 12:06:49 +00:00 |
Stanisław Osiński
|
bf412aa62c
|
SOLR-3279: upgrade Carrot2 to version 3.6.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427747 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-02 11:41:19 +00:00 |
James Dyer
|
69383cb079
|
SOLR-4247: fix bug with TestSimplePropertiesWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427215 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-31 18:30:41 +00:00 |
Erik Hatcher
|
fcc4d6f01a
|
SOLR-3735: Relocate the example mime-to-extension mapping, and upgrade Velocity Engine to 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426716 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-29 08:41:53 +00:00 |
Mark Robert Miller
|
f5b5d3e17f
|
SOLR-4204: Make SolrCloud tests more friendly to FreeBSD blackhole 2 environments.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422728 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-17 00:38:03 +00:00 |
Uwe Schindler
|
a9e41d20a3
|
SOLR-4195: Further restrict security policy of tests to disallow writing to files outside the test's work dir (e.g. disallow writing to build/test-files)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422368 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-15 21:50:57 +00:00 |
Tommaso Teofili
|
7e7bfe1f4d
|
[SOLR-3902] - minor fixes (imports / warnings)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421108 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-13 07:58:27 +00:00 |
Uwe Schindler
|
5a34f6a5c9
|
TestSolrEntityProcessorEndToEnd: Fix getFile() again and fix possible bugs created by non-test-local target SOLR_HOME.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421045 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-12 23:50:50 +00:00 |
Uwe Schindler
|
a162f36d04
|
Further simplify this test (see previous commit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421031 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-12 22:38:56 +00:00 |
Uwe Schindler
|
bcd26aca7a
|
Rewrite TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl to use a non-blocking, non-blackhole remote address when testing unreachable remote Solr server to import from
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421026 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-12 22:22:05 +00:00 |
Uwe Schindler
|
9a74a588da
|
Hopefully fix the forever hanging DIH test in Maven builds, because it depends on CWD, which is different on Maven builds...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420908 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-12 18:45:56 +00:00 |
Shai Erera
|
e2f54df3ca
|
fix missing Overrides
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420195 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-11 14:31:01 +00:00 |
James Dyer
|
b134c54a4e
|
fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418606 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-08 06:25:47 +00:00 |
James Dyer
|
330a570fc6
|
fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418500 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-07 21:56:56 +00:00 |
James Dyer
|
58cde699ad
|
remove duplicate code from test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417636 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-05 20:36:03 +00:00 |
James Dyer
|
5b1d05c6ab
|
reduce noise on TestSqlEntityProcessorDelta
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417632 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-05 20:29:40 +00:00 |
Uwe Schindler
|
91240881de
|
Fix the tests.jvms override in some modules so the user (e.g., Jenkins) cannot override it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417622 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-05 20:15:11 +00:00 |
James Dyer
|
987acc6ccc
|
make test noisy to help debug failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417058 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-04 17:45:40 +00:00 |
James Dyer
|
d3d4ee84cd
|
ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417019 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-04 16:28:01 +00:00 |
James Dyer
|
87b1a93a77
|
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1416977 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-04 15:04:35 +00:00 |
James Dyer
|
5aacb271b2
|
ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415904 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-01 01:40:11 +00:00 |
James Dyer
|
01cfcca8a6
|
SOLR-2141 / SOLR-4047 / SOLR-3842 - remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414259 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-27 16:49:21 +00:00 |
James Dyer
|
9c1d89fe1b
|
SOLR-2141 / SOLR-4047 / SOLR-3842 - fix problems with VariableResolver, better test coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414242 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-27 16:12:26 +00:00 |
James Dyer
|
af004fd22b
|
SOLR-4086: fix trivial test mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413729 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-26 17:11:20 +00:00 |
James Dyer
|
012c260973
|
SOLR-1916: reinstate @Ignore'ed test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413684 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-26 15:36:46 +00:00 |
James Dyer
|
84b624f028
|
SOLR-2045: workaround for Locales not supported by Derby
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412262 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-21 19:59:56 +00:00 |
James Dyer
|
925dcb80bd
|
SOLR-4095: fix silly bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411887 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-20 21:23:56 +00:00 |
James Dyer
|
01ffd5b4b4
|
SOLR-1916: DIH - fix remaining forbidden apis & remove build-time exclusion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411820 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-20 19:48:54 +00:00 |
James Dyer
|
1f47a886a3
|
SOLR-4096: FileDataSource & FieldReaderDataSource to default to UTF-8 charset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-20 19:38:52 +00:00 |
James Dyer
|
0eab30da1d
|
SOLR-4095: NumberFormatTransformer & DateFormatTransformer default to the Root Locale
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411757 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-20 17:40:57 +00:00 |
James Dyer
|
58a8e8be6b
|
SOLR-4086: fix TestVariableResolver
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411370 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 19:50:50 +00:00 |
James Dyer
|
7d67fc2dc8
|
SOLR-4086: fix residual problems with DateFormatEvaluator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411366 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 19:43:52 +00:00 |
James Dyer
|
6f572b5033
|
SOLR-4086: fix TestVariableResolver
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411357 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 19:18:04 +00:00 |
James Dyer
|
743fc1081c
|
SOLR-4086: fix dateformat evaluator unit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411334 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 17:58:06 +00:00 |
James Dyer
|
11071d5631
|
SOLR-4086: remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411304 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 16:54:24 +00:00 |
James Dyer
|
26e0f02214
|
SOLR-4086: Refactor DIH - VariableResolver & Evaluator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411276 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 16:23:50 +00:00 |
James Dyer
|
3e45aec329
|
SOLR-4051: Configurable DIH Property Writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408873 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-13 18:30:51 +00:00 |
James Dyer
|
b87c71a09b
|
SOLR-2045: suppress creation of derby.log during test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408377 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-12 17:54:45 +00:00 |
James Dyer
|
f8736aaf9a
|
SOLR-2045: DIH doesn't release jdbc connections for some databases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408364 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-12 17:33:00 +00:00 |
James Dyer
|
18ed36adac
|
SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407547 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-09 17:17:54 +00:00 |
James Dyer
|
f57cdb8fc3
|
SOLR-3856: @Ignore Delta test while investigating Linux failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407140 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-08 15:51:48 +00:00 |
James Dyer
|
f8be77c39b
|
SOLR-3856: Better test failure output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406698 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 16:20:25 +00:00 |
James Dyer
|
5461ef1ac1
|
SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406231 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 17:24:40 +00:00 |
Chris M. Hostetter
|
b6db7c76f1
|
SOLR-3904: progress adding package.html files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406204 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 16:17:50 +00:00 |
Robert Muir
|
feddbabf80
|
fix and detect invalid html tags in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401947 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-25 01:57:46 +00:00 |
Chris M. Hostetter
|
01fdf8a0c8
|
SOLR-3966: Eliminate superfluous warning from LanguageIdentifierUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1401340 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-23 16:23:02 +00:00 |
Tommaso Teofili
|
6dae6204f7
|
[SOLR-3902] - renamed the analysis tests to a single integration test rather than 2 unit tests (since tested sources are in lucene-analysis-uima)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1397454 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-12 06:55:02 +00:00 |
Tommaso Teofili
|
2e01a46f8c
|
[SOLR-3902] - adding super constructor to FieldMappingException, adding final modifiers where possible, substituting StringBuffer with StringBuilder where possible, for each loops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1397452 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-12 06:41:55 +00:00 |
Tommaso Teofili
|
c65bdde36f
|
[SOLR-3902] - moved SentimentAnnotation to DummySentimentAnnotation (to avoid cofusion), moved out FieldMappingException from a dedicated exception package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391322 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-28 06:14:35 +00:00 |
Uwe Schindler
|
f230486ce6
|
SOLR-3895, SOLR-3614: XML and XSLT UpdateRequestHandler should not try to resolve external entities; fix XML parsing in XPathEntityProcessor to correctly expand named entities, but ignore external entities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1390921 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-27 10:10:42 +00:00 |
Robert Muir
|
798fd49a76
|
LUCENE-4409: implement javadocs linting with eclipse ecj compiler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389188 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-24 02:56:46 +00:00 |
Robert Muir
|
f025322f81
|
fix all malformed javadocs (@code/deprecated/param/returns/throws with no args)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389133 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-23 19:54:23 +00:00 |
Robert Muir
|
486110d172
|
fix all remaining links: dih-extras links to dih, and fix public method taking pkg-private arg in dih
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388151 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 18:27:12 +00:00 |
Robert Muir
|
1eda7edf6a
|
fix javadocs broken links: public methods taking pkg-private arguments are effectively pkg-private
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388148 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 18:10:46 +00:00 |
James Dyer
|
4130617f69
|
SOLR-3850: rename "cachePk" back to "cacheKey"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387681 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-19 17:12:39 +00:00 |
Erick Erickson
|
580b53efdd
|
Fixes for SOLR-3846 (very long tests on OS X for TestReplicationHandler)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387099 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-18 11:40:13 +00:00 |
Chris M. Hostetter
|
5399379a34
|
SOLR-3848: comments explaining workarround
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386790 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 19:40:21 +00:00 |
Erick Erickson
|
ded01621a4
|
Fix for LUCENE-4362, ban tabs-indent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386681 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 16:01:56 +00:00 |
Mark Robert Miller
|
4214846719
|
switch some of the localhost usage to 127.0.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1386639 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 14:46:02 +00:00 |
James Dyer
|
71a8203a06
|
SOLR-3791: CachedSqlEntityProcessor throws NPE when pk column is Null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384819 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-14 15:26:28 +00:00 |
James Dyer
|
e312ee6bfa
|
SOLR-3779: fix for DIH LineEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384816 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-14 15:19:40 +00:00 |
Robert Muir
|
fab19135fd
|
fix some bad javadocs html, make AbstractPluginLoader actually readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383034 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 18:48:08 +00:00 |
Yonik Seeley
|
b34c9a9683
|
SOLR-3815: separate ZkNodeProps from Replica, change properties from String values to Object values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382621 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 02:14:50 +00:00 |
Robert Muir
|
e96e4a62ef
|
LUCENE-4361: prioritize test-classes first (for things like preflex-rw)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380964 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:34:46 +00:00 |
Robert Muir
|
4c5696217e
|
LUCENE-4361: fix broken classpaths in solr-dataimporthandler-extras
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380960 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:31:41 +00:00 |