Commit Graph

26949 Commits

Author SHA1 Message Date
Ishan Chattopadhyaya cce7ba9b2f SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos 2017-03-16 13:41:50 +05:30
Mike McCandless 10b7be59f7 LUCENE-7739: Fix places where we unnecessarily boxed while parsing a numeric value according to FindBugs 2017-03-16 13:41:50 +05:30
Mike McCandless 9f72056d94 LUCENE-7742: fix places where we were unboxing and then re-boxing according to FindBugs 2017-03-16 13:41:50 +05:30
Noble Paul e66924cc5c SOLR-8045: SerachHandler to override the registerV2() and remove registerPath from sample solrconfig.xml 2017-03-16 13:41:50 +05:30
Andrzej Bialecki 533f968f81 SOLR-10224: Add disk total and disk free metrics. 2017-03-16 13:41:50 +05:30
Chris Hostetter 40c5fd87f3 SOLR-10184: Fix bin/solr so it can run properly on java9 2017-03-16 13:41:50 +05:30
Chris Hostetter 875690302c SOLR-10266: fix implicit test assumptions about doc order 2017-03-16 13:41:50 +05:30
Christine Poerschke 6163956a1b SOLR-9045: exclude static methods from ConfigureRecoveryStrategyTest.testAlmostAllMethodsAreFinal 2017-03-16 13:41:50 +05:30
Andrzej Bialecki 52b3bc2f6d SOLR-10247: Support non-numeric metrics and a "compact" format of /admin/metrics. 2017-03-16 13:41:50 +05:30
Christine Poerschke 6083f370a1 SOLR-10076: 'String.format(Locale.ROOT,...' instead of (forbidden API) 'String.format(...)' 2017-03-16 13:41:50 +05:30
markrmiller bb3d2e15f6 SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. 2017-03-16 13:41:50 +05:30
markrmiller cab7e1a3d7 SOLR-10279: The autoAddReplica feature can result in SolrCores being assigned new shards when using legacyCloud=false and will also fail on a state check when taking over a core registration with a new core. 2017-03-16 13:41:50 +05:30
Cao Manh Dat 83772c6f99 SOLR-9835: Update CHANGES.txt 2017-03-16 13:41:50 +05:30
Cao Manh Dat 76de819c75 SOLR-9835: Create another replication mode for SolrCloud 2017-03-14 14:41:30 +05:30
Noble Paul 541469aae3 SOLR-10278: first cut. Preferences implemented 2017-03-14 17:55:16 +10:30
Cao Manh Dat faeb1fe8c1 SOLR-8045: Fix smokeTestRelease.py from precommit 2017-03-14 08:30:38 +07:00
Tomas Fernandez Lobbe abec54bd57 SOLR-10236: Remove FieldType.getNumericType() from master 2017-03-13 16:00:16 -07:00
Andrzej Bialecki e3a0b428fd SOLR-10269 MetricHandler JSON output was incorrect. 2017-03-13 20:30:27 +01:00
Christine Poerschke c8bad8c10a SOLR-9045: Make RecoveryStrategy settings configurable. 2017-03-13 15:49:01 +00:00
Ishan Chattopadhyaya ceffbf9844 SOLR-10250: CloudSolrClient can now return versions for documents added or deleted when versions=true is passed 2017-03-13 19:53:22 +05:30
Ishan Chattopadhyaya a06c39f3e5 SOLR-9838: 'inc' atomic update doesn't respect default field value 2017-03-13 18:46:08 +05:30
Ishan Chattopadhyaya d5181ec8e5 SOLR-10079: Increasing threadpool termination to 15s, clearIndex() to do clean replica indexes as well 2017-03-13 16:56:29 +05:30
Ishan Chattopadhyaya b64382bb07 SOLR-10079: Force in-place standalone test to always use NoMergePolicy, also assert that it was used 2017-03-13 15:22:49 +05:30
Nicholas Knize 35e0c05dbb fix IntRange.newIntersectsQuery to use newRelationQuery helper 2017-03-13 02:36:57 -05:00
Nicholas Knize d34d81f9af LUCENE-7740: Refactor Range Fields to remove Field suffix (e.g., DoubleRange),
move InetAddressRange and InetAddressPoint from sandbox to misc module, and
refactor all other range fields from sandbox to core.
2017-03-13 02:22:29 -05:00
David Smiley 182c20c4e5 SOLR-10039: New LatLonPointSpatialField 2017-03-11 20:48:01 -05:00
Nicholas Knize 1745b0338e LUCENE-7738: Add new InetAddressRangeField for indexing and querying InetAddress ranges. 2017-03-11 18:51:43 -06:00
Nicholas Knize f3ba7f4105 LUCENE-7449: fix CROSSES queries so they don't match all docs when internal nodes are equal 2017-03-11 18:41:18 -06:00
Mike McCandless a3f4896359 remove stale comment 2017-03-11 06:41:49 -05:00
Cao Manh Dat 0fb386a864 SOLR-8045: Deploy V2 API at /v2 instead of /solr/v2 2017-03-11 10:30:52 +07:00
David Smiley 6415d912ca LUCENE-7734: move to 7x section; won't do 6x backport 2017-03-10 21:35:53 -05:00
Dawid Weiss 9540bc3758 LUCENE-7700: Move throughput control and merge aborting out of IndexWriter's core. 2017-03-10 10:23:29 +01:00
David Smiley d2bf30d58f LUCENE-7734: FieldType copy constructor widened to IndexableFieldType 2017-03-09 23:12:45 -05:00
Joel Bernstein d945a246f6 SOLR-10257: Add logarithm StreamEvaluator 2017-03-09 21:01:24 -05:00
Noble Paul c680f45f2d added a test 2017-03-09 14:41:42 +10:30
Joel Bernstein c85aac2a65 SOLR-10254: Fix pre-commit 2017-03-08 21:35:24 -05:00
Joel Bernstein 682c6a7d51 SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode 2017-03-08 21:11:26 -05:00
Chris Hostetter 8756be0540 SOLR-8876: change morphline test config files to work around 'importCommands' bug when using java9 2017-03-08 09:52:46 -07:00
Mark Miller e35881a63a SOLR-10248: Merge SolrTestCaseJ4's SolrIndexSearcher tracking into the ObjectReleaseTracker. 2017-03-08 11:44:23 -05:00
Mark Miller 6a6e303298 SOLR-10244: TestCoreDiscovery fails if you run it as root. 2017-03-08 10:23:46 -05:00
Mikhail Khludnev 8a5492930e LUCENE-7695: support synonyms in ComplexPhraseQueryParser 2017-03-08 11:20:35 +03:00
Uwe Schindler d8442070cf SOLR-10235: fix precommit 2017-03-07 22:07:13 +01:00
Andrzej Bialecki 4d7bc94771 SOLR-9858: Collect aggregated metrics from nodes and shard leaders in overseer. 2017-03-07 22:01:21 +01:00
Ishan Chattopadhyaya a6e14ec6d2 LUCENE-7718: buildAndPushRelease.py script should refer to working tree instead of directory 2017-03-08 01:49:13 +05:30
Ishan Chattopadhyaya 3a9933960e Add 6.4.2 back compat test indexes 2017-03-08 01:21:45 +05:30
Ishan Chattopadhyaya 57e8543bfd doap entries for 6.4.2 2017-03-08 00:48:48 +05:30
Uwe Schindler 0d2c027857 SOLR-10235: Fix DIH's TestJdbcDataSource to work with Java 9 and other Java runtimes that do not use the same DriverManager implementation like Oracle's original one 2017-03-07 19:01:15 +01:00
Andrzej Bialecki 2d51a42d3c SOLR-10226 JMX metric avgTimePerRequest broken. 2017-03-07 18:09:58 +01:00
Ishan Chattopadhyaya 190f4b6b93 SOLR-10178, SOLR-10079: Force tests to always use NoMergePolicy, also assert that it was used 2017-03-07 19:02:26 +05:30
Mike McCandless 21559fe86d LUCENE-7712: SimpleQueryParser now parses foo~ as foo~2 2017-03-07 06:55:47 -05:00