Commit Graph

407 Commits

Author SHA1 Message Date
Grant Ingersoll 936c7b9456 fix typo in exception msg
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995242 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 20:39:55 +00:00
Yonik Seeley 5bb82c1670 SOLR-1665: remove DistributedDebugComponentTest, move debug tests to TestDistributedSearch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993599 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 04:16:05 +00:00
Yonik Seeley 63f331d880 SOLR-2107: MoreLikeThisHandler doesn't work with alternate qparsers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993576 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 01:40:26 +00:00
Yonik Seeley 50663b8570 SOLR-1665: fix MTL break
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993510 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 20:05:53 +00:00
Ryan McKinley 89c6fea889 typo 'shoudl' => 'should'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993267 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 08:01:30 +00:00
Robert Muir 999ad98ba6 LUCENE-2611: make test abstract, and name it *TestCase so ant won't execute it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993194 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 02:05:55 +00:00
Robert Muir 97719e8a4f LUCENE-2611: add a temporary workaround for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993106 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06 17:34:50 +00:00
Yonik Seeley 0a6fbd8336 SOLR-2100: fix saveCommitPoint, remove unneeded calls to saveCommitPoint
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993085 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06 16:26:05 +00:00
Koji Sekiguchi d9226b03c3 SOLR-2099: Add ability to throttle rsync based replication using rsync option --bwlimit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992913 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06 00:29:07 +00:00
Koji Sekiguchi e7d5b829c7 fix broken javadoc link to lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992692 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 22:33:21 +00:00
Robert Muir 175f026bbb add super.setup/teardown
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992623 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 15:13:05 +00:00
Robert Muir d735ea6e12 test class depended on the order of method execution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992469 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 21:09:44 +00:00
Robert Muir 4794d1eb63 LUCENE-2611: fix tests to run in IntelliJ, dont fork solr tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992424 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 19:14:03 +00:00
Yonik Seeley 495e614234 SOLR-2092: fix off-by-one in assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992410 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 18:41:10 +00:00
Yonik Seeley ccc91689b2 SOLR-2092: use native long PQ to order facet results
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992382 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 17:12:26 +00:00
Yonik Seeley 4e74f34002 docs: expand description of SOLR-2046
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992379 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 17:05:19 +00:00
Grant Ingersoll 34f0a6abe7 SOLR-1665: add distributed support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992128 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 21:59:19 +00:00
Koji Sekiguchi d97f1f25d6 SOLR-2013: Add mapping-FoldToASCII.txt to example conf directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@991191 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 13:52:09 +00:00
Grant Ingersoll 0bb2e73041 SOLR-1665: Add more control to debug via options for timings, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990577 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29 13:16:56 +00:00
Robert Muir 33cc5a041e SOLR-2059: Add types attribute to WordDelimiterFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990451 13f79535-47bb-0310-9956-ffa450edef68
2010-08-28 21:25:44 +00:00
Koji Sekiguchi eb899ea918 SOLR-1694: avoid printStackTrace()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990319 13f79535-47bb-0310-9956-ffa450edef68
2010-08-28 04:15:43 +00:00
Koji Sekiguchi beb35ff50c LUCENE-2626: FastVectorHighlighter: enable FragListBuilder and FragmentsBuilder to be set per-field override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990301 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 23:42:07 +00:00
Robert Muir bbfbc428ca SOLR-2034: switch JavaBin over to standard UTF-8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990180 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 15:40:17 +00:00
Yonik Seeley 949e1d7150 tests: make sure we don't over-match
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990177 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 15:37:08 +00:00
Yonik Seeley 5204bd9c42 SOLR-1316: update SuggesterTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990164 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 14:47:14 +00:00
Koji Sekiguchi 2c8219cf43 SOLR-2046: add common functions to scripts-util
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990160 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 14:10:11 +00:00
Yonik Seeley 44468e02bf SOLR-2089: fixed tests + exception when facet.offset is beyond queue size
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989950 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 22:05:26 +00:00
Yonik Seeley 2936c034f0 tests: move test for legacy facet sort into SimpleFacetsTest and remove solrconfig for it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989941 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 21:32:47 +00:00
Yonik Seeley e830a41b8c tests: update some test solrconfigs to latest luceneMatchVersion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989920 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 20:56:04 +00:00
Yonik Seeley 5935adb51f use latest luceneMatchVersion in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989914 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 20:19:43 +00:00
Grant Ingersoll 9104e8ba48 changed Grant Ingersoll to gsingers for consistency with other commits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989725 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 14:52:45 +00:00
Yonik Seeley b9ab49e695 SOLR-2089: correct test class name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989413 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 00:30:42 +00:00
Yonik Seeley 0b2ed22019 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989410 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 00:20:39 +00:00
Yonik Seeley 375afd1342 SOLR-2089: Faceting: order term ords before converting to values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989406 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 23:54:19 +00:00
Robert Muir 6e05f994b8 SOLR-2002: add -Dtests.iter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989321 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 19:45:22 +00:00
Robert Muir 66d7bb2f4d LUCENE-2619: improve test system (consistency of var names, args, sysprops passed to solr contribs, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988527 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 13:20:15 +00:00
Grant Ingersoll 323afbc399 SOLR-1804: clean up readme
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988477 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 10:55:14 +00:00
Ryan McKinley 4c3698858f SOLR-1694 -- use FieldCache value from one field to get the DocFreq for another field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988330 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 21:56:16 +00:00
Ryan McKinley c0f1509c1e ant task was deploying wrong version of noggit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988311 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 20:55:59 +00:00
Robert Muir 07df8d5210 LUCENE-2598: factor the behavior of MockRAMDirectory into MockDirectoryWrapper, add experimental -Dtests.directory= to allow running the tests under different directory impls [but the default is still RAMDirectory]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988206 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 17:00:43 +00:00
Grant Ingersoll 9b62d49e92 SOLR-1804: Re-integrated Carrot2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988129 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 14:24:00 +00:00
Andrzej Bialecki ad8bfb3bc4 SOLR-1316 Create autosuggest component.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988120 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 13:44:00 +00:00
Michael McCandless 6a4bfc796f LUCENE-2600: remove IR.isDeleted in favor of getDeletedDocs(); don't cache MultiBits in IR
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987961 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 23:37:23 +00:00
Yonik Seeley 1601382d0c SOLR-2062: Include noggit in set of deployed artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987938 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 18:28:11 +00:00
Yonik Seeley 2681ca2d67 tests: create multiple segments when testing grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987937 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 18:27:29 +00:00
Yonik Seeley 0a506c5cde SOLR-2062: Include noggit in set of deployed artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987907 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 14:03:39 +00:00
Yonik Seeley 0269c89b07 SOLR-1682: field collapsing / grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987690 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21 02:36:09 +00:00
Yonik Seeley 4796682de8 SOLR-1658: revert accidental changes to text field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987618 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 19:54:36 +00:00
Grant Ingersoll f566a7a158 use subant to build the upper pieces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987553 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 15:43:45 +00:00
Yonik Seeley c4539873b4 SOLR-2048: response testing with JSON
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987550 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 15:40:24 +00:00