Michael McCandless
|
29a3b35135
|
LUCENE-3030: add missing CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382140 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 20:00:31 +00:00 |
Steven Rowe
|
d996a35681
|
LUCENE-4365: Upgrade maven-install-plugin to just-released v2.4, to enable skipping installation of artifacts from modules solr-core-tests and solr-solrj-tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1382023 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 13:40:48 +00:00 |
Robert Muir
|
c1a5bef466
|
remove unnecessary dependencies: these are in solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381837 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 01:12:14 +00:00 |
Robert Muir
|
8eb52eb9ab
|
SOLR-3686: clean this up for consistency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381835 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 00:59:22 +00:00 |
Robert Muir
|
8a72b10926
|
SOLR-3686: compile solrj/src/java only with its correct dependencies (tests still have the same classpath as before)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381834 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 00:57:24 +00:00 |
Robert Muir
|
f7e7097edd
|
eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 00:10:20 +00:00 |
Robert Muir
|
54fbd108b0
|
fix eclipse .classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381795 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 23:06:53 +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 |
Robert Muir
|
25fe03ae90
|
fix smoketester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381790 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 22:45:52 +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
|
cdeb0bf933
|
fix more broken unicode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381714 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 18:43:15 +00:00 |
Robert Muir
|
ab7d8397ef
|
fix broken unicode in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381711 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 18:37:38 +00:00 |
Michael McCandless
|
bcef091d82
|
LUCENE-4335: checkout Moman under build dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381701 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 18:06:04 +00:00 |
Uwe Schindler
|
29793bc97f
|
Add nightly maven build&check task (more will come later!), also remove duplicate dependencies. The validate task now only runs from root
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381689 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 17:39:06 +00:00 |
Chris M. Hostetter
|
2a6f2c7cbb
|
SOLR-3795: Fixed LukeRequestHandler response to correctly return field name strings in copyDests and copySources arrays
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381685 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 17:22:48 +00:00 |
Stefan Matheis
|
a778718872
|
SOLR-3679: admin ui shows error message if creating a new core fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381655 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 16:03:18 +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 |
Robert Muir
|
fa731ef7e3
|
LUCENE-4196: hard check not assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381589 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 13:11:36 +00:00 |
Yonik Seeley
|
77d5fba68f
|
SOLR-3793: use livedocs when caching big terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381568 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 12:11:41 +00:00 |
Stefan Matheis
|
b87f664ba2
|
SOLR-3668: fix changes entry, it's a bugfix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381523 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 08:29:34 +00:00 |
Stefan Matheis
|
7626f1cda2
|
SOLR-3668: fix handling of custom parameters for dataimport on admin ui
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381518 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 08:24:46 +00:00 |
Adrien Grand
|
2067ce946c
|
LUCENE-4340: fix compilation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381512 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 08:16:15 +00:00 |
Adrien Grand
|
3f9aa4dcbb
|
LUCENE-4340: Move bloom PF utilities to lucene/codecs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381504 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 08:02:36 +00:00 |
Stefan Matheis
|
db6badeb11
|
SOLR-3597: admin ui using less whitespace at the top
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381494 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 07:42:24 +00:00 |
Koji Sekiguchi
|
c71800de26
|
SOLR-3790: ConcurrentModificationException could be thrown when using hl.fl=*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381490 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-06 07:33:16 +00:00 |
David Wayne Smiley
|
1dd8b97096
|
LUCENE-4351 update eclipse for spatial4j 0.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381279 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 18:15:33 +00:00 |
David Wayne Smiley
|
1b7e2c4ee2
|
LUCENE-4351 update sha1 hashes for spatial4j 0.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381258 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 17:22:32 +00:00 |
David Wayne Smiley
|
9588c48faf
|
LUCENE-4351 ignore this test until I figure out why it failed (as reported by Jenkins)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381234 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 16:24:52 +00:00 |
David Wayne Smiley
|
1db287ce64
|
LUCENE-4351 update to Spatial4j 0.3. Lucene spatial distances are now all degrees based (0-180). Also, improved TestRecursivePrefixTreeStrategy.geohashRecursiveRandom() to use circle index clusters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381230 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 15:37:11 +00:00 |
Michael McCandless
|
3138115587
|
test: do our own rough RAM accounting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381207 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 14:47:01 +00:00 |
Michael McCandless
|
5d211a7b5d
|
don't use private class in API signature
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381170 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:26:02 +00:00 |
Robert Muir
|
32fe9435f8
|
enforce javadocs on all codecs/ classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381168 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:25:29 +00:00 |
Robert Muir
|
260d8fd3f5
|
fix most broken javadocs links, compilation dependencies: link test-framework javadocs to .codecs, remove duplicate package (put all blockterms stuff in .blockterms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381163 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 13:16:12 +00:00 |
Robert Muir
|
d30f7cd380
|
set eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381156 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 12:21:59 +00:00 |
Dawid Weiss
|
7c4ce14e7f
|
Update missing SHA files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381139 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 11:01:22 +00:00 |
Adrien Grand
|
86458ad982
|
Add missing svn:eol props.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381128 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 10:22:37 +00:00 |
Dawid Weiss
|
b3c300709c
|
LUCENE-4360: Support running the same test suite multiple times in parallel.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381123 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 10:05:44 +00:00 |
Adrien Grand
|
f00b65a4af
|
LUCENE-4340: Add lucene/codecs to lucene/core test classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381086 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 09:07:38 +00:00 |
Adrien Grand
|
257db54ab0
|
LUCENE-4340: move non-default codec, postings format and terms dictionary implementations to lucene/codecs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381071 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 08:44:11 +00:00 |
Greg Bowyer
|
c453aec3f8
|
Tighten parts of the security policy for tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381047 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 07:48:00 +00:00 |
Sami Siren
|
29012070bf
|
SOLR-3789: Fix bug in SnapPuller that caused 'internal' compression to fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381043 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 07:33:07 +00:00 |
Steven Rowe
|
21a9087986
|
LUCENE-4358: Maven configuration: revert removal of Apache snapshot repo declaration in the grandparent POM, and add a clause to disable snapshots.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380993 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 05:09:26 +00:00 |
Mark Robert Miller
|
678e35aa58
|
SOLR-3782: A leader going down while updates are coming in can cause shard inconsistency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380974 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 04:03:55 +00:00 |
Robert Muir
|
99c26e9955
|
LUCENE-4357: icu tools/ use forbidden apis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380967 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:41:08 +00:00 |
Robert Muir
|
e96e4a62ef
|
LUCENE-4361: prioritize test-classes first (for things like preflex-rw)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380964 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:34:46 +00:00 |
Robert Muir
|
4c5696217e
|
LUCENE-4361: fix broken classpaths in solr-dataimporthandler-extras
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380960 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 03:31:41 +00:00 |
Greg Bowyer
|
9b049b0dbd
|
LUCENE-4332: Integrate PiTest mutation coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380938 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 23:54:13 +00:00 |
Robert Muir
|
6bfbc40a35
|
LUCENE-4354: fix maven dependencies to be consistent with binary package (selckin's patch)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380899 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 21:35:34 +00:00 |
Robert Muir
|
4886491909
|
LUCENE-4359: allow docvalues to be unstored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380824 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 19:33:37 +00:00 |
Robert Muir
|
8ff108e41d
|
LUCENE-4218: restore stringValue for numeric fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-04 19:01:04 +00:00 |