Yonik Seeley
|
eb80f5e897
|
SOLR-3688: fix spellcheck test relying on map order
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367125 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 15:40:11 +00:00 |
Uwe Schindler
|
f600aa6094
|
fix encoding in javadocs checker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367120 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 15:31:45 +00:00 |
Robert Muir
|
bf73f1f28b
|
LUCENE-3884: Move ElisionFilter out of .fr package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367096 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 14:03:27 +00:00 |
Michael McCandless
|
e101167585
|
upgrade checkJavaDocs.py to python3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367071 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 12:49:40 +00:00 |
Mark Robert Miller
|
3d9e8b745f
|
fix the monkey: connection loss and expiration cause NPE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366969 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-30 00:42:46 +00:00 |
Michael McCandless
|
08baaf03e5
|
LUCENE-4190: restrict allowed filenames to reduce risk of deleting non-lucene file from the index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366881 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 17:59:49 +00:00 |
Michael McCandless
|
85b13adcd4
|
LUCENE-4269: remove BalancedSegmentMergePolicy (use TieredMergePolicy instead)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366872 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 16:41:47 +00:00 |
Robert Muir
|
2b10f1617d
|
LUCENE-4109: BooleanQueries are not parsed correctly with the flexible queryparser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366854 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 14:38:37 +00:00 |
Uwe Schindler
|
4a54cc8b16
|
Allow detecting of Java 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366850 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 14:04:16 +00:00 |
Uwe Schindler
|
4040721fd0
|
Disable test failing with Java 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366846 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 13:13:19 +00:00 |
Uwe Schindler
|
c6455c6da2
|
Nicer solution to generic array creation (still problematic in Java 6, but correct in Java 7 if done this way)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366832 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 12:36:14 +00:00 |
Uwe Schindler
|
8318dff526
|
Fix rawtypes warning in java 7 and 8, make the SuppressWarnings more local
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366823 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 12:08:32 +00:00 |
Michael McCandless
|
9798ad2498
|
fix confusing IW infoStream message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366809 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 10:41:38 +00:00 |
Erik Hatcher
|
eef6a6bec2
|
SOLR-3648: Fix Velocity template loading in SolrCloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 22:20:38 +00:00 |
Uwe Schindler
|
0ebfb6a2f7
|
LUCENE-4268: Fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366756 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 19:57:32 +00:00 |
Uwe Schindler
|
92af111ca3
|
LUCENE-4268: Rename ResourceAsStreamReasourceLoader to ClasspathResourceLoader, provide FilesystemResourceLoader, bug fixing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366748 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 19:23:44 +00:00 |
Erik Hatcher
|
138a1d762a
|
minor tweaks to update script example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366716 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 17:42:49 +00:00 |
Yonik Seeley
|
a96d647efa
|
SOLR-3259: default /get to json
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366646 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 11:32:40 +00:00 |
Uwe Schindler
|
7efa75e04a
|
LUCENE-4259: Make AnalysisSPILoader pkg-private again. Minor improvements in ResourceAsStreamResourceLoader (we should rename this one to ClassPathReassourceLoader maybe)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366631 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 09:51:24 +00:00 |
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
|
66c9bb6e9b
|
SOLR-3634: aparently, not all java6 SAXParseException implementations include the systemId in the toString(), so let's make sure we check it explicitly ... if this still doesn't work, then i'm going to start learning how to write C# and java can burn in hell for all i care ... write once run anywhere my ass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366574 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 00:55:17 +00:00 |
Mark Robert Miller
|
89056ffd9d
|
add sync tests and logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366572 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 00:35:46 +00:00 |
Chris M. Hostetter
|
3b1d444672
|
SOLR-3634: change test to work even on java7 where SAXParseException.getMessage() returns a localized msg even though that defeats the whole point of Throwable.getLocalizedMessage()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-28 00:06:58 +00:00 |
Robert Muir
|
cdef110935
|
LUCENE-4265: name eclipse project after the branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366550 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 21:56:09 +00:00 |
Robert Muir
|
e229a356f3
|
LUCENE-4266: update eclipse settings to match reality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366544 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 21:48:53 +00:00 |
Robert Muir
|
6d2a288be3
|
LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366509 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 19:18:49 +00:00 |
David Wayne Smiley
|
6e91227797
|
LUCENE-3925 RecursivePrefixTree spatial strategy should not store doc freq or pos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366477 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 18:25:49 +00:00 |
Chris M. Hostetter
|
f98ab9d2dc
|
SOLR-3634: some errors are localized and tests fail in non en, disabling temporarily
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366460 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 17:13:02 +00:00 |
Uwe Schindler
|
46fe5cf9d9
|
Improve test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366392 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 14:24:55 +00:00 |
Robert Muir
|
78ca29ee09
|
LUCENE-4263: remove conflicting versions of the same jar dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366381 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 13:36:13 +00:00 |
Robert Muir
|
467faeaae0
|
LUCENE-4260: factor subPackages out of the resourceloader interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366360 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 12:15:03 +00:00 |
Uwe Schindler
|
53dc0191b5
|
Fix license
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366335 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 10:59:21 +00:00 |
Steven Rowe
|
f5b7153f47
|
LUCENE-3747: Update minimum JFlex revision to the first supporting Unicode 6.1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366284 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 04:42:04 +00:00 |
Chris M. Hostetter
|
8d4d9abaed
|
SOLR-3634: refactor away the nocommit's i forgot about
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366249 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 00:39:34 +00:00 |
Uwe Schindler
|
657e0e98ab
|
LUCENE-4259: Improvement to expectedType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366247 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-27 00:31:24 +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
|
a5f1159a6f
|
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366236 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 23:53:33 +00:00 |
Steven Rowe
|
dc3c5db794
|
LUCENE-3747: fixed .jflex-macro regeneration problems; regenerated affected JFlex scanners
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366231 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 23:15:25 +00:00 |
Uwe Schindler
|
10a3d8cfdd
|
revert development shortcut in build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366222 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 22:51:26 +00:00 |
Uwe Schindler
|
92e5c35bc3
|
Fix javadocs-linter: Windows support, support for file:-URLs (now needed), fix broken XML-comments in some files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366220 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 22:45:31 +00:00 |
Uwe Schindler
|
dfbd640344
|
Fix file: URLs for now by disabling them!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366186 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 20:24:56 +00:00 |
Uwe Schindler
|
ac6a1b1016
|
Remove useless additional slashes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366171 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 19:38:41 +00:00 |
Uwe Schindler
|
af95ff1ca4
|
Simplier variant that also works with Java 5 for backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366164 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 19:28:43 +00:00 |
Uwe Schindler
|
eee56c65d5
|
Repair Solr snapshot javadocs to work on windows and with spaces in filename (same fix like in Lucene's docs XSL transformation): The hrefs to external docs must be valid URIs and plain path are not valid URIs, they must start with file:, slashes converted, and spaces escaped. scriptmapper helps with new File(path).toURI()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366130 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 18:29:33 +00:00 |
Uwe Schindler
|
69a6b5a562
|
LUCENE-4259: Allow reloading of codec/postings format list when classpath changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366115 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 17:59:49 +00:00 |
Robert Muir
|
3d1279c06c
|
move test to same place as 4.x branch for easier backporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366110 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 17:55:23 +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 |
Robert Muir
|
62312f08e8
|
cut test over to newFSDirectory to hopefully stop OOMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366011 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 14:18:07 +00:00 |
Robert Muir
|
ceb3c6889a
|
LUCENE-3747: restore this file temporarily to unbreak the build. it was a 0-byte file... I think something went wrong
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366004 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 14:07:21 +00:00 |
Robert Muir
|
8bfa167a73
|
LUCENE-4257: factor the getLines in REsourceLoader in WordListLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365992 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-26 13:43:28 +00:00 |