Commit Graph

8022 Commits

Author SHA1 Message Date
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
Robert Muir 38aa464ab1 include the demo war file in 'ant dist' and change the README to refer to the new location
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949164 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 12:49:22 +00:00
Robert Muir b8a12e8c8b remove useless demo cruft (not necessary as it builds as a normal contrib)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@949156 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28 12:05:25 +00:00
Shai Erera d6dd2e234e LUCENE-2455: Some house cleaning in addIndexes* (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948861 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 15:36:32 +00:00
Yonik Seeley 1c6a43c647 javadoc: clarify exception that can be thrown from ut8 conversion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948788 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 11:28:49 +00:00
Michael McCandless 6ae79d9b3f LUCENE-2467: more mem reduction during indexing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948542 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 19:07:44 +00:00
Yonik Seeley 41c2ac37c1 SOLR-1900: use new indexedToReadable that takes BytesRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948524 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 18:31:04 +00:00
Uwe Schindler c8108ec9b1 LUCENE-2478: Fix CachingWrapperFilter to not throw NPE when Filter.getDocIdSet() returns null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948429 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 13:57:52 +00:00
Mark Robert Miller 6149b63976 revert 2458
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948417 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 12:51:50 +00:00
Robert Muir 2e8a9b98de LUCENE-2458: queryparser turns all CJK queries into phrase queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948326 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 05:43:00 +00:00
Yonik Seeley 9d4bd2af41 SOLR-1928: fix terms component index order tiebreak
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948299 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 03:02:59 +00:00
Uwe Schindler 9e61dd591f Generics Policeman ticket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948234 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 22:44:36 +00:00
Robert Muir a0c72afb31 LUCENE-2413: move more core analysis to analyzers module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948225 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 22:28:32 +00:00
Robert Muir 537e024eb5 fix solr dependency handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948220 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 22:11:35 +00:00
Yonik Seeley ec204d8e67 SOLR-1900: add missing ByteUtils.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948215 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 21:32:08 +00:00
Yonik Seeley 865002bcd8 SOLR-1900: change terms component to use flex APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948201 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 20:36:53 +00:00
Robert Muir 71b59ca566 LUCENE-2413: consolidate remaining concrete core analyzers to modules/analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948195 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 20:16:44 +00:00
Michael McCandless 04c8590b80 LUCENE-2476: release write lock on any exception during IndexWriter ctor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948082 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 16:05:03 +00:00
Robert Muir 7baa7b17ac SOLR-1923: add caverphone to phoneticfilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948011 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 11:53:55 +00:00
Koji Sekiguchi f237405809 fix dead link to queryparserssyntax.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@948008 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 11:42:38 +00:00
Mark Robert Miller 43098fad6a remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@947303 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22 14:55:53 +00:00