Commit Graph

25971 Commits

Author SHA1 Message Date
Mike McCandless 212764bbe5 LUCENE-7555: use BM25Similarity for this test 2016-11-12 10:56:40 -05:00
Mike McCandless d64a634782 LUCENE-7558: use BM25Similarity for this test 2016-11-12 10:53:41 -05:00
Mike McCandless 8466cc77ba LUCENE-7557: use BM25Similarity for this test 2016-11-12 10:43:45 -05:00
Mikhail Khludnev fb4abd605d LUCENE-7534: fix smokeTestRelease.py to work on Cygwin 2016-11-11 21:20:14 +00:00
Mike McCandless ecff2519b8 LUCENE-7547: close the dictionary file so we don't leak file handles 2016-11-11 13:42:37 -05:00
David Smiley d8d3d29f99 LUCENE-7546: people.apache.org -> home.apache.org
(cherry picked from commit 77605fe)
2016-11-11 13:01:42 -05:00
Adrien Grand 16967ffdbb LUCENE-7524: More detailed explanation of idf. 2016-11-10 15:21:02 +01:00
Adrien Grand 74da1cff27 LUCENE-5867: Add a BooleanSimilarity. 2016-11-10 15:21:02 +01:00
Mike McCandless be47009ce7 LUCENE-7538: throw IllegalArgumentException if you attempt to store a too-massive text field 2016-11-10 05:51:37 -05:00
Christine Poerschke aa6a678a80 SOLR-8332: Factor HttpShardHandler[Factory]'s url shuffling out into a ReplicaListTransformer class.
(Christine Poerschke, Noble Paul)
2016-11-09 10:37:53 +00:00
Alan Woodward de42ce6c31 Fix build 2016-11-09 10:18:42 +00:00
Shalin Shekhar Mangar 2be1c68b6b Add 6.3.0 back compat test indexes 2016-11-09 13:55:03 +05:30
yonik 768b7ff8f5 SOLR-9740: fix macro expansion of multi-valued parameters 2016-11-08 18:10:36 -05:00
David Smiley 868f11a4b5 LUCENE-7544: UnifiedHighlighter: extension hooks for custom query handling
(cherry picked from commit da841be)
2016-11-08 16:14:41 -05:00
yonik 46f5f45862 SOLR-9038: add snapshotscli.sh and supporting code 2016-11-08 13:28:57 -05:00
David Smiley 55ed23168f LUCENE-7431: SpanNotQuery should support negative pre/post distance for overlap
(cherry picked from commit 750da7c)
2016-11-08 12:47:13 -05:00
yonik ecff326331 SOLR-9519: recurse sub-facets of empty buckets if they can widen domain again 2016-11-08 12:27:51 -05:00
Noble Paul 41339281eb SOLR-9739: JavabinCodec implements PushWriter interface 2016-11-08 20:08:22 +05:30
Christine Poerschke 387e9fea73 Remove not actually needed JSONWriter.writeArray override. 2016-11-08 13:34:14 +00:00
Noble Paul 1be4bd353e SOLR-9720: Use the new MapWriter and IteratorWriter interface 2016-11-08 18:42:39 +05:30
Christine Poerschke c4833d6219 QueryComponent.mergeIds tweak to local 'queue' variable. 2016-11-08 12:19:15 +00:00
Noble Paul e6dfb76c98 SOLR-9717: Refactor '/export' to not hardcode the JSON output and to use an API 2016-11-08 13:45:59 +05:30
Mike McCandless 0f0526f9b5 remove duplicate Improvements section 2016-11-07 14:46:51 -05:00
Christine Poerschke 1c7ae9215c SOLR-9726: Reduce number of lookupOrd calls made by the DocValuesFacets.getCounts method. (Jonny Marks via Christine Poerschke) 2016-11-07 18:35:30 +00:00
Dawid Weiss fb83d64eac SOLR-9293: Solrj client support for hierarchical clusters and other topics marker. 2016-11-07 15:27:40 +01:00
Mike McCandless c294d3f083 LUCENE-6824: TermAutomatonQuery now rewrites to TermQuery, PhraseQuery or MultiPhraseQuery when the word automaton is simple 2016-11-07 05:53:53 -05:00
Adrien Grand d06605191a SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js. 2016-11-07 10:19:36 +01:00
Alexandre Rafalovitch dc485a0eb6 SOLR-9005: Add guard condition to the example js 2016-11-06 15:16:16 +11:00
Alexandre Rafalovitch f0447c456a SOLR-9624: Do not highlight CSV output 2016-11-06 14:17:05 +11:00
yonik b157e43b9a SOLR-9682: add param query type to facet filter 2016-11-05 15:29:40 -04:00
Shalin Shekhar Mangar 9a8030171c SOLR-9716: RecoveryStrategy sends prep recovery command without setting read time out which can cause replica recovery to hang indefinitely on network partitions
(cherry picked from commit 1f1990d)
2016-11-05 22:20:15 +05:30
markrmiller 03cac8c7b5 SOLR-9055: Make collection backup/restore extensible.
- Introduced a parameter for the Backup operation to specify index backup strategy.
- Introduced two strategies for backing up index data.
  - One using core Admin API (BACKUPCORE)
  - Other skipping the backup of index data altogether. This is useful when
    the index data is copied via an external mechanism in combination with named
    snapshots (Please refer to SOLR-9038 for details)
  - In future we can add additional implementations of this interface (e.g. based on HDFS snapshots etc.)
