Commit Graph

569 Commits

Author SHA1 Message Date
Dawid Weiss 13653afe5c LUCENE-3993: Polishing annoyances from JUnit4
- print @Ignore/@Assumption cause.
- perturb randomness in static contexts (LUCENE-3995).
- intellij idea (in)compatibilities.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327554 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 15:58:25 +00:00
Dawid Weiss 24b2c545d8 LUCENE-3987: added sonatype releases to ivy/maven repos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327552 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 15:56:36 +00:00
Ryan McKinley e34753cd57 SOLR-3358: Logging events are captured and available from the /admin/logging request handler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327210 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 18:12:09 +00:00
Steven Rowe 7ad9f7aad5 LUCENE-3965: IntelliJ IDEA configuration: support modules/*->lucene/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327150 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 15:50:40 +00:00
Robert Muir e8e4245d9b LUCENE-3965: consolidate all api modules and fix packaging for 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327094 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 13:36:19 +00:00
Robert Muir 86f51655f4 add qp/resources to classpath so that QP tests can run from eclipse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326862 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 01:23:44 +00:00
Steven Rowe 9432411da8 LUCENE-3808: Segregate RandomizedTesting library sysprops from other Lucene/Solr tests.* sysprops, and use the empty string value to tell the test runner to use the default value for these sysprops.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326780 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 20:08:59 +00:00
Dawid Weiss 977802db0c Updated eclipse's .classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326742 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 18:55:11 +00:00
Yonik Seeley cf2aab7874 dev-tools: add randomizedtesting jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326660 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 15:50:23 +00:00
Dawid Weiss 1e86e9872f LUCENE-3808: cleanups to issues raised by the initial commit. Cleaner tests output to console, corrected output for suite level errors (duplicated).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326568 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 12:10:38 +00:00
Steven Rowe 8ad99c1a1b LUCENE-3808: Maven configuration: The lucene-core module needs randomizedtesting dependency independently from the test-framework module, since under maven, lucene-core includes test-framework source instead of depending on the test-framework module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326466 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 02:37:53 +00:00
Dawid Weiss d5e276a53a LUCENE-3808: Adding randomizedrunner dependency to maven pom templates.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326406 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 19:18:41 +00:00
Dawid Weiss 048959e80d Fixing Eclipse .classpath and adding license headers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326372 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 16:00:38 +00:00
Dawid Weiss cf85aab1a0 LUCENE-3808: Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326351 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 14:41:44 +00:00
Steven Rowe eae46487c7 SOLR-3356: Maven configuration: Add new dependency slf4j-jdk14 to solr-core module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326213 13f79535-47bb-0310-9956-ffa450edef68
2012-04-14 21:34:28 +00:00
Christopher John Male 2de3c452c2 idea config: Added Ant back into the lucene classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325101 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 01:59:12 +00:00
Christopher John Male 3c16d84f3c idea config: Added Ant back into the lucene classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325100 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 01:58:45 +00:00
Steven Rowe 610d93357c SOLR-3344: Maven configuration: In Solr test-framework POM template, switch Jetty dependencies' scope from compile to runtime, since these dependencies are not required during compilation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311957 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 19:42:40 +00:00
Steven Rowe 33cdb0c9a9 SOLR-3344: Maven configuration: Add Jetty dependencies to the Solr test-framework POM template, so that those dependencies are transitively included when the Solr test-framework is used externally; remove the Jetty dependencies from the dataimporthandler and clustering Solr contribs' POM templates. The optional Jetty dependencies in the solr-core module's POM template are left as-is, to facilitate JettySolrRunner's use as a cmdline utility.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311905 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 18:24:50 +00:00
Steven Rowe c81bb33eea Add JUnit library test scope dependencies where they are missing; switch Lucene module to use the IDEA JUnit library instead of everything under test-framework/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311880 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 17:42:46 +00:00
Steven Rowe 56477c0b46 SOLR-3254: maven configuration: tika dependency version -> 1.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311566 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 03:58:30 +00:00
Chris M. Hostetter bc700fa5aa SOLR-3302: Upgraded SLF4j to version 1.6.4 (hossman)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311558 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 02:34:24 +00:00
Steven Rowe b8ff9800ed - Download both Lucene and Solr Maven artifacts in one session
- Handle shortened RC URLs by using wget to go through all redirections; the final redirection is used
- Fail if download directories already exist

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311466 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 21:25:29 +00:00
Steven Rowe c5b865c325 set svn:executable for these two scripts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311403 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 20:00:20 +00:00
Robert Muir 4702d72570 fix eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311203 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09 11:45:42 +00:00
Michael McCandless 879e825083 LUCENE-3966: smoke tester can test from local (file://) urls, handle url-shortened base URLs, and build/stage/test unsigned artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311067 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 18:22:14 +00:00
Steven Rowe 6350ed1b8a LUCENE-3963: Enable smokeTestRelease.py usage under Windows+Cygwin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311055 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 17:15:54 +00:00
Steven Rowe 13b75650e9 LUCENE-3964: fix svn:eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310950 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 04:10:49 +00:00
Steven Rowe 0c09bfcba4 LUCENE-3964: Enable Maven artifact staging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310949 13f79535-47bb-0310-9956-ffa450edef68
2012-04-08 04:07:42 +00:00
Robert Muir 7c36e9f838 SOLR-3331: merge smoketester changes only to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310316 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 13:33:54 +00:00
Steven Rowe ac5372b8fc Remove mention of 'mvn -N -P bootstrap install', since the bootstrap profile is currently a no-op
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310110 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 22:26:57 +00:00
Robert Muir cbddf0809e fix smokeTestRelease to not expect lib/ (instead test-framework), and temporary disable the requirement that all classes have some javadocs (see LUCENE-3887, more work to be done there for another day
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309638 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 03:10:37 +00:00
Steven Rowe d0452d158e provide default values for tests.* system properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309616 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 22:30:51 +00:00
Steven Rowe 3ecf4cd268 Add support for passing through new tests.* system properties
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309468 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 15:50:40 +00:00
Robert Muir 755b86b429 SOLR-3310: nuke the solr-langdetect maven packaging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309191 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 00:47:22 +00:00
Robert Muir e00a7dce89 nuke relics of fake noggit release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308886 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 13:08:02 +00:00
Robert Muir 2cc62e729c eclipse classpath updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308659 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 03:00:49 +00:00
Robert Muir d219d119e2 SOLR-3308: nuke the solr-jsonic maven packaging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308658 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 02:59:42 +00:00
Robert Muir 86c7878963 svn:eolstyle=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308638 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 00:59:11 +00:00
Robert Muir 983bc3bef1 SOLR-2435: nuke duplicate junit from eclips classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308534 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 20:28:21 +00:00
Steven Rowe 32fbefeccf LUCENE-3930: IntelliJ configuration: modules/benchmark/conf/ doesn't need to be a test source root - test resource *.alg files are now copied to build/classes/test/conf/ via an ant task (IntelliJ dumps them in build/classes/test/ when benchmark/conf/ is a test soruce root, and that doesn't work)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308476 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 19:15:37 +00:00
Steven Rowe cedf1dfaa9 LUCENE-3930: Maven configuration: fix bootstrap installation of renamed lang-detect jar; make 'get-maven-poms' target depend on top-level 'resolve' target so that bootstrap installation will have jars to install.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308456 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 18:48:17 +00:00
Steven Rowe 0945a6521f IntelliJ configuration: enable IntelliJ .alg file copying to benchmark/build/classes/test/conf/ via a new Ant task 'copy-alg-files-for-testing', which is now also called by the benchmark module's compile-test target. (Standard IntelliJ configuration mechanisms don't support copying to a sub-directory of the test output directory.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308188 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 19:46:49 +00:00
Steven Rowe e0614fd0f0 Make most of the IntelliJ build work again. (Benchmark module still isn't quite right yet)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308011 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 03:29:12 +00:00
Steven Rowe fa3aec5c49 added *.json to list of files to include when copying resources to build/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307647 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 22:36:19 +00:00
Robert Muir 8f0d7cc135 LUCENE-3930: nuke jars from source tree and use ivy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307563 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 18:04:43 +00:00
Steven Rowe 91fb08086a LUCENE-3937: Removed remaining references to the patched xercesImpl jar; added benchmark/CHANGES.txt entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307165 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 23:27:45 +00:00
Robert Muir 1688a44eb0 LUCENE-2000: fix back benchmark classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307016 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 17:46:00 +00:00
Ryan McKinley 49f43806a8 LUCENE-2000: remove redundant casts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307012 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 17:34:34 +00:00
Sami Siren b5f8deb795 SOLR-2020: migrate to Java client that uses Apache Http Components http client (4.x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306800 13f79535-47bb-0310-9956-ffa450edef68
2012-03-29 12:11:37 +00:00
Dawid Weiss 3bbc27fc64 SOLR-3272: Solr filter factory for MorfologikFilter (Polish lemmatisation).
(Rafał Kuć via Dawid Weiss, Steven Rowe, Uwe Schindler).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306198 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 07:33:55 +00:00
Robert Muir ae0f44fcb9 remaining eol-style fixes to trunk, native except .sh (LF)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305492 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 18:57:08 +00:00
Robert Muir a29a14698e fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305339 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 12:58:58 +00:00
Steven Rowe 6fc8fa052c Enable comparisons between Solr distribution artifact names (apache-solr-*) and those of Maven artifacts (solr-*)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304662 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 23:47:55 +00:00
Dawid Weiss eca9908cbe Added Apache (c) header to new type template.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304521 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 17:32:07 +00:00
Steven Rowe 37acabf4a8 allow checkout dir cmdline arg to be relative
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1304365 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23 14:20:35 +00:00
Michael McCandless aa8cfa0d12 LUCENE-3887: fix smoke tester to fail when package.html is missing or public classes don't have description in package-summary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303830 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 15:24:44 +00:00
Steven Rowe 3e64aa58de SOLR-3263: Stop including more than one servlet-api jar version in the test classpath in the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303516 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 19:25:26 +00:00
Steven Rowe d5683bea96 Align javax.servlet:servlet-api version with the Ant build (under the lucene demo contrib)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1303179 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 22:40:48 +00:00
Steven Rowe 870c47f4d7 LUCENE-3885: When checking maven artifacts from an RC URL that doesn't name a release branch, instead of failing, find the POM templates in the local working copy the script is run from; also, (temporarily) stop requiring that maven artifacts are identical to their counterparts in the binary distribution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302734 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 00:21:13 +00:00
Robert Muir 4b3ff33e46 sync up trunk copy of smoke-tester with branch_3x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302556 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 17:36:27 +00:00
Steven Rowe 681ae58f01 SOLR-3159: Fix broken Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301764 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 21:10:19 +00:00
Ryan McKinley e24e7856f0 SOLR-3159: pom should only depend on the servlet API, not container specific version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301300 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 00:55:43 +00:00
Steven Rowe 8854531251 LUCENE-3795: Maven configuration: fix paths; remove analyzers-common dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300453 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 03:16:03 +00:00
Steven Rowe 0c447d1344 LUCENE-3795: IntelliJ IDEA configuration: fixed module name in dev-tools/idea/.idea/workspace.xml; and in spatial.iml, removed unnecessary "exported" attributes, and switched analysis-common module dependency to have TEST scope.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300424 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 00:25:28 +00:00
Ryan McKinley 4f11496d99 LUCENE-3795: update the solr spatial4j.jar file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1300263 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 18:07:27 +00:00
Ryan McKinley d5b39f875f LUCENE-3795: updating to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1300232 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 16:43:38 +00:00
David Wayne Smiley a29ad6dae9 LUCENE-3795 removed SLF4J dependency by logging to java.util.logging instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1299954 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 02:12:44 +00:00
David Wayne Smiley 0bcd64e14b LUCENE-3795 maven: reference spatial4j version via dependencyManagement
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1299522 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 02:18:21 +00:00
Steven Rowe 402496c8dd Changed jetty-maven-plugin documentation URL to the one covering v7+ (previously covered only up to v6)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299430 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 19:19:37 +00:00
David Wayne Smiley 95d792f336 Bump Spatial4J version to 0.2. Also noticed added missing slf4j dependency in spatial module's pom.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1299334 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 06:47:52 +00:00
Ryan McKinley 2f501094e4 SOLR-3159: use jetty 8.1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1299325 13f79535-47bb-0310-9956-ffa450edef68
2012-03-11 02:22:13 +00:00
Steven Rowe abaf382836 SOLR-3159: Maven configuration: Upgrade to Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298247 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08 01:09:16 +00:00
Steven Rowe 2510af4a99 SOLR-3204: Maven configuration: fix source file name for the solr-common-csv artifact.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298192 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 23:03:56 +00:00
Uwe Schindler 7ef0b53961 SOLR-3204: The packaged pre-release artifact of Commons CSV used the original package name (org.apache.commons.csv). This created a compatibility issue as the Apache Commons team works toward an official release of Commons CSV. JARJAR (http://code.google.com/p/jarjar/) was used to change the package name to org.apache.solr.internal.csv
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298164 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 22:22:00 +00:00
Ryan McKinley a57f29a367 SOLR-3159: Upgrade example and tests to run with Jetty 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298108 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 20:49:28 +00:00
Ryan McKinley a6af5d8181 LUCENE-3795: updating to trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1297785 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 23:17:08 +00:00
Ryan McKinley 58e3736862 SOLR-3202: remove JSP support and the old admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297578 13f79535-47bb-0310-9956-ffa450edef68
2012-03-06 17:04:19 +00:00
Steven Rowe 518f5fe688 Update Maven usage/build documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296722 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 23:41:38 +00:00
Tommaso Teofili 4a160999ba [SOLR-3013] - added lucene-analyzers-uima dependency to solr-uima pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295765 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 20:09:13 +00:00
David Wayne Smiley 4fd44f3d41 LUCENE-3795: get intellij build to work.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1295438 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 07:08:59 +00:00
Ryan McKinley 166e6e9cf2 LUCENE-3795: fix license file (bad copy) and solr pom.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294984 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 06:36:50 +00:00
Ryan McKinley bb9b30bf57 LUCENE-3795: get maven build to work. Add spatial4j jar file to solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294980 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 05:43:24 +00:00
Ryan McKinley b3f2ad655f LUCENE-3795: move back to single project layout. Add spatial4j jar file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294974 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 05:17:39 +00:00
Steven Rowe 092e348d81 LUCENE-3825: Add proper SCM sections to all released/deployed POM templates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294037 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27 06:02:06 +00:00
David Wayne Smiley 20ab7aca52 LUCENE-3795 test-files reference for eclipse build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292974 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 21:49:58 +00:00
David Wayne Smiley de101ca393 LUCENE-3795 move "base" module's tests back into itself from "strategies".
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292972 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 21:41:30 +00:00
David Wayne Smiley fbc539a298 LUCENE-3795 fix maven spatial tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292939 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 20:19:26 +00:00
Ryan McKinley f335f45cd3 remove contrib/spatial projects
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292728 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 09:42:38 +00:00
David Wayne Smiley 26b903d010 Fix IntelliJ output directories to be parent spatial build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292548 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 22:23:42 +00:00
Ryan McKinley 5818381078 LUCENE-3795: fix paths for spatial-base.jar and spatial-strategy.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292433 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 18:27:17 +00:00
David Wayne Smiley 42d08cd271 LUCENE-3795 IntelliJ IDEA updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292166 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 07:50:32 +00:00
David Wayne Smiley 7234d8e256 LUCENE-3795 maven build (and removed old spatial contrib from maven)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292161 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 07:30:58 +00:00
Steven Rowe 5f7a9a7a47 LUCENE-3811: Maven configuration: remove unused benchmark dependencies, and remove them from <pluginManagement> in the grandparent POM in the two cases where no other module depends on them: commons-beanutils and commons-collections.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291795 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 14:19:11 +00:00
Robert Muir 51388a2f9c LUCENE-3811: remove unused benchmark dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291728 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 12:11:04 +00:00
Ryan McKinley 4fab984441 LUCENE-3795: fix javadoc warnings, add pom files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1291669 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21 09:05:47 +00:00
Steven Rowe 634e115a25 LUCENE-3768: Maven configuration: include modules/benchmark/conf/**/* in test resources for the benchmark module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290825 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18 17:41:33 +00:00
Dawid Weiss afe6b6983b LUCENE-3791: "ant eclipse" sets up default project formatting. No XML
formatter style to import anymore.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244704 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 20:47:00 +00:00
Robert Muir a5a0fd421e LUCENE-3768: fix typos in .alg files and test that all .alg files can be parsed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244509 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 14:46:05 +00:00
Ryan McKinley cea3acb111 LUCENE-3731: fix javadoc warnings, add uima to eclipse project
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244350 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 04:41:32 +00:00
Steven Rowe bade8e172b LUCENE-3731: Maven and IntelliJ IDEA configuration: fleshed these configurations out so they're functional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244275 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 23:38:03 +00:00
Steven Rowe d777ddbbae LUCENE-3762: Maven configuration: upgrade JUnit dependency version from 4.7 to 4.10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244266 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 23:15:47 +00:00
Tommaso Teofili d66d97790b [LUCENE-3731] - Creating the analysis-uima module for UIMA based tokenizers/analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244236 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 22:13:34 +00:00
Dawid Weiss 213ad3290a LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting
setUp/tearDown call chaining.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243863 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 10:27:16 +00:00
Steven Rowe dd13217dee IntelliJ IDEA configuration: include lucene/lib/ in the non-test classpath (in addition to the test classpath) for the IntelliJ (uber-)Lucene module, so that lucene/tools/**/LicenseCheckTask.java will compile.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243726 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 22:50:38 +00:00
Dawid Weiss 76c285b1d3 LUCENE-3775: A shell script to generate .gitignore from svn:ignore properties.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243467 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 10:27:44 +00:00
Steven Rowe 9cf7bc1c22 LUCENE-3753: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241598 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:30:33 +00:00
Steven Rowe 3c586fa3ea LUCENE-3753: IntelliJ IDEA configuration: make lucene module test configuration working directory be the IntelliJ build output directory for this module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241596 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:23:45 +00:00
Steven Rowe eb0ab3d392 LUCENE-3753: Restructure the Lucene build system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241588 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 19:59:05 +00:00
Steven Rowe 3309fe9b30 IntelliJ IDEA config: Moved kuromoji dependency from analysis-extras contrib module to where it belongs: the (core) solr module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239337 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 21:42:27 +00:00
Robert Muir 3d55e144ac SOLR-3056: support kuromoji in core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239117 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 13:01:44 +00:00
Steven Rowe 167982a5b4 LUCENE-3737: IntelliJ IDEA configuration: Fix module references in .idea/ant.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238671 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:44:39 +00:00
Steven Rowe 2d3d42f29b IntelliJ IDEA configuration: Alphabetize entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238670 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:42:50 +00:00
Steven Rowe aec9985944 IntelliJ IDEA configuration: removed obsolete Ant library
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238668 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:39:26 +00:00
Steven Rowe 3df14f6b1a SOLR-2358: Maven configuration: add new solr-noggit dependency to the solrj module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236855 13f79535-47bb-0310-9956-ffa450edef68
2012-01-27 19:37:52 +00:00
Mark Robert Miller 9fed484fb1 SOLR-2358: merge in solrcloud branch (watch out hudson!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235888 13f79535-47bb-0310-9956-ffa450edef68
2012-01-25 19:49:26 +00:00
Robert Muir e30eff30ed fix eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235790 13f79535-47bb-0310-9956-ffa450edef68
2012-01-25 14:59:42 +00:00
Jan Høydahl 8f550126f7 SOLR-2901: Upgrade Solr to Tika 1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235753 13f79535-47bb-0310-9956-ffa450edef68
2012-01-25 14:18:06 +00:00
Steven Rowe edd8b91895 LUCENE-3690: Maven configuration: Added test resources solr/core/src/test/**/* (except *.java) to the solr-core module, to allow LegacyHTMLStripCharFilterTest to find its test resource htmlStripReaderTest.html. (Jenkins builds were failing because of this.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234884 13f79535-47bb-0310-9956-ffa450edef68
2012-01-23 16:27:23 +00:00
Steven Rowe b383f4a044 Added a junit test scope dependency in the grandparent POM to work around a Maven 2.2.X bug in which transitive test dependency resolution omits junit as duplicate everywhere it occurs, resulting in the absence of the junit jar from the test classpath, and then test compilation failure. This manifested only in Solr's clustering contrib, but I'm putting it in the grandfather POM to insure it doesn't happen elsewhere. Under Maven 3.0.4, this behavior no longer occurs, so when we upgrade the minimum Maven version to 3.0.4+, the junit test scope dependency in the grandfather POM can be removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234219 13f79535-47bb-0310-9956-ffa450edef68
2012-01-21 00:31:03 +00:00
Steven Rowe e5e4434bdb Skip compile:test-compile under Maven 3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234197 13f79535-47bb-0310-9956-ffa450edef68
2012-01-20 23:05:12 +00:00
Steven Rowe 6a8fbf780e SOLR-3048: Fix incorrect test classpath order under the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233106 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 23:03:41 +00:00
Steven Rowe 961cc111a8 SOLR-3042: Fixed Maven Jetty plugin configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232527 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 18:35:50 +00:00
Steven Rowe 886ca6d94c IntelliJ IDEA configuration: Added *.dat to list of patterns of resources to copy to the compiler output directory; fixed typo in .idea/workspace.xml that misidentified the module for the kuromoji run configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232296 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 04:36:05 +00:00
Steven Rowe 9c628ea72b LUCENE-3305: Added IntelliJ IDEA configuration for the new Kuromoji analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230827 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 22:55:30 +00:00
Steven Rowe 813aaeccd8 LUCENE-3305: Maven configuration: Added dependency from Solr analysis-extras contrib on the new Kuromoji analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230825 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 22:39:32 +00:00
Steven Rowe 013bf4eba2 LUCENE-3305: Added Maven configuration for the new Kuromoji analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230803 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 21:55:51 +00:00
Robert Muir cd372bdc83 LUCENE-3305: add Kuromoji Japanese morphological analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230748 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 20:10:48 +00:00
Steven Rowe d44531d05f LUCENE-3634: Maven configuration: Added ICU dependency to benchmark module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227659 13f79535-47bb-0310-9956-ffa450edef68
2012-01-05 16:02:38 +00:00
Steven Rowe d4505e65e3 LUCENE-3634: IntelliJ IDEA configuration: Added ICU dependency to benchmark contrib.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227654 13f79535-47bb-0310-9956-ffa450edef68
2012-01-05 15:56:41 +00:00
Robert Muir a1a8eda2cd SOLR-2982: increase commons-codec version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225233 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28 16:59:19 +00:00
Robert Muir f3869ef3ce SOLR-2982: add Beider-Morse phonetic filter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225211 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28 16:00:52 +00:00
Steven Rowe a6702464b3 add resources directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1220589 13f79535-47bb-0310-9956-ffa450edef68
2011-12-19 02:00:28 +00:00
Robert Muir a55f511a77 LUCENE-3650: move o.a.l.index.codecs to o.a.l.codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1215245 13f79535-47bb-0310-9956-ffa450edef68
2011-12-16 19:03:12 +00:00
Steven Rowe b8834cda1b LUCENE-3617: Maven configuration: removed resource directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211202 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 22:09:09 +00:00
Robert Muir 52fb6a585a LUCENE-3617: move AppendingCodec to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1211182 13f79535-47bb-0310-9956-ffa450edef68
2011-12-06 21:39:48 +00:00
Yonik Seeley ab1b26f162 update noggit to r1209632
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209714 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02 21:53:23 +00:00
Koji Sekiguchi a1aefefdd9 SOLR-2922: Upgrade commons-io and commons-lang to 2.1 and 2.6, respectively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 16:46:22 +00:00
Chris M. Hostetter afc71a72a6 SOLR-2861: remove inadvertant & unneeded import statement from SolrCore, and revert r1197205 that enabled maven to compile with this mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208022 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 18:44:03 +00:00
Steven Rowe 0546719498 LUCENE-2621: remove instantiated contrib from IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1205064 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 16:26:29 +00:00
Steven Rowe 705175cdcb LUCENE-3490: Maven configuration: put lucene-test-framework before lucene-core in the test classpath, via dependency ordering, to allow test-only read/write PreFlexRWCodec to fulfill Lucene3x codec requests instead of lucene-core's read-only Lucene3xCodec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204732 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21 22:30:54 +00:00
Robert Muir baa92a6330 test javadocs in smoketester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204550 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21 15:45:07 +00:00
Robert Muir 4656dfdb1e also check that loops are working in release candidates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204520 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21 14:39:23 +00:00
Robert Muir abca92123b improve GPG checking to not emit bogus warning, and separately check trust
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1204498 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21 13:54:41 +00:00
Robert Muir 873f199924 LUCENE-2621: move TermVectors,FieldInfos,SegmentInfos to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1202842 13f79535-47bb-0310-9956-ffa450edef68
2011-11-16 19:09:35 +00:00
Steven Rowe 69be4f84c7 Fix IntelliJ configuration for solr langid contrib so that the pre-defined whole-module JUnit run configuration works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197997 13f79535-47bb-0310-9956-ffa450edef68
2011-11-05 17:39:24 +00:00
Steven Rowe b6ac4e451d LUCENE-3490: Maven configuration: remove superfluous lucene test framework dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197744 13f79535-47bb-0310-9956-ffa450edef68
2011-11-04 20:17:23 +00:00
Steven Rowe 3dbde146af LUCENE-3490: Maven configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197734 13f79535-47bb-0310-9956-ffa450edef68
2011-11-04 20:06:03 +00:00
Robert Muir fa6500fa6c LUCENE-3490: restructure codec hierarchy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197603 13f79535-47bb-0310-9956-ffa450edef68
2011-11-04 15:43:35 +00:00
Steven Rowe ab8f037d63 SOLR-2861: Maven configuration: added Eclipse JDT Core dependency to allow compilation to succeed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197205 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03 16:27:09 +00:00
Steven Rowe b51612848f SOLR-2849: Fix remaining dependencies in solr-core Maven POM.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197198 13f79535-47bb-0310-9956-ffa450edef68
2011-11-03 16:16:06 +00:00
Steven Rowe 51ac833e29 SOLR-2849: Fix dependencies in Maven POMs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1195705 13f79535-47bb-0310-9956-ffa450edef68
2011-10-31 22:23:01 +00:00
Steven Rowe ddf5806662 LUCENE-3545: Upgrade ASF parent POM, Maven Ant Tasks, and Maven plugins to the most recent versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1195315 13f79535-47bb-0310-9956-ffa450edef68
2011-10-31 02:46:51 +00:00
Robert Muir d5601eb371 SOLR-2276: Support for cologne phonetic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1195082 13f79535-47bb-0310-9956-ffa450edef68
2011-10-30 01:00:06 +00:00
Dawid Weiss 762811822a Correcting classpath for Eclipse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1190199 13f79535-47bb-0310-9956-ffa450edef68
2011-10-28 08:22:49 +00:00
Steven Rowe 39e6cfe173 IntelliJ IDEA configuration: Enable assertions by default in JUnit run configurations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189527 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 23:11:59 +00:00
Steven Rowe bbeea9cc17 SOLR-2588: Eclipse configuration: Remove obsolete solr/lib/ entries for velocity jars.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189507 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 22:29:26 +00:00
Steven Rowe d20be405bd SOLR-2588: added Maven configuration for the new Velocity contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189428 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 20:26:49 +00:00
Erik Hatcher 426bc2d0b6 SOLR-2588: Move VelocityResponseWriter back to contrib/velocity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189383 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 18:59:18 +00:00
Steven Rowe 4fb6e1156a fix copy-paste-o in program name in appassembler-maven-plugin configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188923 13f79535-47bb-0310-9956-ffa450edef68
2011-10-25 21:22:25 +00:00
Steven Rowe b8d95c3a9f Maven Surefire plugin configuration: allow Surefire to use up to 512MB memory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188735 13f79535-47bb-0310-9956-ffa450edef68
2011-10-25 15:45:42 +00:00
Steven Rowe 55eebdfdbf LUCENE-3521: Maven configuration: upgrade ICU4J dependency to v4.8.1.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188173 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24 15:32:31 +00:00
Martijn van Groningen 91c633c989 Added the langid libraries on the classpath for idea
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1187903 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 15:18:57 +00:00
Steven Rowe 32866e48bf SOLR-2839: Maven configuration: added support for new langdetect implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1186804 13f79535-47bb-0310-9956-ffa450edef68
2011-10-20 13:46:53 +00:00
Robert Muir 9d9e457bac SOLR-2839: add alternative language detection impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1184754 13f79535-47bb-0310-9956-ffa450edef68
2011-10-16 03:55:30 +00:00
Steven Rowe 4e20973301 LUCENE-3261: Maven configuration: added facet module dependency to the benchmark module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183436 13f79535-47bb-0310-9956-ffa450edef68
2011-10-14 17:21:57 +00:00
Steven Rowe b0c7a2bbee LUCENE-3261: IntelliJ IDEA configuration: added facet module dependency to the benchmark module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183427 13f79535-47bb-0310-9956-ffa450edef68
2011-10-14 17:09:10 +00:00
Steven Rowe cbde4e03e8 SOLR-1979: Added maven configuration for the new solr langid contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180726 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 21:59:09 +00:00
Steven Rowe bfb789b70f Brought IntelliJ IDEA configuration up-to-date: made 1.6 language level project-level - Solr specialization is no longer required; added solr langid contrib module; added *.mt to the compiler resource patterns; renamed solr contrib build dirs to be the same as the Ant locations (build/contrib/solr-*/)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180720 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 21:30:47 +00:00
Steven Rowe 037f85014b SOLR-2372: upgrade to tika v0.10 in maven configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180107 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07 17:16:03 +00:00
Steven Rowe c407fea2cd LUCENE-3483: add queries module dependency to the maven configuration for the grouping module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180105 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07 17:12:57 +00:00
Martijn van Groningen 70a7363fdb LUCENE-3483: Move Function grouping collectors from Solr to grouping module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1179808 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06 20:09:36 +00:00
Jan Høydahl be8d9c0903 SOLR-2372: Fixed dot.classpath for eclipse for new tika jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1179628 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06 13:57:22 +00:00
Jan Høydahl b7aee61754 SOLR-1979: Create LanguageIdentifierUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1179416 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05 20:21:59 +00:00
Steven Rowe c8b0eb8254 SOLR-2303: remove the last log4j vestiges
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1178950 13f79535-47bb-0310-9956-ffa450edef68
2011-10-04 21:02:55 +00:00
Doron Cohen e57f2ca698 LUCENE-3457: Upgrade commons-compress to 1.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175475 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 18:15:18 +00:00
Grant Ingersoll fca7eb820a LUCENE-3435: fix sort field calculation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171769 13f79535-47bb-0310-9956-ffa450edef68
2011-09-16 20:46:16 +00:00
Michael McCandless b25b42ae2c fail if api docs are missing from solr (this bit us in 3.4.0)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171167 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 16:36:09 +00:00
Grant Ingersoll 0d45fb20da LUCENE-3435: missed a multiply by 8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171076 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 12:30:15 +00:00
Steven Rowe 527bcf67b1 SOLR-2756: Maven configuration: Excluded transitive stax:stax-api dependency from org.codehaus.woodstox:wstx-asl dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170896 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 23:12:36 +00:00
Steven Rowe a08639d08d SOLR-2758: Moved ConcurrentLRUCache from o.a.s.common.util package in the solrj module to the o.a.s.util package in the Solr core module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170699 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 16:00:56 +00:00
Grant Ingersoll 31b0791a3e git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170601 13f79535-47bb-0310-9956-ffa450edef68 2011-09-14 13:22:46 +00:00
Grant Ingersoll bad36b681a LUCENE-3435: draft memory/size estimator for Lucene and Solr. YMMV
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170597 13f79535-47bb-0310-9956-ffa450edef68
2011-09-14 13:15:27 +00:00
Michael McCandless d6ab323d4e simple new python script to build lucene/solr release and push to staging_area on p.a.o
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170229 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 16:20:23 +00:00
Steven Rowe 283ba51e19 LUCENE-3381: intellij configuration: removed vestigial queries-contrib dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167577 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 18:12:41 +00:00
Michael McCandless 710e77f5f7 comment out debug print
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167267 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 16:05:11 +00:00
Steven Rowe 3615f59446 SOLR-2746: Upgraded UIMA dependencies in solr/contrib/uima/lib/ from *-2.3.1-SNAPSHOT.jar to *-2.3.1.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166702 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 14:13:17 +00:00
Steven Rowe d34db30601 LUCENE-3272: Maven configuration: sync queryparser module's dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166304 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 18:29:42 +00:00
Christopher John Male 7f90632562 LUCENE-3286: Consolidated XML QP into queryparser module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1165174 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05 05:53:28 +00:00
Koji Sekiguchi ce785bcce4 SOLR-2743: remove commons logging jar from contrib/extraction/lib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1164956 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 02:43:33 +00:00
Robert Muir ea9eae7abb update eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160239 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 12:37:13 +00:00
Steven Rowe 4d787d74ce LUCENE-3381: Maven configuration: added required jakarta-regexp dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160033 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 18:48:31 +00:00
Christopher John Male 993ce74121 LUCENE-3381: Sandboxed remaining contrib queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159846 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 04:57:58 +00:00
Steven Rowe 306b2ef2cc SOLR-2721: Maven configuration: Update ZooKeeper to latest bugfix release 3.3.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159749 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 19:14:26 +00:00
Christopher John Male 04bd9ae73a LUCENE-3286: Moved xml qp's demo into demo contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1159002 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 02:57:00 +00:00
Christopher John Male 4f2fc58301 LUCENE-3271: Moved 'good' queries into queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158997 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 02:36:32 +00:00
Steven Rowe 7c7326ef30 LUCENE-3378: Maven build config: stop building no-longer-necessary Lucene and analysis-common test jars; drop unnecessary test dependencies from contribs/modules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158947 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 22:26:43 +00:00
Steven Rowe 8203481079 LUCENE-3378: Maven build config: Include test-framework non-java files in Lucene's test resources, so that tests can find the europarl file now under test-framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158858 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 18:24:06 +00:00
Steven Rowe d45e49d2ee - Added Ryan McKinley's example POM snippet to the section about using the Jenkins-published nightly Maven snapshots
- Added David Smiley's source artifact installation cmdline to the example Maven commands section

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150940 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 22:28:15 +00:00
Steven Rowe 9772db3703 SOLR-2659: Moved src/test-files/** under src/test-files/<module-name>/** for all Solr modules except core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149600 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 13:24:17 +00:00
Steven Rowe 521af09c38 Fix working directories
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147650 13f79535-47bb-0310-9956-ffa450edef68
2011-07-17 15:15:36 +00:00
Steven Rowe 06891eec12 LUCENE-3323: changed JUnit CWD from test output directory to test/ under the build directory, to enable all tests to pass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147502 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 22:36:26 +00:00
Steven Rowe 28028c1488 Fixed build output destination to be solr/build/solr-idea/ instead of <root>/build/solr-idea/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147460 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 17:24:55 +00:00
Christopher John Male a684f6d497 LUCENE-3285: Moved flexible queryparser to queryparser module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146548 13f79535-47bb-0310-9956-ffa450edef68
2011-07-14 02:56:54 +00:00
Christopher John Male 6b700e1183 LUCENE-3271: Moved MoreLikeThis to queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146542 13f79535-47bb-0310-9956-ffa450edef68
2011-07-14 02:07:11 +00:00
Robert Muir 7bec24521d fix eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145837 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13 01:59:17 +00:00
Steven Rowe dcc4e12388 SOLR-2452: Patch hack script: Fixed 3 incorrect mappings from solr/src/...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145760 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12 20:43:36 +00:00
Steven Rowe fa8ee553e8 SOLR-2452: Added missing solr/contrib/dataimporthandler/ paths to the patch hacking script
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145548 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12 11:13:25 +00:00
Steven Rowe dbfd1c0483 SOLR-2452: Added patch hack script to dev-tools/scripts/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145540 13f79535-47bb-0310-9956-ffa450edef68
2011-07-12 10:58:34 +00:00
Steven Rowe 6ee4b29af6 LUCENE-3233: Update IntelliJ configuration to exclude obsolete wordnet contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145374 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 21:57:29 +00:00
Steven Rowe 58e1b5b95b LUCENE-3233: Update Maven configuration to exclude obsolete wordnet contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145373 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 21:57:06 +00:00
Robert Muir afc7501161 LUCENE-3233: fix eclipse classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145182 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 14:05:12 +00:00
Christopher John Male 5f30bedccc LUCENE-3283: Moved core QueryParsers to queryparser module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145016 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 03:37:00 +00:00
Steven Rowe 31602b986b SOLR-2452: added build/testOutputDirectory, even though solrj tests are not run under solrj module, because without it, 'mvn clean' deletes the whole module (solr/solrj/) in addition to the build directory solr/build/solr-solrj/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144903 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 16:53:49 +00:00
Steven Rowe 429093b236 SOLR-2452: Rewrote Solr build system (tighter integration with the Lucene build system) and restructured Solr internal and contrib modules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144761 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 23:01:53 +00:00
Steven Rowe 4505c08643 SOLR-2452: merged with trunk up r1144161; applied the svn movement script and the latest version of the post-svn-movement patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1144174 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08 06:41:23 +00:00
Dawid Weiss 2b2b97f25b Applied folder moves and renames before merge in SVN r1144174. 2016-01-23 01:17:32 +01:00
Dawid Weiss db22b4d1f7 Applied folder moves and renames before merge in SVN r1144174. 2016-01-23 01:17:07 +01:00
Christopher John Male 6890f6fbc9 LUCENE-3278: Renamed contrib/queryparser project to queryparser-contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143615 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 00:50:54 +00:00
Steven Rowe 9abc6a2912 SOLR-2452: Merged with trunk up to r1143468
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1143567 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 21:16:33 +00:00
Christopher John Male 36330b50b4 LUCENE-3274: Collapsed common module into lucene core util, removed module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143234 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 00:28:34 +00:00
Steven Rowe 470154ca59 LUCENE-3276: Add Maven build Solr core runtime dependency on wstx-asl stax parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143211 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05 22:01:50 +00:00
Steven Rowe a9ca8d5191 LUCENE-2341: Added Maven configuration for the new morfologik module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141800 13f79535-47bb-0310-9956-ffa450edef68
2011-07-01 05:10:44 +00:00
Steven Rowe 0a5db9f131 LUCENE-2341: Added IntelliJ IDEA configuration for the new morfologik module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141793 13f79535-47bb-0310-9956-ffa450edef68
2011-07-01 04:32:40 +00:00
Steven Rowe eefdc42de9 put back missing '+'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141701 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 20:21:18 +00:00
Steven Rowe 0267596873 LUCENE-3239: require Java 1.6 in the Maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141698 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 20:18:13 +00:00
Dawid Weiss 29b09032d3 LUCENE-2341: integrating morfologik (Polish stemming/ morphosyntactic dictionary) as an analysis module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141671 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 19:12:54 +00:00
Steven Rowe 842d97edac fixed parent pom relative path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141628 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 17:14:27 +00:00
Simon Willnauer 5ce2c2844a LUCENE-3239: Drop Java 5 support on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141489 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 11:40:55 +00:00
Steven Rowe 49661530e9 LUCENE-3171: Added Maven configuration for the new join module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141399 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:05:28 +00:00
Steven Rowe f69dedc1d2 LUCENE-3171: fix IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141371 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 03:09:26 +00:00
Steven Rowe 20312da0aa LUCENE-3079: fixed Maven build for new facet module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141336 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 23:55:02 +00:00
Steven Rowe 9852331d40 LUCENE-3079: finished IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141323 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 23:17:18 +00:00
Robert Muir 4291f52c70 LUCENE-3079: faceting module (port to trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141246 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 21:02:07 +00:00
Dawid Weiss f85c4e7c88 Reverting 1141022 (needs to wait for 1.6 support).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141032 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 10:00:36 +00:00
Dawid Weiss d188d3df90 LUCENE-2341: integrating morfologik (Polish stemming/ morphosyntactic dictionary) as an analysis module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141022 13f79535-47bb-0310-9956-ffa450edef68
2011-06-29 09:24:14 +00:00
Michael McCandless 5327a55ff7 also check all CHANGES.txt files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140836 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 20:51:05 +00:00
Steven Rowe 75d6001f0e SOLR-2452: merged with trunk up to r1140790
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1140809 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 19:42:31 +00:00
Steven Rowe 8e94c0c216 LUCENE-3240: fixed the maven build; added standard svn:ignore property value for modules/queries/ dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140697 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 16:05:51 +00:00
Christopher John Male 9e74a6a295 Fixed all IntelliJ project dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140408 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 02:52:53 +00:00
Christopher John Male b760a81471 LUCENE-3250: Removed wordnet and misc deps on analysis-common in idea and maven
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140401 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 02:22:34 +00:00
Christopher John Male b3f0ae9b7a LUCENE-3240: Moved FunctionQuery, ValueSource and DocValues to new queries module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140379 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 23:45:18 +00:00
Steven Rowe b929c65d15 LUCENE-3232: artifactId lucene-common -> lucene-common-module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140225 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 16:12:42 +00:00
Steven Rowe 3b2343b83d Missing slash in closing </dependency> tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139926 13f79535-47bb-0310-9956-ffa450edef68
2011-06-26 19:38:23 +00:00
Steven Rowe 68dc477537 LUCENE-3232: artifactId lucene-common -> lucene-common-module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139601 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 19:42:46 +00:00
Christopher John Male e8faa197c8 LUCENE-3232: Fixed missing maven dependency in common module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139471 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 00:23:58 +00:00
Christopher John Male 9bf4c3fd8f LUCENE-3232: Moved MutableValues to common module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139467 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 00:03:35 +00:00
Michael McCandless f5991e3de0 fix hardwired paths in release smoke tester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139054 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 20:09:11 +00:00
Steven Rowe 4c9c9259e8 SOLR-2452: Merged with trunk up to r1137125
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1137126 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 05:16:57 +00:00
Steven Rowe 2c3b410cd5 SOLR-2564: Maven build: add grouping module dependency to Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137124 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 05:02:06 +00:00