Ryan McKinley
|
7386b115af
|
SOLR-1298: Adding missing CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133512 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 18:59:46 +00:00 |
Ryan McKinley
|
077cc43fe9
|
SOLR-2444, SOLR-705 -- Updating Transformers to use LocalParam syntax (surrounded by [ ])
adding SHARD_URL as a parameter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133505 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 18:47:02 +00:00 |
Ryan McKinley
|
8f45f3218b
|
Make JettySolrRunner run of port 8983
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133504 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 18:43:15 +00:00 |
Robert Muir
|
50a474b6b6
|
SOLR-2567: change solr default to TieredMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133486 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 17:59:53 +00:00 |
Yonik Seeley
|
d8928bb3c7
|
SOLR-2444: implement parsing only of augmenters (localParams syntax but using [])
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133457 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 16:34:33 +00:00 |
Robert Muir
|
e934e3849f
|
LUCENE-3176: checkindex/close ourselves for safety and to support tests.iter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133385 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 13:08:00 +00:00 |
Robert Muir
|
8df95b97ef
|
LUCENE-3176: fix getTempDir to actually return a unique new temp directory (not something based on LTC's seed)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133383 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 13:04:24 +00:00 |
Michael McCandless
|
050a2eba3b
|
fix test to detect Throwable not just Exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 10:32:45 +00:00 |
Robert Muir
|
975e125085
|
SOLR-2576: add deprecation note to 3.x section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133189 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 23:00:12 +00:00 |
Robert Muir
|
5a1e1bf4c8
|
SOLR-2576: DirectSolrSpellChecker was not returning freq info for the original token
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133187 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 22:48:41 +00:00 |
Yonik Seeley
|
aa92c15202
|
build: prevent empty directory in git checkout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133136 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 19:30:46 +00:00 |
Robert Muir
|
5cc571ad3f
|
SOLR-2491: support spellcheck collation w/ grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133043 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 15:16:10 +00:00 |
Michael McCandless
|
3d9e264b56
|
fix redundant cast compilation warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133021 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 14:13:48 +00:00 |
Robert Muir
|
3814a02265
|
LUCENE-1736: suppress compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133012 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 13:55:17 +00:00 |
Robert Muir
|
239279b7d8
|
LUCENE-3175: speed up core tests (more fixes to super-slow tests)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132969 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 12:16:54 +00:00 |
Robert Muir
|
13156d5bd4
|
SOLR-2571: str->int in DirectSolrSpellChecker example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132859 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 03:20:54 +00:00 |
Robert Muir
|
6b6e5e6553
|
SOLR-2571: Fix DirectSolrSpellchecker's numeric params to use numeric types, add example and test for thresholdTokenFrequency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132855 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-07 02:38:42 +00:00 |
Ryan McKinley
|
d280169fef
|
SOLR-2399: Solr Admin Interface, reworked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132826 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 22:54:05 +00:00 |
Steven Rowe
|
31479ab48c
|
LUCENE-1736: DateTools.java general improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132806 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 22:21:27 +00:00 |
Steven Rowe
|
2d56e6a05c
|
Inserted space after [-t] in cmdline usage message to make it clear that there should be a space after the "-t" if it is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132795 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 21:54:00 +00:00 |
Robert Muir
|
bdee0a9764
|
SOLR-2462: use of spellcheck.collate could result in extremely high memory usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132729 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 19:14:48 +00:00 |
Ryan McKinley
|
63083944b1
|
SOLR-2399: fix stopwords and added field sorting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132724 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 18:37:56 +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 |
Michael McCandless
|
2e57b61092
|
LUCENE-2645: add David to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132689 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 16:06:07 +00:00 |
Robert Muir
|
a385b7b5c9
|
fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132620 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 13:01:03 +00:00 |
Michael McCandless
|
205e63ab7d
|
fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132583 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 10:37:15 +00:00 |
Michael McCandless
|
56179f0fc3
|
fix jdoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132582 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 10:36:02 +00:00 |
Robert Muir
|
923dbd6e64
|
LUCENE-3175: speed up core tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132517 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 03:40:53 +00:00 |
Ryan McKinley
|
2b6e09ff3f
|
SOLR-2399: make fluid layout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132475 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-05 18:35:06 +00:00 |
Michael McCandless
|
dfc834423e
|
add -Dtests.nightly=true to failure repro line
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132391 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-05 12:50:15 +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 |
Michael McCandless
|
0f91b38fae
|
LUCENE-3129: fix false TestGrouping failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131401 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-04 13:58:37 +00:00 |
Michael McCandless
|
17d62eeaef
|
LUCENE-2645: fix false assert trip
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131395 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-04 13:36:37 +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 |
Yonik Seeley
|
1da4ffee6e
|
SOLR-2136: function queries - add bool type and functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131228 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 20:48:47 +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 |
Ryan McKinley
|
582ba3830f
|
SOLR-2399: Solr Admin Interface, reworked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131168 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 20:01:33 +00:00 |
Michael McCandless
|
01c8469ab3
|
LUCENE-3129: BlockGroupingCollector wasn't tracking scores correctly; fang'd up TestGrouping to reveal the bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131158 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 19:31:51 +00:00 |
Michael McCandless
|
27d8311ffc
|
rename to test to match the class it's testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131150 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 19:17:40 +00:00 |
Ryan McKinley
|
0c25f24550
|
SOLR-2399: Solr Admin Interface, reworked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131137 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 18:51:37 +00:00 |
Simon Willnauer
|
ac2c62554d
|
LUCENE-3168: Enable Throttling only during nightly builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131085 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-03 16:12:10 +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 |