Robert Muir
|
61954ca249
|
SOLR-2002: change tests from TestCase to LuceneTestCase for better coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983530 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-09 06:11:16 +00:00 |
Koji Sekiguchi
|
b4c599c77a
|
SOLR-2030: fix test code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983243 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-07 15:18:53 +00:00 |
Koji Sekiguchi
|
7b3d0d6b30
|
SOLR-2030: forgot to update test for FVH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983216 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-07 11:51:17 +00:00 |
Koji Sekiguchi
|
6fbdff181a
|
SOLR-2030: FVH uses SolrEncoder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983212 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-07 11:34:39 +00:00 |
Yonik Seeley
|
6da5460911
|
SOLR-2028: fix AutoCommitTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@982442 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-05 00:24:28 +00:00 |
Yonik Seeley
|
4d03fda0f9
|
SOLR-2021: add missing files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981983 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-03 17:38:51 +00:00 |
Koji Sekiguchi
|
ac95528aab
|
SOLR-2021: Add SolrEncoder plugin to Highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981936 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-03 15:45:07 +00:00 |
Yonik Seeley
|
daeafbacf2
|
SOLR-1469: fix TestReplicationHandler failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981690 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 21:33:19 +00:00 |
Robert Muir
|
b905aba624
|
SOLR-2011: change all uses of java.io.tmpdir -> TEMP_DIR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981650 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 18:24:32 +00:00 |
Robert Muir
|
cf46248d35
|
SOLR-2011: Solr tests now use a tempdir in build/ which is removed by 'ant clean', like lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981598 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 16:59:23 +00:00 |
Yonik Seeley
|
3885ed48ac
|
SOLR-1469: fix TestReplicationHandler failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981594 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 16:48:18 +00:00 |
Robert Muir
|
756fc04196
|
SOLR-2016: use tighter stemming for textTight
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981550 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 15:17:20 +00:00 |
Koji Sekiguchi
|
af4d6f1cd7
|
add @link in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981540 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 15:04:42 +00:00 |
Koji Sekiguchi
|
640672cb63
|
add @link in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981525 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 14:33:06 +00:00 |
Michael McCandless
|
83a36503b2
|
SOLR-2019: force Jetty to use insecure randomness source when running tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981265 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-01 16:38:27 +00:00 |
Yonik Seeley
|
99bcf03162
|
tests: remove retry loop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981245 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-01 15:29:09 +00:00 |
Yonik Seeley
|
8bfc318bbf
|
TestReplicationHandler - fix testReplicateAfterWrite2Slave by retrying commit also
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981068 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-31 15:42:07 +00:00 |
Mark Robert Miller
|
d57ef1cf1a
|
this is still somewhat brittle - try waiting for up to 3 seconds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980879 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 16:05:48 +00:00 |
Chris M. Hostetter
|
adaeb656c8
|
SOLR-1240: Added support for generalized Numerical Range faceting on any numeric (or date) field. Note: this required modifying ConvertedLegacyTest to deal with an expectation about how many fields a specific document has (there are more now because of a copyField i added to the schema)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980555 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-29 20:05:41 +00:00 |
Mark Robert Miller
|
67c66e136f
|
raise the retry count
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980447 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-29 13:36:30 +00:00 |
Mark Robert Miller
|
b3bb09bb8a
|
add another couple loops for this test to keep false failure from occurring
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980261 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-28 22:57:44 +00:00 |
Mark Robert Miller
|
f64f56f584
|
extend time a bit to prevent false test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980081 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-28 14:52:11 +00:00 |
Mark Robert Miller
|
41bb029ecf
|
retry to prevent false failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979951 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-28 05:27:03 +00:00 |
Yonik Seeley
|
6e30869fc9
|
SOLR-1925: CSVResponseWriter and commons-csv update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979807 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-27 19:06:39 +00:00 |
Mark Robert Miller
|
dbbf0489c0
|
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979305 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 14:26:48 +00:00 |
Koji Sekiguchi
|
071fdc3148
|
SOLR-1984: typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979302 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 14:21:47 +00:00 |
Uwe Schindler
|
6487d5caf2
|
remove empty file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979059 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-25 16:23:17 +00:00 |
Yonik Seeley
|
da7655c72a
|
SOLR-2015: add boolean attribute autoGeneratePhraseQueries to TextField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-25 15:13:05 +00:00 |
Robert Muir
|
a5430edf83
|
LUCENE-2458: revert r978898
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978900 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 16:56:27 +00:00 |
Yonik Seeley
|
68ce463907
|
LUCENE-2458: implement Uwe's suggestion for restoring Solr's default behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978898 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 16:49:18 +00:00 |
Robert Muir
|
249c678054
|
LUCENE-2458: revert r978879
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978891 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 16:22:51 +00:00 |
Yonik Seeley
|
b62cff9fc0
|
LUCENE-2458: keep Solr's default QP behavior wrt compound words and phrases
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@978879 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 14:38:58 +00:00 |
Grant Ingersoll
|
f18502ed41
|
SOLR-1568: moved DistanceUtils up one package, as it isn't tier specific
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965984 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 20:17:54 +00:00 |
Chris M. Hostetter
|
f521e84c5a
|
SOLR-2008: avoid possible RejectedExecutionException w/autoCommit by making SolreCore close the UpdateHandler before closing the SearchExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965938 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 18:06:39 +00:00 |
Robert Muir
|
cc5882ab75
|
LUCENE-2458: queryparser turns all CJK queries into phrase queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965585 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-19 18:58:30 +00:00 |
Robert Muir
|
7912d72cfe
|
convert some more tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965330 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-19 00:06:18 +00:00 |
Robert Muir
|
1f10f8ba7f
|
SOLR-2002: improve TestReplicationHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965327 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 23:58:48 +00:00 |
Robert Muir
|
898430be9b
|
SOLR-2002: add timeouts for this test in case the site is having problems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965230 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 14:09:06 +00:00 |
Robert Muir
|
bd1a237061
|
print exactly which files cant be removed (e.g. spellchecker/xyz.cfs) when cleaning up test temp data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965222 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 12:55:50 +00:00 |
Robert Muir
|
90ac856ea2
|
print a warning in this test if it cant clean up (rather than silently leaving trash)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964856 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:47:23 +00:00 |
Robert Muir
|
4c23e64c08
|
SOLR-2003: improve exception message for encoding errors (print filename, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964832 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 15:22:00 +00:00 |
Robert Muir
|
a803300431
|
remove dependency of test-core on build-contrib (only needed by redundant test code)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964753 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 11:00:04 +00:00 |
Robert Muir
|
67d2e87fee
|
SOLR-2003: report (throw exception) rather than replace charset errors in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964430 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 13:50:48 +00:00 |
Koji Sekiguchi
|
278448babc
|
SOLR-1995: Use proper format for SimpleDateFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964312 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 06:32:22 +00:00 |
Koji Sekiguchi
|
2fbf7ec677
|
SOLR-1791: Fix messed up core names on admin gui
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964306 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 05:37:27 +00:00 |
Robert Muir
|
3241eb9291
|
LUCENE-2503: add light stemmers for european languages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964019 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-14 12:10:34 +00:00 |
Robert Muir
|
d49603b939
|
quiet this loud test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963920 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-14 01:54:01 +00:00 |
Robert Muir
|
e6cc82f52c
|
fix this assertion, so the test isnt sensitive to the speed of your computer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963909 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-14 00:05:32 +00:00 |
Robert Muir
|
dace72be35
|
speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963906 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 23:41:57 +00:00 |
Robert Muir
|
76de9537b1
|
speed up test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@963888 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 22:31:49 +00:00 |