Commit Graph

14786 Commits

Author SHA1 Message Date
Steven Rowe b0e23769d5 LUCENE-4313: IntelliJ classpath doesn't include phonetic and morfologik resources/ directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374852 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 21:04:30 +00:00
Uwe Schindler 1c9398be8a LUCENE-3312: Fix incorrect License headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1374842 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 20:37:41 +00:00
Uwe Schindler 22d7239af9 Add a test for new FilterIterator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374835 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 20:06:55 +00:00
Steven Rowe 24b60f3a45 SOLR-3707: Maven configuration: Tika version: 1.1->1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374764 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 15:07:06 +00:00
Uwe Schindler bb6c2582d8 LUCENE-3312: Merged revision(s) 1373336-1374717 from lucene/dev/trunk:
test this cleaner, we don't need a nested test, just want to ensure MDW throws exception on close
........
SOLR-3730: Rollback is not implemented quite right and can cause corner case fails in SolrCloud tests.
........
SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework
........
SOLR-2981: Fixed StatsComponent to no longer return duplicated information when requesting multiple stats.facet fields
........
SOLR-3690: need to copy the license + sha1 files to be included in solr artifacts
........
LUCENE-4308: don't delete a test's files if the test fails
........
LUCENE-4308: clean up imports, move below license
........
add more missing javadocs
........
javadocs
........
add hostContext to solr.xml by default
........
SOLR-2857: restore /update/json and /update/csv
........
improve javadocs
........
use assertEquals so we will see whats going on when this fails
........
added javadocs to SortedBytesMergeUtils public inner classes
........
added javadocs to SortedBytesMergeUtils public inner classes
........
fix javadocs
........
javadocs
........
Better verbosity, also fix bug in while loop with char==0.
I have one explanation for this: Maybe Apaches SVN server returns something (like error message) that's not UTF8?
........
javadocs
........
Fix bug in test by using a local file instead of HTTP URL. Also fix unclosed file in FileStream.getContentType(), remove dead code.
........
Don't use IOUtils in SolrJ! Sorry, hope maven build did not start in this time frame *g*
........
SOLR-3737: fix Stempel factory resource loading, use singleton instance
........
javadocs
........
enforce all lucene core classes have javadocs
........
LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
........
LUCENE-4310: revert ... new test is failing
........
LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
........
Rewrite the copying loop slightly; scratch.grow has an assert offset == 0
so moved this reset up before grow.
........
SOLR-3715: fix FastOutputStream, FastWriter when buffer sizes can change
........
license
........
SOLR-3691: SimplePostTool: Mode for indexing a web page
........
SOLR-3707: Upgrade Solr to Tika 1.2
........
SOLR-3691: Fixed javadocs-lint errors
........
use hasNext not .next() == null to detect empty iterator
........
2nd fix: The same problem had size()
........
Solr extraction contrib should have compile time dependency on lucene, not just test.
........
Fix javadocs of Fields.size(), use FilteredIterator from StoredFields branch. Return -1 for Fields.size() in FieldFilterAtomicReader. If this breaks some test, we found a bug and have to change test to respect -1 (which is valid return value)
........
Fix javadocs
........


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1374718 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 09:35:25 +00:00
Uwe Schindler 8e0b7e14e3 Fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374715 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 09:19:49 +00:00
Uwe Schindler 290355e80c Fix javadocs of Fields.size(), use FilteredIterator from StoredFields branch. Return -1 for Fields.size() in FieldFilterAtomicReader. If this breaks some test, we found a bug and have to change test to respect -1 (which is valid return value)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374713 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 09:16:24 +00:00
Uwe Schindler ca1059f194 LUCENE-3312: Small refctoring and final field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1374710 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 08:45:25 +00:00
David Wayne Smiley 57b47505b3 Solr extraction contrib should have compile time dependency on lucene, not just test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374694 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 05:34:30 +00:00
Uwe Schindler 54a623db68 2nd fix: The same problem had size()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374646 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 19:53:50 +00:00
Michael McCandless 39435cdc23 use hasNext not .next() == null to detect empty iterator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374623 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 18:03:10 +00:00
Michael McCandless 328def8b97 LUCENE-3892: javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1374620 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 17:59:17 +00:00
Michael McCandless 77135fd5b2 LUCENE-3892: small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1374598 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 15:31:11 +00:00
Michael McCandless 573f6a734c LUCENE-3892: javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1374591 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 14:42:59 +00:00
Michael McCandless bfcd96c689 LUCENE-3892: merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1374578 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 13:35:11 +00:00
Michael McCandless dddbe41902 LUCENE-3982: improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1374573 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 13:12:47 +00:00
Jan Høydahl 4c057cf4bf SOLR-3691: Fixed javadocs-lint errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374549 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 10:26:51 +00:00
Jan Høydahl 01cdc012a0 SOLR-3707: Upgrade Solr to Tika 1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374501 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 01:47:40 +00:00
Jan Høydahl 92171e49a5 SOLR-3691: SimplePostTool: Mode for indexing a web page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374497 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 01:30:49 +00:00
Yonik Seeley 1e2fa0ad45 license
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374490 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 01:05:47 +00:00
Yonik Seeley 84a8768b5d SOLR-3715: fix FastOutputStream, FastWriter when buffer sizes can change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374480 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 00:15:04 +00:00
Dawid Weiss 00f61eb9cb Rewrite the copying loop slightly; scratch.grow has an assert offset == 0
so moved this reset up before grow.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374431 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 20:46:16 +00:00
Michael McCandless 9a00dbc928 LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374381 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 18:14:44 +00:00
Michael McCandless 852291e84e LUCENE-4310: revert ... new test is failing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374379 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 17:59:38 +00:00
Michael McCandless b9be13c0ea LUCENE-4310: non-BMP characters were failing to match with MappingCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374378 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 17:55:41 +00:00
Robert Muir 2ccffb77ac enforce all lucene core classes have javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374237 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 13:12:23 +00:00
Robert Muir 817586eb34 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374120 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 01:37:27 +00:00
Robert Muir 04f3188bf9 SOLR-3737: fix Stempel factory resource loading, use singleton instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374115 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 00:40:52 +00:00
Uwe Schindler 5a940c12d8 Don't use IOUtils in SolrJ! Sorry, hope maven build did not start in this time frame *g*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374079 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:57:13 +00:00
Uwe Schindler 00167f1514 Fix bug in test by using a local file instead of HTTP URL. Also fix unclosed file in FileStream.getContentType(), remove dead code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374072 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:50:41 +00:00
Robert Muir 4d53375c00 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374045 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 20:41:17 +00:00
Uwe Schindler a59f38a03a Better verbosity, also fix bug in while loop with char==0.
I have one explanation for this: Maybe Apaches SVN server returns something (like error message) that's not UTF8?

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374022 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:53:45 +00:00
Robert Muir bbde9adecb javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374009 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:45:03 +00:00
Michael McCandless c5b5bb7008 fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374006 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:41:10 +00:00
Simon Willnauer ae79b917ca added javadocs to SortedBytesMergeUtils public inner classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374004 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:37:40 +00:00
Simon Willnauer 0ee2c67ab9 added javadocs to SortedBytesMergeUtils public inner classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373995 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:24:38 +00:00
Robert Muir 2a83b58506 use assertEquals so we will see whats going on when this fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373994 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:24:31 +00:00
Michael McCandless fb05e8ba3f improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373989 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:19:44 +00:00
Uwe Schindler 36014af614 LUCENE-3312: Apply patch lucene-3312-patch-13.patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3312@1373940 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 17:38:02 +00:00
Yonik Seeley e7a09ceec4 SOLR-2857: restore /update/json and /update/csv
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373904 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 16:19:23 +00:00
Mark Robert Miller bb54482c00 add hostContext to solr.xml by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373900 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 16:11:15 +00:00
Robert Muir 85c6e76ab8 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373895 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 16:00:36 +00:00
Robert Muir b655cf78bf add more missing javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373851 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:14:38 +00:00
Robert Muir 119df148b8 LUCENE-4308: clean up imports, move below license
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373803 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 12:28:47 +00:00
Robert Muir 04df51f90d LUCENE-4308: don't delete a test's files if the test fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373801 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 12:26:32 +00:00
Michael McCandless 6d86815f65 LUCENE-3892: add initial package.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1373673 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 23:16:03 +00:00
Chris M. Hostetter 7be3e71665 SOLR-3690: need to copy the license + sha1 files to be included in solr artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373606 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 20:04:17 +00:00
Chris M. Hostetter 8cb409d4cf SOLR-2981: Fixed StatsComponent to no longer return duplicated information when requesting multiple stats.facet fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373598 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 19:44:27 +00:00
Chris M. Hostetter 769c9003cd SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373553 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 18:30:04 +00:00
Michael McCandless f7a0f00724 LUCENE-3892: comment out all sops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1373427 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 14:08:40 +00:00