Commit Graph

3030 Commits

Author SHA1 Message Date
Chris M. Hostetter 6c10ee2c03 SOLR-1750: SystemInfoRequestHandler added for simpler programmatic access to info currently available from registry.jsp and stats.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@917812 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 00:01:30 +00:00
Koji Sekiguchi 6efeb6196f SOLR-1297: fix for more deep function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@917547 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 14:27:45 +00:00
Yonik Seeley 4aa3cad3ee docs: lucene 2.9.2 rc2 became official
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@916954 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 14:47:33 +00:00
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
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
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
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
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
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
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
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
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
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
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
Noble Paul c96611b8f1 SOLR-1736 In the slave , If 'mov'ing file does not succeed , copy the file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906905 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 11:44:10 +00:00
Koji Sekiguchi 000500e3e4 SOLR-1753: StatsComponent throws NPE when getting statistics for facets in distributed search
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906781 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05 02:49:48 +00:00
Mark Robert Miller 8d22659b57 SOLR-1756: The date.format setting causes ClassCastException when enabled and the config code that parses this setting does not properly use the same iterator instance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906556 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04 16:36:11 +00:00
Mark Robert Miller 9dc5d7edda put changes entry in wrong place last commit - move it
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906554 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04 16:30:37 +00:00
Mark Robert Miller db62a20003 SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers retrieved from ContentStreams are not closed in various places, resulting in file descriptor leaks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906553 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04 16:26:38 +00:00
Mark Robert Miller 1444299662 straighten out some whacky code
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@906086 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03 15:21:56 +00:00
Mark Robert Miller 58bbab2827 fix native lock doc wordage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@905435 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01 22:46:18 +00:00
Noble Paul 10a1942262 SOLR-1737 FieldStreamDataSource: A dataSource which can give out an InputStream from Field data
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@903966 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 06:14:47 +00:00
Chris M. Hostetter b574589726 clarify caveat about using native locks and point to wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@903523 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27 01:54:04 +00:00
Chris M. Hostetter 6b96f85072 missing CHANGES.txt entries for SOLR-1516 and SOLR-1592
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@903398 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26 20:21:09 +00:00
Yonik Seeley 05a802b3eb SOLR-1711: StreamingUpdateSolrServer race
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@903271 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26 15:33:26 +00:00
Erik Hatcher fcc5fed4e5 add lucid ref. guide image to site
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@902484 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 20:41:04 +00:00
Erik Hatcher da447b500b Add Lucid reference guide to site
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@902483 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 20:40:25 +00:00