Commit Graph

7969 Commits

Author SHA1 Message Date
Michael McCandless 28a153babc LUCENE-2440: add custom ExecutorService to ParallelMultiSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@946338 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 18:58:23 +00:00
Michael McCandless 9f973b6988 add comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@946330 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 18:37:21 +00:00
Robert Muir fe5f1aabcb LUCENE-1287: Allow usage of HyphenationCompoundWordTokenFilter without a dictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@946139 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 11:58:37 +00:00
Chris M. Hostetter c5ae13f39e change some 'performance' tests so that they use a Logger instead of System.out -- removes some spurrious output from the automated tests (people looking ofr hte perf ouptut can set their logger properties accordingly)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945925 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 22:12:17 +00:00
Chris M. Hostetter 7ff39e8da3 clean up some configs thta had multiValued uniqueKey fields for no reason -- was causing spurrious errors to be logged
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945905 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 21:43:31 +00:00
Chris M. Hostetter 8ae84e0122 trunk has been labeled 'version 4.0-dev' for a while now, so making CHANGES.txt reflect that. also updating various old refrences to Java 1.5 since recent changes actually require Java 1.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945897 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 21:30:41 +00:00
Chris M. Hostetter 0ddd505d9a SOLR-1846: Eliminate support for the abortOnConfigurationError ... this also fixes SOLR-1824
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945886 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 21:07:28 +00:00
Uwe Schindler d25dcf4d40 update version number in trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945593 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 11:31:57 +00:00
Michael McCandless 3e53e6561e LUCENE-2467: fix memory leaks in IW when indexing very large docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945420 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 23:12:34 +00:00
Robert Muir 82bc123339 LUCENE-2466: fix some usages of the default locale that cause test failures under th_TH_TH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945343 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 20:22:23 +00:00
Robert Muir 62307cb0b5 LUCENE-2466: fix these lucene tests to work under all locales
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945274 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 17:58:43 +00:00
Robert Muir 824939d7e5 LUCENE-2466: fix locale bugs for tr_TR locale: casing problems in lucene/solr code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945245 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 17:18:10 +00:00
Uwe Schindler cd45643b96 LUCENE-2384: Remove hack, as JFlex trunk now has the zzBuffer bug fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945130 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 13:13:10 +00:00
Robert Muir acbf053b7c LUCENE-2463: Improve Greek analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945090 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 11:28:04 +00:00
Michael McCandless 97a95c3a6a fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@945057 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 10:01:26 +00:00
Robert Muir 73f24351af LUCENE-2413: convert more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944966 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 04:38:23 +00:00
Yonik Seeley 023746d375 SOLR comments: add node about passing deleted docs to termsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944940 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 23:48:50 +00:00
Robert Muir 4092c03de7 LUCENE-2413: convert over more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944925 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 22:21:48 +00:00
Robert Muir e292af7b12 LUCENE-2413: clean up/doc MockAnalyzer, add a MockTokenFilter, which can simulate stopword/lengthfilter/keepfilter,etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944908 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 20:56:58 +00:00
Robert Muir d23eb64bd7 LUCENE-2413: switch over more tests to use MockAnalyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944677 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 16:34:07 +00:00
Koji Sekiguchi 76fe0f3c93 fix Solr since version
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944649 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 14:22:18 +00:00
Yonik Seeley f4232f1dd0 exampledocs: use the author field that's in the example schema now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944646 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 13:50:35 +00:00
Yonik Seeley dea8d48539 upgrade noggit json parser to r944541
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944546 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 01:49:53 +00:00
Yonik Seeley e9fcffbbea example: add json example to exampledocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944528 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 00:17:02 +00:00
Yonik Seeley 0fb9feb401 SOLR-945: JSON update handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944516 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 23:38:18 +00:00
Chris M. Hostetter 6fd7b91972 SOLR-1908: Fixed SignatureUpdateProcessor to fail to initialize on invalid config. Specificly: a signatureField that does not exist, or overwriteDupes=true with a signatureField that is not indexed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944463 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 20:58:29 +00:00
Michael McCandless 4e93b11311 LUCENE-2462: remove DocsAndPositionsEnum.getPayloadLength
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944320 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 15:41:02 +00:00
Shai Erera cb13ac0de9 LUCENE-1585: Allow to control how payloads are merged (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944220 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 12:12:00 +00:00
Robert Muir f753fb2873 add a temporary workaround for the sort order problem
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@944130 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14 06:12:15 +00:00
Yonik Seeley 57074100f7 SOLR-1900: make getDocSet honor deleted docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943994 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13 19:59:33 +00:00
Michael McCandless ee5ec3ed32 LUCENE-2393: add total TF tracking to HighFreqTerms tool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943936 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13 17:02:54 +00:00
Michael McCandless 48cca13075 LUCENE-2459: fix FilterIndexReader to (by default) emulate flex API on top of pre-flex API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943935 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13 16:51:18 +00:00
Michael McCandless 712ce48d67 LUCENE-2449: fix DBLRU cache to clone key when it promotes an entry during lookup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943931 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13 16:41:34 +00:00
Robert Muir 317d311e7a LUCENE-2410: add a PhraseQuery->TermQuery rewrite when there is only one term
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943493 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12 13:45:44 +00:00
Robert Muir d1ecb22f8a LUCENE-2413: add MockAnalyzer and switch a lot of tests to use it
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943288 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11 20:48:58 +00:00
Michael McCandless 351474f2b5 LUCENE-2329: fix bug in mem tracking caused in merging back from trunk; clean up some dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@943142 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11 15:11:16 +00:00
Robert Muir 26b9faddb2 LUCENE-2413: consolidate SynonymFilter into analyzers module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942827 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 17:37:45 +00:00
Grant Ingersoll e85c2774f7 SOLR-1902: fix Tika extraction issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942753 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 14:36:54 +00:00
Robert Muir 57a8756a9e support cranking up the memory index test randomness
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942719 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 12:26:57 +00:00
Michael McCandless 972da5872f LUCENE-2449: add 'knob' (-Drandom.multiplier=N, defaults to 1) to tune up how much random testing is done; fix sneaky bugs (workaround java's bug in new String(int[], int, int); nasty key reuse bug in DBLRUCache) that this deeper testing uncovered
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942676 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 07:47:12 +00:00
Chris M. Hostetter 02d218a170 forgot to include event date in title
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942584 13f79535-47bb-0310-9956-ffa450edef68
2010-05-09 19:05:01 +00:00
Michael McCandless 79839b1264 fix some eclipse warnings (thanks Shai!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942421 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 17:27:41 +00:00
Mark Robert Miller 06f7a37943 fix package oddities
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942410 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 16:17:27 +00:00
Chris M. Hostetter 003cc244f8 SOLR-1843: new rootName attribute for <jmx /> configuration ... allows users to override the top level name for MBeans when exposed via JMX.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942292 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 01:51:16 +00:00
Robert Muir f3c25f02d5 SOLR-1865: ignore BOMs in SolrResourceLoader.getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942288 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 00:42:04 +00:00
Robert Muir 399d373089 fix the compile target... this never worked for contrib/analyzers before either
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942262 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07 22:51:45 +00:00
Robert Muir 1b020be130 LUCENE-2437: Indonesian Analyzer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942235 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07 21:21:12 +00:00
Chris M. Hostetter 37a081173a adding news blurb about Apache Lucene Eurocon 2010
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942201 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07 20:13:25 +00:00
Michael McCandless 25404004d7 LUCENE-2451: remove dead code in oal.util.cache; keep only DBLRUCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@942166 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07 18:22:35 +00:00
Robert Muir 4a1c8c37c4 use the new _TestUtil.randomUnicodeString here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@941780 13f79535-47bb-0310-9956-ffa450edef68
2010-05-06 15:39:35 +00:00