8192 Commits

Author SHA1 Message Date
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
Yonik Seeley
699cbe67c1 SOLR-1933: 2 space indenting for responses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950207 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 19:06:17 +00:00
Yonik Seeley
8d8c162dc5 escape U+2028 in JSON responses
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950125 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 15:47:03 +00:00
Michael McCandless
a9eb9c50a4 LUCENE-2424: add missing CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950048 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 12:49:10 +00:00
Robert Muir
6e51a53189 LUCENE-2372: remove unused import
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950042 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 12:42:30 +00:00
Robert Muir
ad0e495911 LUCENE-2372: switch over remaining uses of TermAttribute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950008 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 10:35:13 +00:00
Michael McCandless
7661fe8c04 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950006 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 10:33:54 +00:00
Michael McCandless
661605348f LUCENE-2299, LUCENE-2360: add missing CHANGES entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949997 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 10:16:30 +00:00
Michael McCandless
5179757fdd LUCENE-2299: don't miss segments in NRT reader if addIndexes is running
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949976 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01 09:39:02 +00:00
Shai Erera
d43627afe1 LUCENE-2481: Enhance SnapshotDeletionPolicy to allow taking multiple snapshots (merge from 3x)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949756 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 14:37:11 +00:00
Uwe Schindler
972ed36266 revert VirtualMethod exception name, it was correct
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949545 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 17:52:24 +00:00
Koji Sekiguchi
646d2f50dc fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949525 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 15:02:06 +00:00
Shai Erera
8ea260a254 LUCENE-2480: Remove support for pre-3.0 indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949509 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 12:25:52 +00:00
Uwe Schindler
98b252ed7f LUCENE-2295: Added a LimitTokenCountAnalyzer / LimitTokenCountFilter to wrap any other Analyzer and provide the same functionality as MaxFieldLength provided on IndexWriter. This patch also fixes a bug in the offset calculation in CharTokenizer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949445 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 23:14:18 +00:00
Chris M. Hostetter
b457760585 giving contrib/demo an empty test directory in the hopes that it fixes the problem that Hudson seems to have using clover on that contrib (can't reproduce locally)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949339 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 04:34:14 +00:00
Chris M. Hostetter
9276737924 SOLR-1915: DebugComponent now uses a NamedList to model Explanation objects in it's responses instead of Explanation.toString
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949318 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 23:26:04 +00:00
Michael McCandless
dc26c26956 LUCENE-2468: strengthen javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949311 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 22:24:39 +00:00
Michael McCandless
85a977bf9d LUCENE-2468: make CachingWrapperFilter treatment of new deletes customizable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949288 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 20:45:29 +00:00
Michael McCandless
7e5a4cd67e remove unnecessary final modifiers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949270 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 19:51:22 +00:00
Robert Muir
181bcbc149 fix contrib/demo's javacc target
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949165 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 12:56:27 +00:00