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 |