Commit Graph

9690 Commits

Author SHA1 Message Date
Steven Rowe 78a3cb462d Augmented list of patterns for text files in which to convert line endings to CRLF style in the Solr binary .zip package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083913 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 19:30:34 +00:00
Ryan McKinley 0655899487 SOLR-2423 -- checking doc.getFieldable avoids unnecessary toString and plays nicer with binary fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083853 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 16:03:35 +00:00
Doron Cohen a9fda446c3 LUCENE-2958: WriteLineDocTask improvements - flexible line fields definition - port/merge from 3x.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083816 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 14:59:42 +00:00
Robert Muir 99c13a4e29 LUCENE-2944: fix java6 oops and add proper consumer behavior to NTS reflection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083788 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 14:03:22 +00:00
Robert Muir e67bf6b089 LUCENE-2944: fix BytesRef reuse bugs, TermToBytesRefAttribute owns the bytes like other attributes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083784 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 13:52:15 +00:00
Doron Cohen e45d28a8d3 LUCENE-2964: Allow benchmark tasks from alternative packages - merge/port from 3x.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083731 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 11:23:37 +00:00
Doron Cohen 6d47d7377d LUCENE-2963: Easier way to run benchmark, by calling Benmchmark.exec(alg-file) - port from 3x.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083557 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 20:12:39 +00:00
Koji Sekiguchi 2c64e2b268 move DIH entries in core CHANGES.txt to DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083459 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 15:00:35 +00:00
Koji Sekiguchi 288668afcc move a bug ticket from new features to bug fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083447 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 14:12:07 +00:00
Uwe Schindler 89c6480845 LUCENE-2975: A hotspot bug corrupts IndexInput#readVInt()/readVLong() if the underlying readByte() is inlined (which happens e.g. in MMapDirectory). The loop was unwinded which makes the hotspot bug disappear.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083245 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 18:13:01 +00:00
Chris M. Hostetter 978aaab9cf LUCENE-2976: remove broken src.dir override that was preventing javadocs from building
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083223 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 16:46:56 +00:00
Steven Rowe d2a6250ef9 LUCENE-2973: Use 'svn export' for Solr's package-src and Lucene's dist-src targets; stop producing .zip versions of Lucene/Solr source packages.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083213 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 16:34:19 +00:00
Michael McCandless 576084d69a use config directly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083154 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 10:35:10 +00:00
Michael McCandless 3dcbc2cc16 fix tests to use newDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083153 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 10:34:37 +00:00
Chris M. Hostetter 67fecffee5 clean up javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083124 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 01:51:29 +00:00
Chris M. Hostetter 55c033c666 don't exclude the 'site' dir from the source packages. This gives people access to the commited versions of the generated html/pdf docs. 'ant javadocs' already ensures these will copy to build/docs/ so that the javadocs links in the nav will be consistent if users build them
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083116 13f79535-47bb-0310-9956-ffa450edef68
2011-03-19 01:02:04 +00:00
Steven Rowe 959f657848 Updated error message printed when maven-ant-tasks jar can't be found
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083019 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 19:13:02 +00:00
Grant Ingersoll 8bee953057 LUCENE-2952: drop dev-tools dependency, move to test framework, split out checking to each area: lucene, modules, solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083010 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 18:40:02 +00:00
Steven Rowe ca847ed85c Updated error message printed when maven-ant-tasks jar can't be found
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083006 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 18:36:39 +00:00
Steven Rowe f121cc6c0b Updated error message printed when maven-ant-tasks jar can't be found
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083005 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 18:32:54 +00:00
Chris M. Hostetter cb326421ba SOLR-2434: eliminate version injection into forrest docs, and remove build-site from prepare-release's dependency chain (it was fundementally flawed since the build requires java 1.6 but forrest only works with java 1.5)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082998 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 18:06:51 +00:00
Yonik Seeley e530e1d68e packaging: remove old placeholders
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082926 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 13:59:27 +00:00
Yonik Seeley 8e26a111ed packaging: fix some left out files in lucene's bin package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082919 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 13:42:41 +00:00
Michael McCandless 726c6865b3 LUCENE-2960: move CHANGES entry to the right place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082867 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 10:39:44 +00:00
Michael McCandless bfad5f34f8 LUCENE-2960: allow certain IWC setters to take effect 'live' after IW has been constructed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082865 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 10:36:40 +00:00
Yonik Seeley 7e1a9ee6ef docs: update release announcement
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082776 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 00:52:00 +00:00
Yonik Seeley f67fb5ba83 docs: tika was upgraded to 0.8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082741 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 22:40:40 +00:00
Yonik Seeley e388c1f088 packaging: exclude post.jar from src release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082730 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 22:22:26 +00:00
Yonik Seeley 7f8f1645b1 packaging: don't include lucene-libs in src package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082720 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 22:06:08 +00:00
Yonik Seeley 2e2b81e0f3 packaging: fix missing dev-tools files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082687 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 20:49:52 +00:00
Ryan McKinley e80cfecd28 SOLR-2423: FieldType argument changed from String to Object Conversion from SolrInputDocument > Object > Fieldable is now managed by FieldType rather then DocumentBuilder.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082638 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 18:53:48 +00:00
Yonik Seeley 22ec0cc7df docs: update site
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082601 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 17:32:39 +00:00
Grant Ingersoll f36c32405d LUCENE-2952: hook in dependency checking for license, notice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082535 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 15:34:21 +00:00
Grant Ingersoll cd7c0c8e0d LUCENE-2952: clean up license for servlet-api
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082520 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 15:05:44 +00:00
Grant Ingersoll 746d0ef5a0 LUCENE-2952: add notices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082516 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 15:00:51 +00:00
Grant Ingersoll e96c6da634 LUCENE-2952: add notices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082515 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 14:59:55 +00:00
Grant Ingersoll dae702218a LUCENE-2952: add notices
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082514 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 14:59:36 +00:00
Grant Ingersoll 372fa574f9 remove unneeded license, notice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082512 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 14:55:34 +00:00
Grant Ingersoll 1a36f9e111 fix licenses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082275 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 19:39:15 +00:00
Robert Muir 305d71e81e LUCENE-2970: SpecialOperations.isFinite had a terrible complexity, use a visited set to avoid it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082200 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 16:51:26 +00:00
Michael McCandless 2a225b9361 make RandomIndexWriter sometimes use partial optimize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082186 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 16:30:10 +00:00
Steven Rowe 0d76f4e1ec SOLR-2427: Upgraded uima-core 2.3.1-SNAPSHOT jar to released uimaj-core 2.3.1; no longer publishing a Solr-specific uima-core Maven artifact; renamed UIMA jars to include their versions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081880 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 17:46:17 +00:00
Michael McCandless 987a9ef84c make sure max length term works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081829 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 16:11:21 +00:00
Grant Ingersoll ac3ef52bd0 LUCENE-2952: normalize license files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081795 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 14:07:49 +00:00
Grant Ingersoll 9352885d1b LUCENE-2952: normalize license files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081792 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 14:07:16 +00:00
Grant Ingersoll 3d7ec8a3d3 LUCENE-2952: normalize license files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081791 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 14:06:55 +00:00
Grant Ingersoll 75b8c33ab0 LUCENE-2952: normalize license files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081790 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 14:05:46 +00:00
Grant Ingersoll f0cdda776a formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081778 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 13:35:29 +00:00
Grant Ingersoll 6a9e35812c formmatting cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081777 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 13:34:22 +00:00
Dawid Weiss ea6655a126 Adding -noverify and a little bit nicer output to TestFSTs. These are debugging/analysis utils that are not used anywhere, so I commit them without the patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081745 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15 12:20:03 +00:00