Timothy Potter
|
05ad610074
|
SOLR-3619: Rename 'example' dir to 'server'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635666 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-31 04:30:52 +00:00 |
Robert Muir
|
e22113b517
|
LUCENE-5858: add missing references to backward-codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621849 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-01 17:14:59 +00:00 |
Adrien Grand
|
09c2c4d0aa
|
LUCENE-5858: First iteration.
Tests pass but the rest (eg. javadocs) might be completely broken.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621751 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-01 11:37:03 +00:00 |
Uwe Schindler
|
903a7b40be
|
LUCENE-5898: Clean up build files version handling, fix bug with specification version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619832 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 15:15:37 +00:00 |
Ryan Ernst
|
73bb9c91d9
|
LUCENE-5850: Made Version handling more robust and extensible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618263 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 19:15:17 +00:00 |
Uwe Schindler
|
6254a72b5c
|
Minor improvements to other groovy scripts. Fix bug with missing <local/>
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617102 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-10 12:35:17 +00:00 |
Robert Muir
|
2080ddc885
|
LUCENE-5593: speed up javadocs generation in build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1614058 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-28 15:36:27 +00:00 |
Steven Rowe
|
a53c78d7ef
|
SOLR-5920: Distributed sort on DateField, BoolField and BCD{Int,Long,Str}Field returns string cast exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1582929 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 01:01:05 +00:00 |
Uwe Schindler
|
1fa4aeca6c
|
LUCENE-5463: Correct Solr forbidden checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571495 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 00:07:42 +00:00 |
Adrien Grand
|
f3af8c97be
|
LUCENE-5463: Unbreak forbidden APIs for Solr, remove broken RUE.sizeOf(String) and add new forbidden APIs to the Maven build.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571493 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 23:44:14 +00:00 |
Uwe Schindler
|
955282775c
|
SOLR-5764: Fix recently added tests to not use absolute paths to load test-files, use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce to not duplicate test resources and fix dependencies among them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570898 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 20:02:13 +00:00 |
Steven Rowe
|
114ce52b03
|
LUCENE-5465: Solr Contrib map-reduce breaks Manifest of all other JAR files by adding a broken Main-Class attribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570738 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 22:47:52 +00:00 |
Shalin Shekhar Mangar
|
64c394c714
|
SOLR-5378: lucene expressions module's lib directory is not necessary in solr.lucene.libs path
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545318 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 15:16:00 +00:00 |
Shalin Shekhar Mangar
|
7763793c55
|
SOLR-5378: A new SuggestComponent that fully utilizes the Lucene suggester module and adds pluggable dictionaries, payloads and better distributed support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544793 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-23 13:46:12 +00:00 |
Uwe Schindler
|
7315a90a7b
|
LUCENE-4753: Run forbidden-apis Ant task per module. This allows more improvements and prevents OOMs after the number of class files raised recently
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1540573 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-10 22:50:51 +00:00 |
Steven Rowe
|
9990a2eab9
|
LUCENE-5322: Clean up / simplify Maven-related Ant targets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1538144 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 05:04:19 +00:00 |
Steven Rowe
|
7dc46c9f2d
|
LUCENE-5273: Fix slowdown when running 'ant example': unless called from the 'create-package' target, the 'lucene-jars-to-solr' and 'module-jars-to-solr' targets no longer depend on '-unpack-lucene-tgz', pulling lucene-*.jar from lucene/build/*/ instead.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531750 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-13 21:04:31 +00:00 |
Steven Rowe
|
a1d0068a93
|
LUCENE-5273: Only unpack Lucene/Solr jars from binary distributions - other stuff not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531711 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-13 16:36:05 +00:00 |
Steven Rowe
|
6f06bb1708
|
LUCENE-5273: Binary artifacts in Lucene and Solr convenience binary distributions accompanying a release, including on Maven Central, should be identical across all distributions.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531354 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-11 16:58:36 +00:00 |
Steven Rowe
|
02d8e37328
|
LUCENE-5249: All Lucene/Solr modules should use the same dependency versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528215 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-01 21:01:12 +00:00 |
Uwe Schindler
|
5329cbdd3d
|
LUCENE-5213: Use <groovy/> instead <script/> ant task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1523214 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-14 11:19:33 +00:00 |
Shai Erera
|
99fdfb3d63
|
LUCENE-5193: add jar-src to build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1518972 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-30 14:06:22 +00:00 |
Yonik Seeley
|
f28864213f
|
SOLR-3076: block join parent and child queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513290 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 22:52:57 +00:00 |
Uwe Schindler
|
2734af0c56
|
SOLR-5022: Make it possible to disable HDFS tests on ANT command line (so ASF Jenkins can use it). Windows is disabled by default, too.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501278 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-09 14:08:48 +00:00 |
Mark Robert Miller
|
b9e1537a7e
|
SOLR-4916: Add support to write and read Solr index files and transaction log files to and from HDFS.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497072 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-26 20:18:33 +00:00 |
Uwe Schindler
|
8bf0797a22
|
LUCENE-4949: Make the version prefix ("SNAPSHOT") separately configurable to enable Jenkins use its BUILD_ID variable, cleanup code duplication
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470975 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-23 14:17:17 +00:00 |
Robert Muir
|
a6c5fe9f3a
|
SOLR-4677: Improve Solrs use of spec version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1466031 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-09 13:51:01 +00:00 |
Mark Robert Miller
|
612b179d09
|
SOLR-3706: Ship setup to log with log4j.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1461587 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-27 14:09:38 +00:00 |
Uwe Schindler
|
6231597974
|
LUCENE-4747: Move to Java 7 in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457734 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 12:28:52 +00:00 |
Robert Muir
|
abd85ff5a0
|
SOLR-3843: add lucene-codecs.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451542 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-01 09:41:03 +00:00 |
Steven Rowe
|
bf4e0ab18c
|
LUCENE-4758: 'ant jar', 'ant compile' and 'ant compile-test' should recurse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1443094 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-06 17:57:53 +00:00 |
Uwe Schindler
|
ec8e1b9cdd
|
LUCENE-4570: Use the Policeman Forbidden API checker, released separately from Lucene and downloaded via Ivy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442507 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-05 09:15:35 +00:00 |
Steven Rowe
|
56b62c1ddb
|
SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-12 17:51:57 +00:00 |
Uwe Schindler
|
4a8522eb2a
|
Better check Maven dependencies without using groovy and remove ANT duplication between Lucene + Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428229 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-03 09:18:17 +00:00 |
Uwe Schindler
|
652ea275d8
|
Apply stricter checks on maven dependencies to fail if a different Lucene version is imported as transitive dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428110 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-02 23:29:45 +00:00 |
Uwe Schindler
|
fe3892f65e
|
Fix: Pass all props and refs down on antcall delegation...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415787 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 18:53:23 +00:00 |
Uwe Schindler
|
fdb070314f
|
Re-enable Solr tests on Linux and Windows Jenkins. !!! Hack !!!: Disable *all* of Solr on FreeBSD Jenkins (via sysprop)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415781 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 18:33:44 +00:00 |
Uwe Schindler
|
a3e03b78f3
|
LUCENE-4415: Port javascript in build files to Groovy (JSR-223)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388813 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-22 14:42:46 +00:00 |
Uwe Schindler
|
468a6650e7
|
Fix the llinter issue with absolute file names intermixed with url, failing to parse them as URLs (C:/path is treated as URL with schema C). Fix other properties to be absolute in common-build.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388449 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-21 12:12:09 +00:00 |
Uwe Schindler
|
75fda1c3c4
|
SOLR-3733: Fix the URL as sarowe suggested
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388214 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 20:59:43 +00:00 |
Uwe Schindler
|
8ad1d42b99
|
SOLR-3733: Only define the javadoc url if not already defined
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388212 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 20:53:31 +00:00 |
Uwe Schindler
|
1dfcd73616
|
SOLR-3733: Fix the Solr->Lucene Javadocs URL task to be easier and consistent if directory not yet exists
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388206 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 20:39:26 +00:00 |
Robert Muir
|
2aa725773f
|
SOLR-3733: add links (some broken ones in documentation-lint still, but in general working)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 16:15:10 +00:00 |
Uwe Schindler
|
7405b9772b
|
SOLR-3733: First version of patch (without Robert's changes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388082 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 15:37:42 +00:00 |
Robert Muir
|
ddda1b6089
|
SOLR-3686: fix solr/core and solr/solrj not to share a lib directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381792 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 22:47:01 +00:00 |
Steven Rowe
|
d3383239f8
|
LUCENE-4365: split maven modules into main/test sub-modules for the four modules with cyclic dependencies on the Lucene or Solr test-framework modules: lucene-core, lucene-codecs, solr-core, and solr-solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381779 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 22:17:03 +00:00 |
Robert Muir
|
a4cf4bd859
|
add validate-maven task to check maven dependencies, fix redundant dependencies in generate-maven-artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381602 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 13:53:35 +00:00 |
Steven Rowe
|
c8aa9c1f42
|
SOLR-2747: Added 'ant changes-to-html' to Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378452 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-29 06:26:02 +00:00 |
Chris M. Hostetter
|
769c9003cd
|
SOLR-3690: Fixed binary release packages to include dependencies needed for the solr-test-framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373553 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 18:30:04 +00:00 |
Uwe Schindler
|
5930b2db76
|
LUCENE-4187: Remove remaining clover reference
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1371843 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-10 23:33:04 +00:00 |