Commit Graph

113 Commits

Author SHA1 Message Date
Chris M. Hostetter 04609de9c7 SOLR-3323: make solr->lucene javadoc links relative by default for SNAPSHOT builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310062 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 20:46:11 +00:00
Chris M. Hostetter bb7bc2ff44 LUCENE-3945: use sha1 checksums to verify jars pulled from ivy match expectations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309503 13f79535-47bb-0310-9956-ffa450edef68
2012-04-04 17:53:32 +00:00
Steven Rowe c9393b9683 LUCENE-3944: Make the 'generate-maven-artifacts' target use filtered POMs placed under lucene/build/poms/, rather than in each module's base directory. The 'clean' target now removes them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309141 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 20:52:02 +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
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 ee7e14e5fd SOLR-3268: use sync for more safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305587 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 20:59:42 +00:00
Robert Muir 33d1d81d87 SOLR-3268: don't create indexes under core/src/test-files/solr/data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305579 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 20:53:33 +00:00
Tommaso Teofili a42dbcc647 [SOLR-3013] - adding analyzers-uima pathelement to fix error in javadocs generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1295501 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 10:32:15 +00:00
Uwe Schindler 6cc374ce92 Make clover output dir consistent with Lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1293778 13f79535-47bb-0310-9956-ffa450edef68
2012-02-26 08:40:07 +00:00
Steven Rowe d47f01c350 LUCENE-3754: Store generated archive manifests in per-module output directories - each artifact gets its own manifest file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244536 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15 15:30:53 +00:00
Dawid Weiss 087f1e3126 LUCENE-3774: Optimized and streamlined license and notice file validation
by refactoring the build task into an ANT task and modifying build scripts
to perform top-level checks. (Dawid Weiss, Steve Rowe, Robert Muir)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243527 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 14:12:59 +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
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
Yonik Seeley 4c078d97c9 build: make property for javac args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233010 13f79535-47bb-0310-9956-ffa450edef68
2012-01-18 19:28:39 +00:00
Robert Muir f5d1e967db LUCENE-3667: make tests reasonable if you dont have a supercomputer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1225920 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30 21:14:15 +00:00
Steven Rowe 4d901e9cd2 LUCENE-3228: Stop downloading external javadoc package-list files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210020 13f79535-47bb-0310-9956-ffa450edef68
2011-12-03 21:52:04 +00:00
Erik Hatcher ca77e0ad54 Add contrib/velocity to legal check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189931 13f79535-47bb-0310-9956-ffa450edef68
2011-10-27 18:51:54 +00:00
Steven Rowe c45396602a Remove unnecessary and failure-prone (Jenkins builds are failing because java.sun.com links regularly time out) ${javadoc.link} specialization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180484 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08 20:38:01 +00:00
Steven Rowe 0047a77f83 SOLR-2771: Solr modules' tests should not depend on solr-core test classes; move BufferingRequestProcessor from solr-core tests to test-framework so that the Solr Cell module can use it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172428 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 05:13:52 +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 2cbdee186a make sure build/META-INF/ directory exists prior to calling <jarify/>
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151981 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 19:33:56 +00:00
Steven Rowe 82c282d451 Make compile-test under solr/ compile all tests, including contribs'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151832 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 13:15:59 +00:00
Steven Rowe 23d22e4d47 LUCENE-3337: avoid building jar files unless necessary in build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151720 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 04:02:09 +00:00
Steven Rowe 6556cedcbb SOLR-2452: fix jar file name of a Solr-internal dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146894 13f79535-47bb-0310-9956-ffa450edef68
2011-07-14 21:02:51 +00:00
Steven Rowe 2c5adaaaf6 LUCENE-3274: removed common-module reference from lucene-jars-to-solr target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1146108 13f79535-47bb-0310-9956-ffa450edef68
2011-07-13 16:03: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 afda0fa29c SOLR-2452: Put back Solr-specific clover properties & targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144847 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 12:20:06 +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
Christopher John Male a3fc708e51 Added missing reference to queries module to lucene-prep-jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144582 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 03:19:25 +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
Steven Rowe 69009a84cb SOLR-2634: added maven repository password authentication to artifact deployment macros as an alternative to private key authentication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143878 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 15:18:02 +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 4683065f47 LUCENE-3228: Switch online javadoc links to a hopefully more reliable URL.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143133 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05 16:42:37 +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 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
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
Christopher John Male e3c74ec78b LUCENE-3232: New common module jar import correction
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139490 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 04:21:03 +00:00
Christopher John Male e846f760f8 LUCENE-3232: Bad dependency to common module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139479 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 02:07:26 +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
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
Martijn van Groningen d805da14c2 SOLR-2564: Integrating grouping module into Solr 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137037 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 21:25:59 +00:00
Uwe Schindler 4e46774b9b Make sure, Jenkins/Hudson can compile Solr Contrib classes+tests with Java 5, without running tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1136792 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 07:28:37 +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 e75ece66b8 SOLR-2590: updated link to Jenkins-built Lucene trunk javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135206 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 18:12:47 +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
Robert Muir 7f5305ecfc SOLR-2279: use Lucene's MockDirectoryWrapper in Solr tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130042 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 08:22:23 +00:00
Robert Muir c8101d708c LUCENE-3160: lucene source build doesn't work correctly by itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129445 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 00:08:14 +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
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