Commit Graph

7633 Commits

Author SHA1 Message Date
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
Uwe Schindler 23aacd101f LUCENE-1941: Fix Min/MaxPayloadFunction returns 0 when only one payload is present
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@910034 13f79535-47bb-0310-9956-ffa450edef68
2010-02-14 16:44:46 +00:00
Mark Robert Miller 545c764e21 small comment fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@909843 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 16:28:18 +00:00
Mark Robert Miller 08ecae8c87 building a PayloadNearQuery with a PayloadTermQuery that takes its own function thats not used is kind of odd and confusing - switch to SpanTermQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909834 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 15:03:45 +00:00
Uwe Schindler edbff4fb67 Cleanup changes in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909828 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 14:14:55 +00:00
Uwe Schindler ed6594e4b1 More additions about 3.0.1-only fixes, fix Header line to be compliant with changes-perl script
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909800 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 12:10:46 +00:00
Uwe Schindler f43e47236f Bring changes in line for release of 2.9.2 and 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909796 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 11:32:20 +00:00
Chris M. Hostetter 87b0e274e1 SOLR-1771: Improved error message when StringIndex cannot be initialized for a function query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@909746 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 05:02:56 +00:00
Chris M. Hostetter 5bfe85082e SOLR-1579: fixes to xml escaping in stats.jsp (the fix commited as part of SOLR-1008 was incorrect)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@909705 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 03:28:07 +00:00
Robert Muir f2d37b2929 LUCENE-2080: add CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909398 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 13:31:24 +00:00
Michael McCandless 0dcbffdfe1 LUCENE-2259: fix new method (it's deleteUnusedFiles)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909378 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 12:13:18 +00:00
Uwe Schindler 11f6b9185e LUCENE-2260: Fix AttributeSource to not hold a strong reference to the Attribute/AttributeImpl classes which prevents unloading of custom attributes loaded by other classloaders. The same fix applies to VirtualMethod (3.1 only).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909360 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 11:20:35 +00:00
Michael McCandless 7efc00511e LUCENE-2209: add expert IndexWriter.removeUnusedFiles to force IW to retry deletion of files no longer used (only useful on windows)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909357 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 11:07:31 +00:00
Michael McCandless 5995714461 LUCENE-2257: improve max per-segment term count limit from ~2.1B to ~274B
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@909352 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12 10:56:21 +00:00
Robert Muir c0a1615db1 LUCENE-2080: deprecate LUCENE_CURRENT
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@908975 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11 13:58:22 +00:00
Uwe Schindler 8dbd6e2870 LUCENE-2248: Change core tests to use a global Version constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@908496 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 13:35:57 +00:00
Uwe Schindler 91ffd60a16 LUCENE-2258: Remove unneeded synchronization in FuzzyTermEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@908477 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 12:59:00 +00:00
Noble Paul 249be10000 SOLR-1767: dataimporter.functions.escapeSql() does not escape backslash character
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@908357 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 05:38:56 +00:00
Noble Paul 90135ac5ad * SOLR-1766: DIH with threads enabled doesn't respond to the abort command
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@908355 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10 05:27:00 +00:00
Mark Robert Miller 9bb44206b6 SOLR-1722: Allowing changing the "special" default core name, and as a default default core name, switch to using collection1 rather than DEFAULT_CORE
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@908197 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 20:14:31 +00:00
Noble Paul 3eb663ea10 SOLR-1757: DIH multithreading sometimes throws NPE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@907935 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 05:20:19 +00:00
Michael McCandless 0a07c2a1fd add assert to catch mismatched delete count on write; add detail to exception messages on corruption
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@907781 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08 20:31:25 +00:00
Koji Sekiguchi 1dd48e2a78 SOLR-1268: 1. eliminate hl.useHighlighter parameter. 2. introduce hl.useFastVectorHighlighter parameter. The default is false.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@907700 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08 15:46:15 +00:00
Noble Paul ce39a0b12f SOLR-1762: DateFormatTransformer does not work correctly with non-default locale dates
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@907562 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08 06:57:53 +00:00
Michael McCandless b4ac5029e0 remove some dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@907425 13f79535-47bb-0310-9956-ffa450edef68
2010-02-07 14:39:48 +00:00
Robert Muir a6b7c5552b LUCENE-2055: better snowball integration, deprecate buggy handcoded snowball impls, restructure lang support
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@907125 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 23:05:46 +00:00
Simon Willnauer 57d1387492 LUCENE-2245: Remaining contrib testcases should use Version based ctors instead of deprecated ones
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@907034 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 18:20:56 +00:00
Noble Paul 63754a9572 typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906924 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 12:43:11 +00:00
Noble Paul 351e18206e SOLR-1727 SolrEventListener should extend NamedListInitializedPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906923 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 12:42:38 +00:00
Noble Paul 72638ac32a SOLR-1759: $skipDoc was not working correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906906 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 11:50:37 +00:00