Commit Graph

9707 Commits

Author SHA1 Message Date
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
Steven Rowe 2b4970e30a Add solr-uima contrib to sign-artifacts; when signing maven dependency jars, also sign their POMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081057 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13 08:21:27 +00:00
Steven Rowe 134f75d165 Drop separate maven_version, no longer required since maven version and ant build version are the same
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081038 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13 03:26:32 +00:00
Robert Muir f59ee6311d revert hack
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081033 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13 02:44:56 +00:00
Michael McCandless d6ec69f7d8 fix minor concurrency issue on SegmentReader; fix false test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081017 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 23:22:26 +00:00
Yonik Seeley bba16619f5 example: add a multi-valued text field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1081012 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 22:24:35 +00:00
Yonik Seeley c7b526cdf5 docs: add a title to the root README
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080992 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 19:57:09 +00:00
Yonik Seeley 29c60e74d4 packaging: exclude BUILD.txt from binary distro
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080988 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 19:50:41 +00:00
Yonik Seeley 7b59d3aab8 docs: fix demo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080985 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 19:27:20 +00:00
Yonik Seeley 8323073ac4 docs: clarify binary release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080979 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 19:09:36 +00:00
Yonik Seeley 71f4c3247c packaging: exclude redundant maven javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080970 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 18:46:10 +00:00
Robert Muir df907f97de SOLR-2422: fix too-low timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080852 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 02:24:07 +00:00
Robert Muir 4ff404d85b try to avoid jre bug in test, take 3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080838 13f79535-47bb-0310-9956-ffa450edef68
2011-03-12 01:35:49 +00:00
Steven Rowe 99aed2c176 Tell IntelliJ to ignore more directories containing build output (e.g. dist, package, lucene-lib, etc.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080770 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 21:44:42 +00:00
Yonik Seeley 5f3351771e dist: use a single KEYS file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080762 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 21:23:06 +00:00
Robert Muir 3ba04fee2c ignore didnt work either, giving up and reverting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080753 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 20:46:07 +00:00
Robert Muir 969067c0e2 try to avoid jre bug in test, take 2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080748 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 20:12:04 +00:00
Robert Muir f047d92429 stab in the dark at hudson's jvm crashing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080732 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 19:24:58 +00:00
Yonik Seeley 0d171c4642 docs: announce javadoc target in build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080691 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 17:35:03 +00:00
Yonik Seeley f276b89fd4 docs: remove reference to src in binary distro
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080665 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 16:57:15 +00:00
Yonik Seeley fb15b2b0e4 build: fix javadoc targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080647 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 16:31:49 +00:00
Yonik Seeley c79738d50f docs: add UIMA version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080630 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 16:02:59 +00:00
Steven Rowe 979f035d9d Solr DIH and Clustering contribs need jetty test scope dependencies to pass tests, since solr-core's jetty dependencies are now optional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080481 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 07:41:33 +00:00
Steven Rowe d933b418d7 LUCENE-2957: Fixup inconsistent naming of UIMAJ jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080455 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 05:12:33 +00:00
Steven Rowe 7180bb3cb9 LUCENE-2957: generate-maven-artifacts target should include all non-Mavenized Lucene & Solr dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080443 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 04:32:14 +00:00
Yonik Seeley 9a847c8b8b docs: update READMEs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080424 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11 02:11:44 +00:00
Steven Rowe 77371e0433 Obsolete - replaced by apache-extras luceneutil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080335 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 20:23:02 +00:00
Steven Rowe 3fcf6d6525 LUCENE-2961: Remove benchmark/lib/xml-apis-2.9.0.jar - JVM 1.5+ contains these JAXP 1.3 interface classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080258 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 15:57:52 +00:00
Steven Rowe 0120a1d90e SOLR-2411: place release packages and maven artifacts in solr/package/ instead of solr/dist/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080094 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 01:19:07 +00:00
Uwe Schindler 0e043f9bd7 SOLR-2414: All ResponseWriters now use only ServletOutputStreams and wrap their own Writer around it when serializing. This fixes the bug in PHPSerializedResponseWriter that produced wrong string length if the servlet container had a broken UTF-8 encoding that was in fact CESU-8 (see SOLR-1091). The hack was removed by this followup-patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080038 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 22:32:09 +00:00
Ryan McKinley e066a7e911 SOLR-2413: Support for returning multi-valued fields w/o <arr> tag in the XMLResponseWriter was removed. XMLResponseWriter only no longer work with values less then 2.2
Replaced "version" string with CommonParams.VERSION where possible

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079963 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 19:48:33 +00:00
Robert Muir 9ce62b7c07 SOLR-2381: update jetty to a new patched version (fixes boundary issue); avoid slow/buggy jetty unicode conversion when possible; adds unicode test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079949 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 19:19:29 +00:00
Ryan McKinley b951626aa3 SOLR-2413 -- XMLWriter implemented its own (almost) identical writeVal(String name, Object val)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079893 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 17:12:51 +00:00
Yonik Seeley bcc16311a1 SOLR-2410: add test that normally hits phase3 cleaning w/ PQ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079827 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 15:12:16 +00:00