Commit Graph

7712 Commits

Author SHA1 Message Date
Chris M. Hostetter bbd02d1cf1 SOLR-1776: DismaxQParser and ExtendedDismaxQParser now use the schema.xml defaultSearchField as the default value for the qf param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915646 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 03:00:45 +00:00
Chris M. Hostetter d16fe2ecca fix testOldStyleDefaults so that it actually tests the old style defaults -- i broke it with a typo way back in r441175
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915641 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 02:12:55 +00:00
Chris M. Hostetter 83fc525d60 SOLR-1792: Documented peculiar behavior of TestHarness.LocalRequestFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915637 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 02:09:21 +00:00
Michael McCandless 4eef6adaaf LUCENE-2281: add doBeforeFlush; make both do{Before,After}Flush protected
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@915399 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 15:56:37 +00:00
Erik Hatcher 6619abe237 SOLR -> Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915035 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 19:45:51 +00:00
Yonik Seeley d951d9ddc9 upgrade to lucene 2.9.2 rc2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915024 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 19:20:58 +00:00
Michael McCandless 5a320d2c4b LUCENE-2275: don't get TermDocs/IndexSearcher when applying deletes unless we actually have terms & queries to delete
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912672 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 17:28:26 +00:00
Uwe Schindler a79929bc24 LUCENE-2190: Add testcase for rewrite. Also add missing annotation for other test added by Mike. CustomScore uses JUnit4, so @Test is needed. We should somehow customize LuceneTestCaseJ4 to emulate old behaviour, else we get lots of tests without annotation never ran.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912508 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 08:27:05 +00:00
Uwe Schindler ee36dda5e7 update release date
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912429 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 22:47:14 +00:00
Uwe Schindler 7b9c0f7969 LUCENE-2271: Fix javadocs of TopScoreDocCollector
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912407 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 21:25:21 +00:00
Uwe Schindler 75c4305fb3 new backwards rev
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912396 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 20:28:51 +00:00
Uwe Schindler 30b45bf592 LUCENE-2190: Added a new class CustomScoreProvider to function package that can be subclassed to provide custom scoring to CustomScoreQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912386 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 18:27:05 +00:00
Uwe Schindler 8b165b40b5 new bw rev
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912376 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 17:22:12 +00:00
Uwe Schindler 9c8b13a567 LUCENE-2274: Add support for uncaught exceptions in threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912372 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 17:16:19 +00:00
Robert Muir dd3960595f LUCENE-2254: fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912342 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 12:51:41 +00:00
Uwe Schindler 406eb802ab new backwards rev
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912337 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 12:01:02 +00:00
Robert Muir 2f1e68a298 don't hardcode the static default, restore in a try/finally instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912335 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 11:52:22 +00:00
Robert Muir cc19884a86 LUCENE-2269: don't download/extract 20,000 files for the quality test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912333 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 11:40:36 +00:00
Uwe Schindler 2fcaf1a8d7 Convert NumericRangeQuery tests to JUnit4 to make use of @BeforeClass and @AfterClass to enable cleanup of the static RamDir index
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912332 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 11:31:52 +00:00
Uwe Schindler f0c1d1c313 LUCENE-2273: add additional null check
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912331 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 11:20:33 +00:00
Uwe Schindler fbe34a8500 LUCENE-2273: Fixed bug in FieldCacheImpl.getCacheEntries() that used WeakHashMap incorrectly and lead to ConcurrentModificationException
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912330 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 11:16:42 +00:00
Robert Muir 0f99c02ee5 LUCENE-1844: speed up TestNorms
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912328 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 10:40:57 +00:00
Uwe Schindler 5e3019a53b also change LuceneTestCaseJ4
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912324 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 09:47:29 +00:00
Uwe Schindler de634b3526 Save/Restore BQ.maxCluseCount in LuceneTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912319 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 08:47:33 +00:00
Robert Muir fb789b04f4 don't fork for every junit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912313 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 07:45:04 +00:00
Robert Muir 7b06e1c5db LUCENE-2261: make TopTermsScoringBooleanRewrite's PQ size configurable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912311 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 07:27:46 +00:00
Robert Muir 349ca0943e LUCENE-2254: add support to quality pkg for any combination of (title,description,narrative)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912308 13f79535-47bb-0310-9956-ffa450edef68
2010-02-21 07:00:08 +00:00
Uwe Schindler 3abdb99087 add checksum message also in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912123 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20 14:40:38 +00:00
Yonik Seeley 34cc52645f docs: we don't want CHANGES entries for everything, including fixes to new features not yet released
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@912116 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20 14:16:01 +00:00
Uwe Schindler 0f42e34dcd LUCENE-2267: Add support for gpg signing to build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@912115 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20 14:04:01 +00:00
Yonik Seeley a0464f402f doc: warn about sorting by function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911877 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19 17:55:07 +00:00
Yonik Seeley e4d016cdbe use SortField hashCode/equals rather than implenenting it ourselves
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911872 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19 17:40:45 +00:00
Uwe Schindler 8012813045 LUCENE-2270: Fix issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@911724 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19 07:33:38 +00:00
Chris M. Hostetter 85d5802400 SOLR-1695: revert DocumentBuilder changes from r9112332 and r911228 and improve the existing error messages in UpdateHandler.getIndexedId instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911595 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 21:29:08 +00:00
Grant Ingersoll d5f6ae6095 SOLR-1779: handle all spaces between a comma properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911585 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 21:07:49 +00:00
Grant Ingersoll 74f73a3a71 SOLR-1779: handle all spaces between a comma properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911574 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 20:55:12 +00:00
Yonik Seeley c05170cecc move LUCENE-2270 description down to branch section
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@911568 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 20:49:29 +00:00
Yonik Seeley 44a38e9837 LUCENE-2270: fix query normalization when boosts of all clauses==0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@911554 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 20:25:48 +00:00
Grant Ingersoll 7bb906f020 SOLR-1779: how about a proper fix this time, as last fix didn't account for spaces
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911534 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 19:26:31 +00:00
Grant Ingersoll 06e20d9795 SOLR-1779: fix parsing for more than 2 dims
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911531 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 19:15:58 +00:00
Yonik Seeley 4cd6455a04 SOLR-1777: fix sortMissingLast, sortMissingFirst
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911245 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 01:46:51 +00:00
Chris M. Hostetter 95480576eb SOLR-1695: Added an earlier check for multiple values being used in the uniqueKey field - prior to this the only check was done in the UpdateHandler (IndexSchema logs an erro if the field is declared multiValued=true, but it's not considered fatal since it will still work as long as clients only send one value)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911232 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 00:02:49 +00:00
Chris M. Hostetter fb0ccdf724 SOLR-1695: Improved error message when adding a document that does not contain a value for the uniqueKey field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911228 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 23:52:38 +00:00
Chris M. Hostetter adadefd6f8 SOLR-1679: make SolrCore.execute pay attention to log level before building up big log message strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911216 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 23:09:12 +00:00
Shalin Shekhar Mangar d85bb64392 SOLR-1302 -- Fixing infinite norm calculation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911153 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 19:26:11 +00:00
Yonik Seeley f037de128c revert removal of xercesImpl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@911101 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 17:31:39 +00:00
Yonik Seeley 78a4c3d1b9 update tika version in main CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@910822 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 04:59:56 +00:00
Grant Ingersoll 5a93f98ada SOLR-1738: Upgrade to Tika 0.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@910806 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17 02:57:04 +00:00
Yonik Seeley a9c09f89a4 upgrade to lucene 2.9.2 rc1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@910306 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15 19:06:04 +00:00
Uwe Schindler 5abaff61fa LUCENE-2266: Fixed offset calculations in NGramTokenFilter and EdgeNGramTokenFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@910078 13f79535-47bb-0310-9956-ffa450edef68
2010-02-14 21:33:12 +00:00