Commit Graph

23165 Commits

Author SHA1 Message Date
Robert Muir 50fc8ad31d LUCENE-6504: implement norms with random access API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685007 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12 00:32:45 +00:00
Michael McCandless c68b04d90c LUCENE-6552: add OneMerge.getMergeInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684991 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 22:33:48 +00:00
Michael McCandless 864e14c6da LUCENE-6551: fix issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684985 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 22:08:07 +00:00
Michael McCandless f68abe9378 LUCENE-6511: add CMS.getAutoIOThrottle
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684981 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 22:02:53 +00:00
Robert Muir 414b7696eb LUCENE-6549: add preload option to MMapDirectory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684968 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 20:23:49 +00:00
Michael McCandless 784c8f06a1 LUCENE-6550: fix test bug: don't try to init BKDDVs with invalid random params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684934 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 16:13:08 +00:00
Steven Rowe 8551173a25 LUCENE-6546: Skip Test2BPostingsBytes to avoid OOM with -Dtests.heapsize=30g when codec is-a CompressingCodec and maxDocsPerChunk * blockSize is less than 16
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684915 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 15:12:51 +00:00
Shalin Shekhar Mangar 62c1481594 SOLR-6835: ReRankQueryParserPlugin checks now whether the reRankQuery parameter is present and not empty
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684904 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 14:35:47 +00:00
Uwe Schindler 9756d6f948 Improve pattern
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684828 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 08:23:58 +00:00
Uwe Schindler 307fb6e19b Fix a small problem where the "svnversion" command may output an error message and therefore creates invalid manifest (with special chars included). This checks with regex, if the returned SVN revision is according to spec, otherwise it writes "unknown" to manifest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684825 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 08:19:46 +00:00
Shalin Shekhar Mangar 9c3da51ec6 SOLR-7660: Avoid redundant 'exists' calls made to ZK while fetching cluster state updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684815 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 06:08:58 +00:00
Shawn Heisey a5492247f3 SOLR-7659: Rename and reorganize DirectoryFileStream.releaseCommitPointAndExtendReserve.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684808 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 03:40:25 +00:00
Gregory Chanan 0471353922 SOLR-7628: Investigate not using apacheds-all jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684796 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 23:29:03 +00:00
Shalin Shekhar Mangar 2d8bc1b5b7 SOLR-7634: Upgrade Jetty to 9.2.11.v20150529
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684761 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 20:33:27 +00:00
Anshum Gupta 22a358ffbd Fix buildAndPushRelease.py to echo the correct command for running smokeTester after completion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684739 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 19:04:43 +00:00
Michael McCandless bbadb6fc42 LUCENE-6519: make BKDPointInPolygonQueries much faster: avoid the per-hit polygon check when a leaf cell is fully contained by the polygon
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684719 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 17:23:06 +00:00
Chris M. Hostetter f346fc0f21 SOLR-7603: remove extra logging added to diagnose problem - failure hasn't reappeared since fix applied in r1682570
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684714 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 17:03:03 +00:00
Mark Robert Miller 3ad2bf92c4 SOLR-7458: Expose HDFS Block Locality Metrics via JMX
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684711 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 16:51:56 +00:00
Chris M. Hostetter 40f4e7de5e LUCENE-6529: Removed an optimization in UninvertingReader that was causing incorrect results for Numeric fields using precisionStep
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684704 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 16:23:00 +00:00
Alan Woodward 507ebfc247 LUCENE-6371: Move CHANGES entry to 5.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684701 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 16:03:39 +00:00
Alan Woodward 9c12b35df9 SOLR-6371: Simplify SpanCollector interface
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684700 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 16:01:00 +00:00
Shalin Shekhar Mangar d5fac68323 Adding version 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684692 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 15:08:21 +00:00
David Wayne Smiley 5014d99c21 SOLR-7655: Speed up DefaultSolrHighlighter's check for the existence of payloads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684665 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 12:54:36 +00:00
Noble Paul b80afc5e00 SOLR-7052: Added a testcase. not reproducible
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684627 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 10:02:26 +00:00
Michael McCandless 42b8b47b27 LUCENE-6533: don't cache live docs in SlowCompositeReaderWrapper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684615 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 09:29:09 +00:00
Alan Woodward 25f7b43e96 LUCENE-6537: NearSpansOrdered should use lazy iteration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684600 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 08:34:09 +00:00
Erik Hatcher 12369fa890 SOLR-7638: Fix new (Angular-based) admin UI Cloud pane
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684553 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10 02:33:36 +00:00
Adrien Grand e07ca21126 LUCENE-6527: Fix rare test bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684528 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 20:51:33 +00:00
Adrien Grand d1adfee99a LUCENE-6527: Queries now get a dummy Similarity when scores are not needed in order to not load unnecessary information like norms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684502 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 19:02:37 +00:00
Mark Robert Miller ed6fd884b0 SOLR-7512: SolrOutputFormat creates an invalid solr.xml in the solr home zip for MapReduceIndexerTool.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684494 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 18:18:10 +00:00
David Wayne Smiley 922a102a92 LUCENE-6535: Fix Geo3D bug in LUCENE-6520
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684491 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 18:08:04 +00:00
Michael McCandless 5c9d550eec LUCENE-5954: write oldest segment version, and segments_N version, in the segments file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684489 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 17:55:07 +00:00
David Wayne Smiley 1faa4105c1 LUCENE-6520: woops; revert attempted back-port (only CHANGES.txt)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684488 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 17:53:10 +00:00
David Wayne Smiley 46420df608 LUCENE-6520: back-port to 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684482 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 17:21:21 +00:00
Yonik Seeley 645eb35740 SOLR-7574: fix NPE due to missing body with json content type
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684458 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 15:48:16 +00:00
Yonik Seeley 2abf02438b SOLR-7518: move to 5.2.1 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684434 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 14:18:32 +00:00
Yonik Seeley fcfe9c0e43 SOLR-7616: move to 5.2.1 section in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684427 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 14:06:41 +00:00
Mark Robert Miller 3728802dfd LUCENE-6277: Allow Ivy resolutionCacheDir to be overridden by system property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684424 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 14:01:00 +00:00
Noble Paul 99c675eb8d reverting an accidental commit 1684395
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684410 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 12:58:20 +00:00
Noble Paul 958695884c reverting an accidental commit 1684395
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684409 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 12:50:46 +00:00
Noble Paul 016db179e4 SOLR-7636: Update from ZK before returning the status
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684395 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 12:05:36 +00:00
Anshum Gupta 0ba136c880 SOLR-7648: Expose remote IP and Host via the AuthorizationContext to be used by the authorization plugin.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684299 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09 00:29:27 +00:00
Robert Muir 1cf0ee7471 use 'reader' in code to make it easier to disable evilReader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684294 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 23:20:08 +00:00
Michael McCandless ab21c7dcd6 LUCENE-6481: add simple API to index geo lat/lon points and search by bounding box or polygon
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684285 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 21:35:48 +00:00
Shawn Heisey 121707d591 SOLR-7588: Fix javascript bug introduced by SOLR-7409 that broke dataimport in admin UI.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684234 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 17:57:22 +00:00
Anshum Gupta 517d362a7f Add 5.2.0 back compat test indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684092 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 01:26:36 +00:00
Michael McCandless eaea4cda1d LUCENE-6477: include delegate heap usage in Accountable; fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684086 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 23:39:49 +00:00
Michael McCandless 5eb870f24e LUCENE-6477: tweak TODOs/javadocs/comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684084 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 23:26:34 +00:00
Erik Hatcher 867c75a5d9 Remove explicitly defined request handlers from example and test solrconfig's that are already defined implicitly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684080 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 22:31:26 +00:00
Erik Hatcher e332a5ce61 SOLR-7108: Change default query used by /admin/ping to not rely on other parameters such as query parser or default field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684071 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 20:03:31 +00:00