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
Steven Rowe
21a4f21b02
LUCENE-3211: Maven build: tests.luceneMatchVersion default -> LUCENE_CURRENT
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137116 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 02:35:51 +00:00
Martijn van Groningen
5083ab7e5d
Make Solr module depend on grouping module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137073 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 23:20:12 +00:00
Steven Rowe
4c6cc4ac18
Remove unused property
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136995 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 19:25:25 +00:00
Steven Rowe
6264baa060
SOLR-2452: merged with trunk up to r1136777
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1136783 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 06:10:05 +00:00
Steven Rowe
72d043e3ec
LUCENE-3204: Include maven-ant-tasks jar in the source tree and use this jar from generate-maven-artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135801 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 21:23:31 +00:00
Steven Rowe
31ae73d63b
Merged with trunk up to r1135758
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1135759 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 19:26:27 +00:00
Steven Rowe
d0e0dc3f6e
Added *.docx as a resource pattern (Solr Cell has a .docx test file)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135757 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 19:23:57 +00:00
Steven Rowe
0fc86fd59e
Added lucene/src/tools/java/ as a source directory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135756 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 19:22:54 +00:00
Steven Rowe
c98779dd12
SOLR-2452: merge with trunk up to r1134392
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1134403 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 18:17:44 +00:00
Steven Rowe
1216e243e4
Maven configuration: Removed Guava dependency from Solr core and added it where it is used: the Solr clustering contrib POM
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133570 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 21:49:43 +00:00
Steven Rowe
a74ac5b8f7
dropped unnecessary tests.linedocsfile sysprop setting from the lucene module test run configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132717 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 18:22:18 +00:00
Steven Rowe
39063eee73
SOLR-2452: merged with trunk up to r1132517
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1132518 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 03:58:37 +00:00
Steven Rowe
c670b76a32
LUCENE-3172: fix installation problems on lucene-misc OSGI bundle
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131492 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 20:58:29 +00:00
Steven Rowe
be0b3062a3
SOLR-2452: merged with trunk up to r1131485
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1131486 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 20:08:08 +00:00
Michael McCandless
144f209f49
LUCENE-3169: add basic release smoke tester
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131371 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 10:37:48 +00:00
Steven Rowe
15f017079b
switched from looking for a .tgz.asc file to a .zip.asc file, so that this script can be used with versions older than 3.2.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131314 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 05:03:18 +00:00
Steven Rowe
513113259a
switched from concurrent to serial link checking - LWP::Parallel::UserAgent is no longer necessary
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131312 13f79535-47bb-0310-9956-ffa450edef68
2011-06-04 04:47:43 +00:00
Steven Rowe
c1fe16763f
use the correct interval when sleeping...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131282 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 23:05:15 +00:00
Steven Rowe
d7315e5ada
reduce polling interval error
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131281 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 23:02:08 +00:00
Steven Rowe
5c4cf50847
last commit was the wrong version (older) - this is the right one
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131274 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 22:36:20 +00:00
Steven Rowe
64a1a701e7
set native eol style; print timestamps at each polling interval; remove -quiet option; improve polling interval timing accuracy
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131270 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 22:31:04 +00:00
Steven Rowe
18e1bee0de
Poll all Apache Mirrors instead of just the main backup Apache mirror
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131225 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 20:44:56 +00:00
Steven Rowe
8feab1f620
added comment describing turning off buffering of '.'s printed while you wait
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131074 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 15:28:35 +00:00
Steven Rowe
b1aa9f6d56
turn off buffering of '.'s printed while you wait
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131073 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 15:26:37 +00:00
Steven Rowe
ff838ec92f
.tar.gz -> .tgz for lucene release tarballs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131064 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 15:13:21 +00:00
Steven Rowe
6380bda06a
script to poll release mirrors
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131062 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 15:06:17 +00:00
Steven Rowe
4eeee5c147
SOLR-2452: merged with trunk up to r1130696; finished Solr contrib layout switch (src/main/java/ => src/java/, etc.) in the Maven, Eclipse, and IntelliJ configurations; restored two directories that were dropped as part of the layout switch: solr/contrib/dataimporthandler/src/main/webapp/ => src/webapp/, and solr/contrib/uima/src/main/resources => src/resources/; added jetty.insecurerandom sysprop setting to test-macro in lucene/common-build.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130815 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 21:15:00 +00:00
Steven Rowe
5d571565f5
Add static sysprops to Solr and Solr contribs' test run configurations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130811 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 20:57:49 +00:00
Steven Rowe
d2cc7f1330
LUCENE-3149: Switch ICU4J dependency to mavenized version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130718 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 18:42:26 +00:00
Yonik Seeley
5c68532ecc
dev-tools: fixup suggest module for idea
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130645 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 16:42:27 +00:00
Steven Rowe
31fca6e58b
LUCENE-3149: ICU4J jar version upgraded in Maven configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130529 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 13:02:49 +00:00
Robert Muir
5fff60467f
LUCENE-3149: upgrade icu to 4.8
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130439 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 08:58:34 +00:00
Steven Rowe
036078baea
SOLR-2452: merged with trunk up to r1130266. Removed duplicate solr-contrib-uptodate definition in solr/contrib/contrib-build.xml. Fixed directory glob in solr-contrib-uptodate target: .../src/main/java/ -> .../src/java/
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130331 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 22:37:09 +00:00
Ryan McKinley
914d18a2b5
LUCENE-1344 -- adding OSGi packaging to maven build script
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130150 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 13:40:50 +00:00
Steven Rowe
31c83c9d6f
SOLR-2452: Merged with trunk up to r1129202; standardized solr/contrib/* layouts.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1129205 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 14:51:25 +00:00
Steven Rowe
7f5843bc8e
LUCENE-2995: remove obsolete lucene-spellchecker module from Maven and IntelliJ IDEA configurations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128129 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 00:57:21 +00:00
Shai Erera
03df5817ea
LUCENE-3128: ant eclipse creates a .project for Eclipse integration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126884 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 06:05:30 +00:00
Steven Rowe
58d99f3415
LUCENE-2995: Update Maven configuration for the new Suggest module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126690 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 19:50:54 +00:00
Steven Rowe
571b682578
LUCENE-2995: Update IntelliJ IDEA configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126666 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 19:06:19 +00:00
Robert Muir
f5048293b5
LUCENE-2995: factor out a shared spellchecking module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126642 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 18:33:53 +00:00
Steven Rowe
a64aafadaf
SOLR-2452: Merged up to trunk r1126319.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1126320 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 05:20:32 +00:00
Steven Rowe
00c35bfec3
LUCENE-2981: Removed ant, bdb, bdb-je, lucli, and swing contribs from the Maven configuration.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126310 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 04:55:03 +00:00
Steven Rowe
b554dd1902
LUCENE-2981: Removed ant, bdb, bdb-je, lucli, and swing contribs from the IntelliJ IDEA configuration.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126307 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 04:30:59 +00:00
Robert Muir
d1219a5769
LUCENE-2981: review/remove unused/unsupported contribs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126280 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 00:10:44 +00:00
Steven Rowe
674feedec6
SOLR-2452: Merged up to trunk r1126232; adjusted solr/config/analysis-extras/ directory structure to match other solr contribs; updated configuration for maven and intellij idea.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1126234 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 21:45:19 +00:00
Steven Rowe
1a936ed69d
Add pattern to include solr/src/test-files/Top50KWiki.utf8 in resources copied to test classpath prior to testing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1126232 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 21:34:31 +00:00
Steven Rowe
91c74bb6e7
SOLR-2421: remove unnecessary dependency
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125567 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 20:55:31 +00:00
Stanisław Osiński
a49fccc4b3
SOLR-2448: Updating SimpleXML JAR to version 2.4.1 for consistency with the Maven dependency declaration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125526 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 19:39:42 +00:00
Robert Muir
558003d871
update eclipse classpath
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103979 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 01:27:39 +00:00
Stanisław Osiński
548806b7f7
SOLR-2448: Upgrade of Carrot2 to version 3.5.0 and a number of related clustering improvements (SOLR-2449, SOLR-2450, SOLR-2505)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103722 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 13:19:46 +00:00
Steven Rowe
d94c164ba3
SOLR-2518: override default grandparent POM's parent POM location to force download from the remote repository
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103390 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15 14:24:00 +00:00
Steven Rowe
46e85ef249
svn:eol-style -> native
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103175 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 18:13:39 +00:00
Steven Rowe
92e32ad179
svn:eol-style -> native
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103172 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 17:38:53 +00:00
Steven Rowe
dbcac4880c
LUCENE-1421: Update Maven configuration to support the new grouping module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103169 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 17:31:49 +00:00
Steven Rowe
8153b53c8b
LUCENE-1421: Update IntelliJ IDEA configuration to support the new grouping module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103140 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 15:41:42 +00:00
Robert Muir
ae413daeaa
update eclipse classpath
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103042 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 11:20:16 +00:00
Steven Rowe
b12ed71c4e
fix typo; add vertical whitespace between sections
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101084 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 16:09:28 +00:00
Steven Rowe
393239e06b
LUCENE-3081: Document Maven nightly builds, artifact generation, and using Maven to build Lucene/Solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101072 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09 15:45:27 +00:00
Steven Rowe
6af8928c95
Compilation of the Solr-core module under the Maven build has been broken since SOLR-2378 was committed on April 14th (the Google Guava dependency was declared with <scope>test</scope>, but SOLR-2378 uses it in non-test classes). The fix: remove the test scope declaration on the dependency, so that it is also a non-test dependency.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099865 13f79535-47bb-0310-9956-ffa450edef68
2011-05-05 16:32:50 +00:00
Steven Rowe
bde0e76eab
Fixed jar output directories, from David Smiley
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099620 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04 22:02:33 +00:00
Yonik Seeley
be2382efb7
SOLR-2495: json parser could hang on corrupted input and fail to detect long overflow
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1099582 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04 20:07:19 +00:00
Michael McCandless
cb3257aed3
LUCENE-3023: add Python script to diff two source trees
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098730 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02 18:53:40 +00:00
Steven Rowe
4ea675e29c
- Re-ordered module dependencies to be the last <orderEntry>s - modules that depend on other modules will otherwise refuse to compile under IntelliJ 10.0.3.
...
- Removed <orderEntry> for the now-nonexistent contrib/demo/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1089739 13f79535-47bb-0310-9956-ffa450edef68
2011-04-07 04:57:20 +00:00
Steven Rowe
7d236abb4e
Added Google Guava as a test dependency to Solr Core
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088065 13f79535-47bb-0310-9956-ffa450edef68
2011-04-02 17:00:39 +00:00
Steven Rowe
0c7a172d4f
SOLR-2061: Generate jar containing test classes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087722 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 14:41:09 +00:00
Robert Muir
dc58134cdc
SOLR-2452: commit my state
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1087603 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01 06:58:12 +00:00
Steven Rowe
fdf66a15b1
Fixed incorrect specification of testResource directory src/test-files/; added javax.servlet:servlet-api as a test dependency.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087414 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31 19:25:01 +00:00
Steven Rowe
2cb99bff3e
LUCENE-2609: Renamed the Lucene test-framework jar to 'lucene-test-framework-version.jar'; now including the test-framework javadoc jar in the binary packages; modified the Maven POMs to designate the test-framework artifacts as 'jar' packaging rather than 'test-jar' packaging - this changes the artifact classifiers to be the same as those of any other non-test module.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085581 13f79535-47bb-0310-9956-ffa450edef68
2011-03-25 22:11:27 +00:00
Steven Rowe
68ebd4392d
Removed from contrib/demo/lib/ in r1078463; now pulling from solr/lib/.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084836 13f79535-47bb-0310-9956-ffa450edef68
2011-03-24 04:06:21 +00:00
Doron Cohen
bb8e6ae846
LUCENE-2978: Upgrade benchmark's commons-compress from 1.0 to 1.1.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084210 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 15:08:29 +00:00
Yonik Seeley
1c0ff82ac1
LUCENE-2894: move prettify to lucene
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083991 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21 22:13:14 +00:00
Grant Ingersoll
8bee953057
LUCENE-2952: drop dev-tools dependency, move to test framework, split out checking to each area: lucene, modules, solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1083010 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 18:40:02 +00:00
Grant Ingersoll
f36c32405d
LUCENE-2952: hook in dependency checking for license, notice
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082535 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 15:34:21 +00:00
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
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
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
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
708d6fada1
Make the Maven build work even when the source is not under Subversion control
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079388 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 15:19:56 +00:00
Robert Muir
4797c55101
update eclipse classpath
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078501 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06 15:51:47 +00:00
Robert Muir
c80bad9f29
rename easymock.jar to easymock-2.2.jar so the version information is known
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1078471 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06 14:16:53 +00:00
Steven Rowe
a5a3afca64
Exclude v3.0.1 Lucene artifacts from build classpath for Solr Clustering contrib
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1075972 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 18:33:12 +00:00
Steven Rowe
3985b909e7
SOLR-2381: adjust maven POMs to use^Che new Jetty jars
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074796 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 05:33:31 +00:00
Robert Muir
7b7d144aec
SOLR-2381: use patched version of jetty with correct UTF-8 handling
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074726 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 22:42:32 +00:00
Steven Rowe
12c4c4e987
LUCENE-2611: switched the code style file from a manually configured global style to an already-setup per-project code style; adjusted code style continuation indents; added groovy code style support.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074130 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 13:02:44 +00:00
Steven Rowe
3f1e769798
SOLR-2365: remove DIH jar dependency from the Solr war POM
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072848 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 04:30:44 +00:00
Steven Rowe
f7b037d3cf
LUCENE-2923: Cleanup contrib/demo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072250 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 04:49:36 +00:00
Yonik Seeley
2493780acb
SOLR-2373: update to slf4j 1.6.1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071812 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 22:14:08 +00:00
Steven Rowe
8396617fb4
include RSLP stemmer grammar files in the build classpath, for the Galician and Portuguese stemmers in modules/analysis/common/
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071747 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17 18:52:56 +00:00
Steven Rowe
57956f0948
removed dependency on (no-longer-present) remote module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071067 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 21:14:54 +00:00
Steven Rowe
a82fa91d41
removed (non-existent) solrj dep
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1071066 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 21:14:18 +00:00
Steven Rowe
18944a28b5
javac should always use UTF-8 encoding
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070488 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 14:04:35 +00:00
Steven Rowe
52c2eb7c77
LUCENE-2609: queries contrib needs lucene test classes outside of test-framework
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067836 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 01:13:18 +00:00
Steven Rowe
8d7afc0d05
LUCENE-2609: phonetic module can depend only on lucene-test-framework rather than the full lucene-core tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067834 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 01:12:14 +00:00
Shai Erera
ece1524805
LUCENE-2609: Generate jar containing test classes (trunk)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067738 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 19:48:54 +00:00
Steven Rowe
5c1983b27b
Make the lucene module's run configuration appear on the list, and make it selected by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067566 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 01:16:15 +00:00
Koji Sekiguchi
a3dbc97978
LUCENE-2894: Use google-code-prettify for syntax highlighting in javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067551 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 23:36:32 +00:00
Steven Rowe
80d45a4ee3
LUCENE-1591: update maven poms for xercesImpl.jar revert
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065802 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 21:28:47 +00:00
Steven Rowe
7088a4d555
LUCENE-1591: Eclipse config update for xercesImpl.jar revert
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065787 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 21:16:39 +00:00
Shai Erera
b24a26b251
LUCENE-2609: Generate jar containing test classes (trunk)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1064068 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27 10:10:36 +00:00
Steven Rowe
1b44e0b9a5
added support for maven artifact generation of the new Solr UIMA contrib; the top-level get-maven-poms target now forces copying of all of the source pom.xml files, even if the source is not newer than the target files, so that version changes will always take effect when specified through the -Dversion ant cmdline option
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062936 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 19:33:14 +00:00
Steven Rowe
2ea5e65959
Added IntelliJ support for the new Solr UIMA contrib
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062817 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 15:02:31 +00:00
Robert Muir
6c05d94c93
SOLR-2129: Provide a Solr module for dynamic metadata extraction/indexing with Apache UIMA
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062604 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 01:58:00 +00:00
Steven Rowe
82640ec617
LUCENE-2657: switched POMs under dev-tools/maven/ to be POM templates, to allow for specification of the version as a system property on the command line.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062111 13f79535-47bb-0310-9956-ffa450edef68
2011-01-22 07:26:17 +00:00
Uwe Schindler
1b0bd50ae7
add codestyle for eclipse (it's no longer downloadable with wiki). Somebody more familar with eclipse should integrate it here :-)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062070 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 23:14:17 +00:00
Steven Rowe
74360c80f5
LUCENE-2657: Replace Maven POM templates with full POMs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061613 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 03:44:13 +00:00
Steven Rowe
1bb7cd93fa
LUCENE-2611: Added Copyright Plugin configuration for Apache Software License
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059199 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 23:02:14 +00:00
Robert Muir
6c9656b49b
update eclipse configuration for carrot2 upgrade
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057836 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11 20:20:10 +00:00
Steven Rowe
b36ad7b31b
LUCENE-2611: Added autolinkification for JIRA issues in log comments (thanks to David Smiley)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057023 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 20:42:16 +00:00
Steven Rowe
4dca51491c
Fix source directories in the IntelliJ IDEA configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056183 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 03:43:21 +00:00
Steven Rowe
650443ce4e
update intellij idea configuration to remove lucene/contrib/remote
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055474 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 14:49:26 +00:00
Doron Cohen
6dda353532
LUCENE-2837 fix also dot.classpath for eclipse.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055437 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 12:14:36 +00:00
Steven Rowe
1e1780b7ae
update intellij idea configuration for modules/benchmark
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055053 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 14:19:46 +00:00
Robert Muir
2c9eb33e1c
update eclipse classpath for modules/benchmark
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054998 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 12:42:58 +00:00
Steven Rowe
317d3abbbe
LUCENE-2611: When the CWD is solr/build/tests/, the hack in SolrTestCaseJ4.determineSourceHome() fails while running the Solr module tests because of classpath ordering: the CWD is checked first to locate the solr/conf/ dir; this succeeds, but the relative path used for the CWD excludes its ancestry, so the source home can't be navigated to without converting to absolute, which determinSourceHome() does not do.
...
This change works around the issue by making the CWD for the Solr module tests be solr/build/tests/solr/, which does not contain solr/conf/, so the remainder of the classpath is searched, and the absolute classpath element .../solr/build/tests/ allows the source home to be located.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054464 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 19:45:59 +00:00
Steven Rowe
c1c09c7776
LUCENE-2611: Re-sync IntelliJ config in dev-tools/idea/; Move both solr/src/test/test-files/ and solr/contrib/analysis-extras/src/test/test-files/ up one level; Set the IntelliJ Java language level on all Solr modules to 6.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054374 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:01:17 +00:00
Robert Muir
f627181f8c
LUCENE-2611: add eclipse setup (ant eclipse)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054172 13f79535-47bb-0310-9956-ffa450edef68
2010-12-31 21:08:18 +00:00
Steven Rowe
4ce982a287
LUCENE-2611: Added IntelliJ IDEA configuration files in dev-tools/idea/, installable via 'ant idea'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053988 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 19:49:51 +00:00