Commit Graph

117 Commits

Author SHA1 Message Date
Robert Muir 0dd45398cf SOLR-2200: improve DIH perf for large delta-import updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1029325 13f79535-47bb-0310-9956-ffa450edef68
2010-10-31 12:45:07 +00:00
Yonik Seeley a209a21d89 SOLR-2195: search grouping - fix MutableValue for sortable numeric types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027532 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26 13:08:12 +00:00
Mark Robert Miller b06f0b0b71 SOLR-1962: SolrCore#initIndex should not use a mix of indexPath and newIndexPath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1027229 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 18:35:31 +00:00
Koji Sekiguchi f3a9836468 SOLR-2190: slashdot sample: xpath not match
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026823 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 15:29:39 +00:00
Koji Sekiguchi 041534488d SOLR-2139: revert 1022357. threshold should be float in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1025803 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 00:48:44 +00:00
Andrzej Bialecki 9a1ffd44db SOLR-2173 Suggester should always rebuild Lookup data if Lookup.load fails.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1025781 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 22:16:14 +00:00
Robert Muir ade778b533 SOLR-1794: Dataimport of CLOB fields fails when getCharacterStream() is defined in a superclass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1024256 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 14:59:56 +00:00
Andrzej Bialecki abbd3f0e4d SOLR-2157 Suggester should return alpha-sorted results when onlyMorePopular=false.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023802 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 13:50:07 +00:00
Koji Sekiguchi 52c2ea47ab SOLR-2139: Wrong cast from string to float
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1022357 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14 02:18:47 +00:00
Mark Robert Miller b55f338757 SOLR-1873: SolrCloud - added shared/central config and core/shard managment via zookeeper, built-in load balancing, and infrastructure for future SolrCloud work.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1022188 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 17:01:13 +00:00
Grant Ingersoll 52b19fa5f0 SOLR-2010: added richer support for spell checking collations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1021439 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11 17:32:11 +00:00
Koji Sekiguchi 85efafdfa2 SOLR-2148: Highlighter doesn't support q.alt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1006272 13f79535-47bb-0310-9956-ffa450edef68
2010-10-10 11:18:33 +00:00
Steven Rowe cd938760da SOLR-744: Added option to ShingleFilterFactory to output unigrams if no shingles can be generated.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1006191 13f79535-47bb-0310-9956-ffa450edef68
2010-10-09 16:56:43 +00:00
Chris M. Hostetter 1cdc4e655e SOLR-2135: Fix behavior of ConcurrentLRUCache when asking for getLatestAccessedItems(0) or getOldestAccessedItems(0)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003703 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 23:21:49 +00:00
Robert Muir 5190ea5232 LUCENE-2507: Add automaton spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003642 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 20:40:52 +00:00
Yonik Seeley 86af0d2602 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003562 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 15:18:24 +00:00
Yonik Seeley 708cea853c SOLR-1297: fix sort by function parsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003107 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30 15:35:18 +00:00
Yonik Seeley d029a5f222 SOLR-1568: friendly geodist function
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1002739 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 17:05:29 +00:00
Yonik Seeley 745b3cbf9a SOLR-2133: check garbage after func(s), allow parsing comma delimited list of functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1001318 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 21:06:10 +00:00
Yonik Seeley 9cc4437578 SOLR-2128: full param substitution for function queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1000000 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 14:48:10 +00:00
Robert Muir 68ff68ca5f SOLR-2108: Avoid false positive results when ReversedWildcardFilter is enabled
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@999424 13f79535-47bb-0310-9956-ffa450edef68
2010-09-21 14:05:54 +00:00
Ryan McKinley e88daca523 SOLR-792: Adding PivotFacetComponent for Hierarchical faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996707 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 22:13:42 +00:00
Ryan McKinley 629e03811f SOLR-2112 -- add a streaming interface to solrj api. Implemented with BinaryResponseParser callbacks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996693 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 21:30:28 +00:00
Yonik Seeley 37c802aff4 SOLR-2001: prevent exception on missing q
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996182 13f79535-47bb-0310-9956-ffa450edef68
2010-09-11 17:28: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
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 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 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 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
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 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
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
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
Grant Ingersoll 0bb2e73041 SOLR-1665: Add more control to debug via options for timings, etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990577 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29 13:16:56 +00:00
Robert Muir 33cc5a041e SOLR-2059: Add types attribute to WordDelimiterFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990451 13f79535-47bb-0310-9956-ffa450edef68
2010-08-28 21:25:44 +00:00
Robert Muir bbfbc428ca SOLR-2034: switch JavaBin over to standard UTF-8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990180 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 15:40:17 +00:00
Koji Sekiguchi 2c8219cf43 SOLR-2046: add common functions to scripts-util
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@990160 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 14:10:11 +00:00
Grant Ingersoll 9104e8ba48 changed Grant Ingersoll to gsingers for consistency with other commits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989725 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 14:52:45 +00:00
Yonik Seeley 375afd1342 SOLR-2089: Faceting: order term ords before converting to values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989406 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 23:54:19 +00:00
Grant Ingersoll 9b62d49e92 SOLR-1804: Re-integrated Carrot2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988129 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 14:24:00 +00:00
Andrzej Bialecki ad8bfb3bc4 SOLR-1316 Create autosuggest component.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988120 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 13:44:00 +00:00
Yonik Seeley 0269c89b07 SOLR-1682: field collapsing / grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987690 13f79535-47bb-0310-9956-ffa450edef68
2010-08-21 02:36:09 +00:00
Grant Ingersoll 85549f7e7c SOLR-1630: fix minor collation issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987509 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 13:56:35 +00:00
Grant Ingersoll 1620366b5c LUCENE-2608: Add per-method and request accuracy to spell checker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987179 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 15:01:29 +00:00
Yonik Seeley 8668ae733e SOLR-1881: add url-scheme for SearchHandler config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@986815 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 17:41:40 +00:00
Koji Sekiguchi b573c16001 SOLR-2049: add hl.multiValuedSeparatorChar for FVH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@986773 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 16:14:36 +00:00
Grant Ingersoll e8344ddee1 SOLR-2053: hook in support for specifying comparators
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@986707 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18 14:38:53 +00:00
Koji Sekiguchi 54504ccb76 SOLR-2047: ReplicationHandler should accept bool type for enable flag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@985672 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 13:19:03 +00:00