- Added a backup property to record the Solr version. This helps to check the compatibility
  of backup with respect to the current version during the restore operation. This
  compatibility check is not added since its unclear what the Solr level compatibility guidelines
  are. But at-least having version information as part of the backup would be very useful.

# Conflicts:
#	solr/CHANGES.txt
2016-11-04 21:47:35 -04:00
Christine Poerschke 98e4ab5232 SOLR-9720: tweak JSONWriter.writeArray 2016-11-04 20:40:03 +00:00
Erick Erickson 758aacc7bb SOLR-9360: Solr script not properly checking SOLR_PID
(cherry picked from commit b2bf87d)
2016-11-04 12:59:47 -07:00
Dawid Weiss 1c32cc9a49 SOLR-7539: Upgrade the clustering plugin to Carrot2 3.15.0. 2016-11-04 16:03:16 +01:00
Joel Bernstein 86e8d16da3 Remove spurious imports 2016-11-03 21:30:05 -04:00
Joel Bernstein d5ea29ff8e Remove spurious imports 2016-11-03 18:50:22 -04:00
Shalin Shekhar Mangar 9f9139ab42 SOLR-9720: Fix for JSONWriterTest
(cherry picked from commit 78b768f)
2016-11-03 20:22:20 +05:30
jdyer1 b11e126065 SOLR-5344: relax the test requirements for estimated hit counts 2016-11-03 08:40:07 -05:00
Noble Paul 0531ddd2a1 close() not implemented 2016-11-03 14:05:27 +05:30
Noble Paul 53f84f6b9a SOLR-9720: Refactor Responsewriters to remove dependencies on TupleStream, Tuple, Explanation 2016-11-03 14:04:46 +05:30
jdyer1 d59260eea8 Revert "SOLR-9710: fix test bug"
This reverts commit 16dc4be263.
2016-11-02 16:08:16 -05:00
jdyer1 16dc4be263 SOLR-9710: fix test bug 2016-11-02 10:09:42 -05:00
Christine Poerschke 04a51deb50 SOLR-9709: add json.nl=map example comment, expand json.nl test coverage. 2016-11-02 12:44:33 +00:00
Mike McCandless 97c9783802 LUCENE-7135: only use OS_ARCH if we couldn't access sun.arch.data.model 2016-11-02 06:49:19 -04:00
Mike McCandless 35f3cd9bd9 LUCENE-7501: fix back-compat bug; add test 2016-11-02 05:36:00 -04:00
Mike McCandless 830a3fdfbf LUCENE-7532: add back lost codec file format documentation 2016-11-01 14:00:00 -04:00
yonik 8c42045f27 SOLR-9681: move "filter" inside "domain" block 2016-11-01 12:01:46 -04:00
Shalin Shekhar Mangar da7ccd3eef SOLR-9433: SolrCore clean-up logic uses incorrect path to delete dataDir on failure to create a core
(cherry picked from commit 5120816)
2016-11-01 14:34:07 +05:30
Shalin Shekhar Mangar 2175f6fde3 Removing 7.0.0 release section and SOLR-9481 from the CHANGES.txt 2016-10-31 21:06:41 +05:30