Commit Graph

8646 Commits

Author SHA1 Message Date
Yonik Seeley d7179da0b2 LUCENE-2504: fix FC.setNextReader ignores
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996021 13f79535-47bb-0310-9956-ffa450edef68
2010-09-11 00:14:17 +00:00
Michael McCandless 992f0027a0 LUCENE-2504: speed up sort-by-field by internal code specialization to the native array cases for packed ints
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995997 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 22:08:14 +00:00
Grant Ingersoll f6c0423c87 SOLR-2083: fix issue with misrreporting suggestions in distributed spell checking
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995964 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 20:24:41 +00:00
Robert Muir d38ec19a28 LUCENE-2639: remove random juggling in tests, add -Dtests.seed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995772 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 12:34:18 +00:00
Yonik Seeley aa3e1599e9 SOLR-2113: add TermQParserPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995607 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 23:14:01 +00:00
Yonik Seeley c6acdba4a2 SOLR-2110: make sure to quote keys that start with $
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995557 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 19:39:37 +00:00
Yonik Seeley 8f8132bdfc fix terms component for empty index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995533 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 18:36:18 +00:00
Michael McCandless 5bc959263b LUCENE-2633: fix int/long overflow issue in packed ints impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995409 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 12:52:45 +00:00
Robert Muir 5fd2316799 LUCENE-2637: FSDirectory.copyBytes isn't safe for SimpleFSDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995376 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 10:50:15 +00:00
Shai Erera 1fc5c8ee22 LUCENE-2636: Create ChainingCollector (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995375 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 10:49:52 +00:00
Yonik Seeley f60c6dab5b SOLR-2110: properly escape/encode local params in distrib faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995286 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 00:00:40 +00:00
Grant Ingersoll d105271ce9 these should have been deleted before
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995269 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 22:37:27 +00:00
Grant Ingersoll 77f39ebc0f SOLR-2114: fix parsing error in hsin function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995267 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 22:29:32 +00:00
Yonik Seeley 9dd3bebcfb SOLR-2110: remove restrictions on local param substitution
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995264 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 22:04:19 +00:00
Yonik Seeley 8b396e93ed SOLR-2111: improve facet exception handling, change exception return type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995253 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 21:07:13 +00:00
Michael McCandless 44f3a3bfe4 add new test for IndexOutput.copyBytes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995250 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 20:56:33 +00:00
Michael McCandless 4fb8c1b9f3 turn off IFD's verbose ref counts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995247 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 20:50:42 +00:00
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
Michael McCandless d0ae4d8260 LUCENE-2634: NRT reader's isCurrent should return false if changes were just committed in the writer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@994979 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 10:44:19 +00:00
Michael McCandless f4d567eb06 LUCENE-2635: fix BQ to not provide matching explanation if a required sub-clause has null scorer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@994976 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 10:33:38 +00:00
Michael McCandless 5d74641c6c add test verbosity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@994935 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 09:33:00 +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
Robert Muir a579dd7d56 fix bug in benchmark build: change a file in lucene, it doesnt know
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993408 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 16:04:54 +00:00
Michael McCandless a9429d0751 remove silly u from copyright header
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993325 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 12:25:32 +00:00
Michael McCandless 77830a0fc4 prevent false test failure in testThreadInterruptDeadlock: force ThreadInterruptedException to be loaded up-front
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993287 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 08:56:39 +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 aef725ae91 LUCENE-2611: ensure temp directories exist when running tests from an IDE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993199 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 02:51:47 +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
Michael McCandless 6ee1ac44ee LUCENE-2631: fix small perf issues with String/TermOrdValComparator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992571 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 09:49:18 +00:00
Michael McCandless 6c9af51a92 LUCENE-2598: more cutover to newDirectory(Random)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@992567 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 09:37:46 +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
Robert Muir cf162c2ed5 optimize surrogate case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@991608 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 17:20:57 +00:00
Michael McCandless 72cb709bd6 allow leading wildcard in contrib/benchmark's FileBasedQueryMaker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@991497 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 10:34:42 +00:00
Simon Willnauer 5fe8094027 LUCENE-2590: Enable access to the freq information in a Query's sub-scorers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@991310 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 19:50:12 +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
Robert Muir 912a6152a8 LUCENE-2629: fix analysis/icu's gennorm2 task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@991053 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 01:33:02 +00:00
Grant Ingersoll 86fbce2608 LUCENE-2272: fix payload near scoring/explain problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990939 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 20:58:47 +00:00
Michael McCandless 2f649441fb fix false random test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990854 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 16:42:38 +00:00