8061 Commits

Author SHA1 Message Date
Michael McCandless
10a240656f LUCENE-2502: remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955518 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 09:07:04 +00:00
Yonik Seeley
ed1f977916 SOLR-1885 and SOLR-1711: release connections to prevent hang
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 03:05:46 +00:00
Ryan McKinley
6b212ad3bb LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 02:25:11 +00:00
Michael McCandless
c91bddb26b LUCENE-2380: hard cutover of all preflex APIs to flex
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955257 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 15:17:32 +00:00
Robert Muir
5a661500c1 LUCENE-2413: directory and package fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955203 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:33:29 +00:00
Robert Muir
aa6afe1c4e correct eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955201 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:30:49 +00:00
Yonik Seeley
98b1313d34 LUCENE-2380: add getTermsEnum for FieldCache entry and use it for fieldcache merging in Solr faceting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954904 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:15:58 +00:00
Yonik Seeley
3915a393f3 SOLR-1932: New relevancy function queries: termfreq, tf, docfreq, idf, norm, maxdoc, numdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954640 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:54:54 +00:00
Yonik Seeley
9427cad502 tests: convert to junit4 and fix bugs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954609 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 19:45:44 +00:00
Chris M. Hostetter
36ca32598f SOLR-1870: the javabin format no longer throws a ClassCastException when SolrInputDocuments contain field values that implement Iterable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@954336 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 01:03:16 +00:00
Shai Erera
5d7197b306 testNoSegmentFile failed on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953988 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:58:16 +00:00
Shai Erera
1cf9b74a22 LUCENE-2497: fix a bug that was introduced in LUCENE-2480
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953986 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 10:47:35 +00:00
Koji Sekiguchi
51f649e353 SOLR-1948: PatternTokenizerFactory should use parent's args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953925 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12 01:49:06 +00:00
Chris M. Hostetter
a0d0ae4f21 SOLR-1750 cleanup, renamed/moved class, and eliminated overlapping functionality with SystemInfoHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953886 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 21:46:58 +00:00
Uwe Schindler
d0e4a7eab9 fix typo and move to right place (until release)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953714 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 15:10:45 +00:00
Uwe Schindler
857abc17b4 SOLR-1943: Disable clustering contrib, part #2 (until build system fixed to do contrib-crawl)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953691 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 13:09:09 +00:00
Michael McCandless
7fe6c0fb24 remove accidental System.out.println
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953634 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:51:03 +00:00
Michael McCandless
390fbf21d2 LUCENE-2496: don't throw NPE on trying to CREATE over a corrupt index
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953628 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:45:04 +00:00
Simon Willnauer
db1cb0bcb5 LUCENE-2494: use CompletionService in ParallelMultiSearcher instead of simple polling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953407 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 17:27:53 +00:00
Uwe Schindler
608f816434 LUCENE-2484: Remove deprecated TermAttribute. Use CharTermAttribute and TermToBytesRefAttribute instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952616 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 11:27:55 +00:00
Uwe Schindler
dec4309ee3 SOLR-1943: Disable clustering contrib for now inn trunk, until problem with circular dependency is solved
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 11:22:46 +00:00
Michael McCandless
e3707c247a JDK1.5 does not let you @Override interface methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952432 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07 20:57:28 +00:00
Michael McCandless
07fc03e401 LUCENE-2489: move PerFieldCodecWrapper to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951785 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 22:36:06 +00:00
Michael McCandless
9c034e2b0e LUCENE-2487: IndexReader subclasses must implement flex API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951760 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 20:31:36 +00:00
Yonik Seeley
a6a9e5fce8 LUCENE-2380: fix bug where each term was written twice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951737 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 16:16:18 +00:00
Michael McCandless
26ea856e1b fix silly thread hazard w/ MultiBits; add unit test; small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951732 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05 15:53:30 +00:00
Michael McCandless
27b2e1054c LUCENE-2486: incRef the doc store files so we can load them when opening the reader for warming
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951521 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:42:15 +00:00
Michael McCandless
39edb867b2 LUCENE-2380: align for both doc->ord and ord->value, when fasterButMoreRAM is true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951520 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:39:16 +00:00
Michael McCandless
6ffc159b40 SOLR-1900: fix MultiFields/DocsEnum usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951518 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 18:26:29 +00:00
Uwe Schindler
89cda5401c remove useless property
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951397 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 13:06:10 +00:00
Michael McCandless
5189558edb don't suppress CMS exception details
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951355 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 10:46:54 +00:00
Yonik Seeley
efaaed44bd LUCENE-2380: work on faceting speedups after fieldcache conversion - store BytesRef per seg instead of looking it up each comparison
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951210 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 23:43:01 +00:00
Yonik Seeley
a11fa9f0f5 SOLR-1900: remove last use of TermDocs in SolrIndexSearcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951209 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 23:40:34 +00:00
Robert Muir
f7673b59f1 SOLR-1938: make ElisionFilterFactory user-friendly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951126 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 19:34:08 +00:00
Michael McCandless
ff01172f46 SimpleFacets was always using threaded executor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951109 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:46:40 +00:00
Michael McCandless
46acc0cbb3 LUCENE-2380: cutover to shared byte[] (BytesRef) instead of String, in FieldCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@951104 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 18:38:05 +00:00
Koji Sekiguchi
729a4dc431 use HTMLStripCharFilterFactory instead of HTMLStripStandardTokenizerFactory in example-DIH schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950950 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 10:51:46 +00:00
Chris M. Hostetter
428d4b1633 yonik removed ConstantScoreprefixQuery in r950784, but forgot to remove this usage of it (it was never migrated to lucene because it's trivial to build with a PrefixFilter)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950853 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 01:46:44 +00:00
Chris M. Hostetter
510e9b1563 SOLR-1602 wrappup - adding deprecations and warning log messages to response writers in the o.a.s.request package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950835 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 00:24:19 +00:00
Chris M. Hostetter
0c2228e0bf SOLR-1935 BaseResponseWriter neglects to add SolrDocument in DocList when isStreamingDocs=false ... no CHANGES.txt entry because this is a bug fix for unreleased code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950830 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 23:59:34 +00:00
Yonik Seeley
2cf56fcdca SOLR-1930: remove unused prefix and wildcard filters, which have been moved to lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950784 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 21:51:28 +00:00
Yonik Seeley
d9f5941e76 SOLR-1914: write NaN/+-Inf as strings by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950723 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 19:05:54 +00:00
Chris M. Hostetter
7000b05a05 SOLR-1889: The default logic for the 'mm' param of DismaxQParser and ExtendedDismaxQParser has been changed to be determined based on the effective value of the 'q.op' param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950710 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 18:34:11 +00:00
Michael McCandless
425ffb2a2b LUCENE-2424: make CHANGES entry wording consistent across versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950685 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 17:38:25 +00:00
Chris M. Hostetter
9d56e2d62e SOLR-1915 followup - based on feedback in the issue i've renamed the param for controlling wether the score explanations sre structured, undeprecated the existing toString() format, and changed it back to being the default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950667 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 17:19:48 +00:00
Michael McCandless
00cdc313e1 LUCENE-2311: pass fully loaded reader to mergedSegmentWarmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 16:06:24 +00:00
Michael McCandless
37be97b0f9 LUCENE-2356: improve jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950467 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 10:10:08 +00:00
Michael McCandless
5e5c553b6c LUCENE-2356: fix spelling in CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 10:02:31 +00:00
Michael McCandless
b956dfe699 LUCENE-2356: allow setting termsIndexDivisor for all readers opened by IW
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950458 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 09:41:35 +00:00
Michael McCandless
9447b3e208 fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950312 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 23:41:06 +00:00