Commit Graph

1784 Commits

Author SHA1 Message Date
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 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
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
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
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 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 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 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
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 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
Chris M. Hostetter 79df1c1618 SOLR-1553: edismax improvements -- pf param is now backcompat with dismax; pf and pf3 logic was refactored to reduce code; added pf2 which does what pf did in the first itertion of edismax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@901342 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 19:24:30 +00:00
Noble Paul f287643688 SOLR-1717 SolrHighlighter#fragmenter, formatter etc do not need synchronization
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@900680 13f79535-47bb-0310-9956-ffa450edef68
2010-01-19 07:03:22 +00:00
Noble Paul 2f81c73035 SOLR-1696 : Deprecate old <highlighting> syntax and move configuration to HighlightComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@899572 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15 09:43:50 +00:00
Ryan McKinley 306ca9f86b SOLR-1602 -- replacing FQN with solr.XXWriter in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898346 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 14:50:08 +00:00
Erik Hatcher dcccf06f80 Make comment class-level publically visible
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898331 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 14:06:44 +00:00
Noble Paul 6b024f5f8b SOLR-1602 . The period was missing from package name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898304 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 12:28:53 +00:00
Ryan McKinley c66a2853bb SOLR-1602 -- adding deprecated classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898173 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 03:45:21 +00:00
Ryan McKinley c9fbd0e2d8 SOLR-1602 - move XMLWriter to response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898157 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 02:35:34 +00:00
Ryan McKinley 6f278e589f SOLR-1602 -- step 1. Adding new 'response' package and refactoring all response things to this package. NOTE, this will break back-compatibility depricated versions of the moved 1.4 files are added back.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898152 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 02:19:56 +00:00
Chris M. Hostetter fd6a62e6dd SOLR-1590: Javadoc for XMLWriter#startTag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898127 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 00:11:23 +00:00
Chris M. Hostetter 36249c7416 SOLR-1588: Removed some very old dead code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898124 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 00:03:03 +00:00
Chris M. Hostetter 42e8d5c2c7 SOLR-1538: Reordering of object allocations in ConcurrentLRUCache to eliminate (an extremeely small) potential for deadlock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898119 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11 23:50:01 +00:00
Yonik Seeley 10ce9576e3 try removing to get patch to work
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898060 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11 20:53:28 +00:00
Yonik Seeley d4b18fa9c5 tabs begone
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897662 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10 17:20:36 +00:00
Koji Sekiguchi 2df8e5d5f5 SOLR-1268: ignore undefined field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897611 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10 10:29:08 +00:00
Koji Sekiguchi f6d7daf239 SOLR-1268: Incorporate FastVectorHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897383 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09 04:57:20 +00:00
Koji Sekiguchi bfbcc89705 fix svn properties in core package
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897366 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09 01:50:48 +00:00
Koji Sekiguchi f325bcd692 SOLR-1653: PatternReplaceCharFilter should receive a Pattern object instead of pattern String
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@897357 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09 00:45:45 +00:00
Noble Paul 6292fe589c added an extra getChild() method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896380 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 10:49:00 +00:00
Noble Paul 6331869d2f removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896042 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 14:03:36 +00:00
Noble Paul ca76f3b50c SOLR-1697 PluginInfo should load plugins w/o class attribute also
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895909 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 05:38:27 +00:00
Grant Ingersoll fc9a0a78c9 some useful constants
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895750 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 19:29:41 +00:00
Grant Ingersoll 33df44a6ef SOLR-1302: some slight refactoring for more reusable distance calculations
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895701 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 16:59:56 +00:00
Grant Ingersoll 23216e7844 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895662 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 15:27:27 +00:00
Grant Ingersoll 5838738379 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895660 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 15:27:06 +00:00
Yonik Seeley e9e86f2a47 SOLR-1586: add solr-internal tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894477 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 20:30:53 +00:00