Commit Graph

25745 Commits

Author SHA1 Message Date
Christine Poerschke abd4cfb694 LUCENE-7433: remove unused LogMergePolicy.SegmentInfoAndLevel.index private member 2016-09-02 16:13:30 +01:00
Noble Paul c56d832349 SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory' 2016-09-02 17:53:02 +05:30
Uwe Schindler d9c0f2c6b9 SOLR-9444: Fix path usage for cloud backup/restore
Merge branch 'SOLR-9444_fix' of https://github.com/hgadre/lucene-solr
This closes #74
2016-09-02 14:15:09 +02:00
Noble Paul e203c9af95 SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas 2016-09-02 09:27:43 +05:30
Hrishikesh Gadre e138462a82 [SOLR-9444] Fix path usage for cloud backup/restore
- Refactored code using URI.getPath() API to use URI instance
  uniformly.
- During serialization of URI instance, used toASCIIString() API
  to generate the appropriate String representation.
- Updated the unit test to use whitespaces in the backup directory path
2016-09-01 16:28:19 -07:00
Noble Paul e13f7aeafa SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands 2016-09-01 18:03:59 +05:30
David Smiley 6a4184c674 SOLR-9142: rename FFPByHashNumeric to FFPByHashDV as it's not just for numerics anymore 2016-08-31 16:56:21 -04:00
David Smiley 7b5df8a103 SOLR-9142: json.facet: new method=dvhash which works on terms. Also:
(1) method=stream now requires you set sort=index asc to work
(2) faceting on numerics with prefix or mincount=0 will give you an error
(3) refactored similar findTopSlots into one common one in FacetFieldProcessor
(4) new DocSet.collectSortedDocSet utility
2016-08-31 16:54:24 -04:00
Noble Paul 23825b2480 SOLR-9452: Altered javadocs to reflect the new behavior 2016-08-31 18:47:43 +05:30
Shalin Shekhar Mangar f0f92d875e SOLR-9452: JsonRecordReader should not deep copy document before handler.handle() 2016-08-31 18:12:02 +05:30
Shalin Shekhar Mangar 26262f4074 SOLR-9447: Do not clone SolrInputDocument if update processor chain does not contain custom processors. 2016-08-31 01:19:42 +05:30
Shalin Shekhar Mangar 02b97a29b7 SOLR-9439: The delete shard API has been made more resilient against failures resulting from non-existent cores. 2016-08-30 23:44:22 +05:30
Shalin Shekhar Mangar 2700b95211 SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive 2016-08-30 00:01:17 +05:30
Noble Paul 757c245bee SOLR-9188: Trying revert a change and fix the unexpected IOException in jenkins failure. 2016-08-29 13:07:03 +05:30
Noble Paul 0ed8c2a7ad SOLR-9188: Trying revert a change and fix the unexpected IOException in jenkins failure. 2016-08-29 12:24:42 +05:30
Shalin Shekhar Mangar 738d52700a SOLR-9449: Example schemas do not index _version_ field anymore because the field has DocValues enabled already 2016-08-29 09:32:31 +05:30
Shalin Shekhar Mangar b1b933eb43 SOLR-9374: Speed up Jmx MBean retrieval for FieldCache 2016-08-28 01:04:36 +05:30
Shalin Shekhar Mangar 4f316bc199 SOLR-9445: Removed unused import 2016-08-28 00:39:46 +05:30
Shalin Shekhar Mangar df9a642a89 SOLR-9445: Fix failures in TestLocalFSCloudBackupRestore due to changed code path which return SolrExceptions instead of SolrServerExceptions 2016-08-28 00:39:16 +05:30
Noble Paul 44c30f0535 SOLR-9188: blockUnknown property makes inter-node communication impossible 2016-08-28 00:36:18 +05:30
Uwe Schindler e99d970674 SOLR-9430: Fix locale lookup in DIH <propertyWriter/> to use BCP47 language tags to be consistent with other places in Solr. Language names still work for backwards compatibility 2016-08-27 08:38:42 +02:00
Shalin Shekhar Mangar 7d2f42e543 SOLR-9439: Shard split clean up logic for older failed splits is faulty 2016-08-27 09:08:53 +05:30
Shalin Shekhar Mangar ae40929f0b SOLR-9445: Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure 2016-08-27 09:08:02 +05:30
Tomas Fernandez Lobbe b3d12d265b SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search 2016-08-26 16:10:48 -07:00
markrmiller 6bff06ce4f SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers. 2016-08-26 13:39:59 -04:00
Mike McCandless 5861a2e223 sync up 6.2.0 CHANGES.txt 2016-08-26 09:53:39 -04:00
Christine Poerschke 7f3d86524d SOLR-9436: remove no longer used acceptsDocsOutOfOrder methods (LUCENE-6179 removed out-of-order scoring) 2016-08-26 13:45:36 +01:00
Christine Poerschke 4abbdbe78a LUCENE-7427: in DocumentsWriterDeleteQueue remove unused private members and tweak javadoc. 2016-08-26 13:44:25 +01:00
Uwe Schindler 646b6bfd2c LUCENE-7416: Simplify MatchNoDocs rewrite in BQ (using Java 8 streams); add another special case: MUST_NOT with MatchAllDocsQuery also produces no results 2016-08-26 09:28:49 +02:00
Adrien Grand 63b2e8052f LUCENE-7416: Make 7.0 only. 2016-08-26 09:12:02 +02:00
Mike McCandless d44e7315b4 LUCENE-7425: change from Perl to Python for our script to polling mirrors during the release process 2016-08-25 19:48:44 -04:00
Karl Wright 8683da80ed Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-08-25 18:10:16 -04:00
Karl Wright 884aa1609a LUCENE-7424: GeoPolygon computation of intersection bounds was incorrect. 2016-08-25 18:09:50 -04:00
Robert Muir d489b8c05d remove deprecated IndexWriter.isLocked() 2016-08-25 12:34:38 -04:00
Robert Muir ada714972c remove unnecessary deprecated classes 2016-08-25 12:20:29 -04:00
Robert Muir 13acba8b4e simplify test to use CannedTokenStream 2016-08-25 12:07:53 -04:00
Robert Muir f6253d5ed1 LUCENE-7426: remove deprecated DataInput/Output map/string methods 2016-08-25 12:02:52 -04:00
Adrien Grand 81c796a1fa LUCENE-7416: Rewrite optimizations for BooleanQuery. 2016-08-25 15:48:50 +02:00
Robert Muir 18306628a9 LUCENE-7422: fix bugs in test's retry loop 2016-08-25 08:20:53 -04:00
Mike McCandless 981180284d Add 6.2.0 back compat test indices 2016-08-24 18:03:03 -04:00
Robert Muir 312f45685e make javadoc less confusing 2016-08-24 13:23:02 -04:00
jbernste 4c0ff4e0f1 SOLR-9406: Update CHANGES.txt 2016-08-23 20:09:44 -04:00
jbernste 49ba37ac4d SOLR-9432: Fix-up precommit 2016-08-23 15:25:18 -04:00
jbernste a1b55eb743 SEARCH-9406: SolrSuggester should selectively register close hook 2016-08-23 15:02:35 -04:00
Noble Paul c6c3166bf5 SOLR-9310: addressing the test failures in jenkins 2016-08-23 23:00:27 +05:30
yonik 43ca5078bf SOLR-9432: JSON Facet refactoring to support refinement 2016-08-23 12:54:49 -04:00
Noble Paul 61e1f095e9 SOLR-9310: unhandled exception during parallel indexing 2016-08-23 11:36:07 +05:30
Steve Rowe e5cdaf8ac8 update JDK bug link 2016-08-22 21:36:57 -04:00
Uwe Schindler 1966b22c10 Fix duplicate header in changes 2016-08-23 00:56:32 +02:00
Noble Paul 488e41d1fc Merge remote-tracking branch 'origin/master' 2016-08-22 23:18:13 +05:30