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 |
Grant Ingersoll
|
48b89eb8c8
|
SOLR-2042: fix woodstox
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@985197 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-13 13:44:11 +00:00 |
Yonik Seeley
|
80659afa98
|
SOLR-2036: don't automatically use ram estimator from stats page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984589 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-11 21:33:28 +00:00 |
Erik Hatcher
|
5c000e9997
|
Upgrade Velocity to 1.6.4, and Velocity Tools to final 2.0 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983985 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-10 13:16:33 +00:00 |
Grant Ingersoll
|
0fac11b3ae
|
properly reflect the Tika version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983682 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-09 15:33:45 +00:00 |
Koji Sekiguchi
|
6fbdff181a
|
SOLR-2030: FVH uses SolrEncoder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@983212 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-07 11:34:39 +00:00 |
Koji Sekiguchi
|
ac95528aab
|
SOLR-2021: Add SolrEncoder plugin to Highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@981936 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-03 15:45:07 +00:00 |
Chris M. Hostetter
|
66660307d9
|
SOLR-1240: fixed typo in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980592 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-29 21:47:14 +00:00 |
Chris M. Hostetter
|
adaeb656c8
|
SOLR-1240: Added support for generalized Numerical Range faceting on any numeric (or date) field. Note: this required modifying ConvertedLegacyTest to deal with an expectation about how many fields a specific document has (there are more now because of a copyField i added to the schema)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980555 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-29 20:05:41 +00:00 |
Yonik Seeley
|
6e30869fc9
|
SOLR-1925: CSVResponseWriter and commons-csv update
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979807 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-27 19:06:39 +00:00 |
Yonik Seeley
|
da7655c72a
|
SOLR-2015: add boolean attribute autoGeneratePhraseQueries to TextField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-25 15:13:05 +00:00 |
Chris M. Hostetter
|
f521e84c5a
|
SOLR-2008: avoid possible RejectedExecutionException w/autoCommit by making SolreCore close the UpdateHandler before closing the SearchExecutor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@965938 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 18:06:39 +00:00 |
Robert Muir
|
67d2e87fee
|
SOLR-2003: report (throw exception) rather than replace charset errors in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964430 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 13:50:48 +00:00 |
Koji Sekiguchi
|
278448babc
|
SOLR-1995: Use proper format for SimpleDateFormat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964312 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 06:32:22 +00:00 |