Commit Graph

26154 Commits

Author SHA1 Message Date
Christine Poerschke b7c75a3a1c SOLR-8542: change default feature vector format (to 'dense' from 'sparse')
also: increase test coverage w.r.t. 'sparse' vs. 'dense' vs. 'default' feature vector format
2016-12-23 14:07:34 +00:00
Christine Poerschke 01846cbb4c SOLR-8542: reduce direct solrconfig-ltr.xml references in solr/contrib/ltr tests 2016-12-23 12:59:42 +00:00
Christine Poerschke 8693224349 LUCENE-7530: extend/add -validate-source-patterns checks for .xml/.template files 2016-12-23 12:38:38 +00:00
Mike McCandless 7cc74b5c73 WDF creates broken offsets 2016-12-22 17:23:42 -05:00
Mike McCandless 68db033408 LUCENE-6664: add SynonymGraphFilter for correct multi-token synonym handling 2016-12-22 15:39:41 -05:00
Christine Poerschke 6c1f085073 Remove unused private AnalyzingComparator class from FreeTextSuggester. 2016-12-22 10:08:45 +00:00
Christine Poerschke 62d342afaa Remove unused private ValueHolder class in TestGrouping. 2016-12-22 10:08:34 +00:00
Christine Poerschke bd5fb1f482 Remove unusedPrivateMember in ChaosMonkey. 2016-12-22 08:25:33 +00:00
Christine Poerschke 121f50c84d SOLR-9758: refactor preferLocalShards implementation 2016-12-22 08:25:21 +00:00
Mikhail Khludnev fa1ee56fd3 SOLR-9699: fixing exception on core status during concurrent reload 2016-12-22 08:41:24 +03:00
Adrien Grand c8c395db49 LUCENE-7600: Simplify DocIdMerger. 2016-12-21 20:15:31 +01:00
Adrien Grand 10f1964194 LUCENE-7594: Fixed point range queries on floating-point types to recommend using helpers for exclusive bounds that are consistent with Double.compare. 2016-12-21 20:08:36 +01:00
Adrien Grand 0ed716490c LUCENE-7599: Simplify TestRandomChains using Java's built-in Predicate and Function interfaces. 2016-12-21 20:08:23 +01:00
Erick Erickson 8132529697 SOLR-9884: Add version to segments handler output
(cherry picked from commit d952952)
2016-12-21 10:43:31 -08:00
Mike McCandless 9b4d0391fd remove stale comment 2016-12-21 05:35:12 -05:00
Mikhail Khludnev 1e22dd25bf SOLR-9878: fix ReversedWildcardFilterFactory caching in query parser 2016-12-21 00:50:34 +03:00
Mikhail Khludnev b45293313b SOLR-9760: solr.cmd doesn't need write permission in current directory 2016-12-21 00:43:27 +03:00
Ishan Chattopadhyaya 21a6fc3d76 SOLR-9513: Fix test failure on Windows and Java9 by avoiding NPE in tearDownClass() 2016-12-21 00:42:45 +05:30
Steve Rowe cfbfc13209 SOLR-9847: Stop blocking further schema updates while waiting for a pending update to propagate to other replicas. This reduces the likelihood of a (time-limited) distributed deadlock during concurrent schema updates. 2016-12-20 12:05:59 -05:00
Ishan Chattopadhyaya 791b8bc6bf SOLR-9513: Generic Hadoop authentication plugins, GenericHadoopAuthPlugin and ConfigurableInternodeAuthHadoopPlugin 2016-12-20 21:01:01 +05:30
Tomas Fernandez Lobbe 06817656d8 SOLR-9874: CREATEALIAS should fail if target collections don't exist 2016-12-19 17:07:05 -08:00
Shai Erera c083e81e60 LUCENE-7590: fix test edge case
In case all indexed documents were deleted, the test failed to
correctly assert the number of expected missing documents.
2016-12-19 21:52:30 +02:00
Christine Poerschke 8c81deb884 fix java warning in SolrQueryTest 2016-12-19 17:08:44 +00:00
Christine Poerschke 4852851d85 SOLR-8542: techproducts example now includes (disabled) learning-to-rank support (enable via -Dsolr.ltr.enabled=true)
additional changes as follows:

* LTRFeatureLoggerTransformerFactory:
** feature values cache name configurable (instead of hard-coded value that needs to match solrconfig.xml configuration)
** javadocs (example and parameters)

* CSV FeatureLogger:
** removed delimiter and separator assumptions in tests
** changed delimiter and separator (from "key:val;key:val" to "key=val,key=val")
** configurable (key value) delimiter and (features) separator

* JSON FeatureLogger:
** defer support for this (removing MapFeatureLogger class)

* adds 'training libraries' to (Linear|MultipleAdditiveTrees)Model javadocs

(Diego Ceccarelli, Michael Nilsson, Christine Poerschke)
2016-12-19 16:50:33 +00:00
Christine Poerschke b1de7364b1 SOLR-9870: fix two typos in SolrCore.java (Mike Drob via Christine Poerschke) 2016-12-19 16:17:03 +00:00
Christine Poerschke a7bd5e6ac0 LUCENE-7586: fail precommit on varargsArgumentNeedCast 2016-12-19 16:16:44 +00:00
Ishan Chattopadhyaya a352117430 SOLR-9860: Enable configuring invariantParams via HttpSolrClient.Builder 2016-12-19 21:13:06 +05:30
Shai Erera f075a673c9 LUCENE-7590: make (Sorted)NumericDocValuesStats public 2016-12-19 10:19:58 +02:00
Shai Erera 73b6a29f2d LUCENE-7590: move docsWithField to DocValuesStats 2016-12-18 22:14:36 +02:00
Shai Erera 47bb32c3bb LUCENE-7590: add Sorted(Set)DocValuesStats 2016-12-18 22:05:54 +02:00
Shai Erera 63a5cd0017 LUCENE-7590: add DocValuesStats for SortedNumeric DV fields 2016-12-18 09:04:31 +02:00
yonik 9fafd78ddf SOLR-9873: tests - fix SolrTestCaseJ4.compareSolrDocument num fields comparison 2016-12-16 18:41:29 -05:00
Mike McCandless 693a720996 null the static fields after test finishes 2016-12-16 18:30:03 -05:00
yonik 0f4c5f0a73 SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs 2016-12-16 11:47:18 -05:00
Mike McCandless a11cdd2fd8 LUCENE-7587: add helper FacetQuery and MultiFacetQuery classes to simplify drill down implementation 2016-12-16 09:57:15 -05:00
Adrien Grand 9a72bd871e LUCENE-7572: Cache the hash code of doc values queries. 2016-12-15 17:28:23 +01:00
Mike McCandless 0bb18cb057 remove bad assertion 2016-12-15 09:26:01 -05:00
Shai Erera 2a0814fc34 LUCENE-7590: add sum, variance and stdev stats to NumericDVStats 2016-12-15 14:43:36 +02:00
markrmiller 89f0149fee SOLR-9846: OverseerAutoReplicaFailoverThread can take too long to stop and leak out of unit tests. 2016-12-14 20:56:08 -05:00
markrmiller 96b492c05e SOLR-1953: It may be possible for temporary files to accumulate until the Solr process is shut down. 2016-12-14 20:55:32 -05:00
Mike McCandless b4bb461c43 LUCENE-7592: if segments file is truncated, throw CorruptIndexException 2016-12-14 18:01:53 -05:00
Chris Hostetter 4c22659879 SOLR-8959: Refactored TestSegmentSorting out of TestMiniSolrCloudCluster
(cherry picked from commit 6525bb56f0)

Conflicts:
	solr/CHANGES.txt
2016-12-14 13:22:06 -07:00
Varun Thacker 26d7971495 SOLR-9844: Display fc total size only when field entries asked for 2016-12-14 10:52:52 -08:00
Shai Erera f05d6e7730 Rename constructor parameter name 2016-12-14 13:51:25 +02:00
Shai Erera 7269c484a4 LUCENE-7590: add DocValuesStatsCollector 2016-12-14 13:25:33 +02:00
Shai Erera e09ef681e4 Revert "LUCENE-7590: add DocValuesStatsCollector"
This reverts commit 43f4f7a279.
2016-12-14 13:18:31 +02:00
Shai Erera 43f4f7a279 LUCENE-7590: add DocValuesStatsCollector 2016-12-14 13:14:50 +02:00
Nicholas Knize 73965bad07 fix RangeFieldQuery.scorer to return null if no docs in a segment indexed the field 2016-12-13 15:32:58 -06:00
Steve Rowe 765ea6f5a8 SOLR-9832: Schema modifications are not immediately visible on the coordinating node 2016-12-13 15:52:23 -05:00
Erick 0ffdacfb14 SOLR:9823: CoreContainer incorrectly setting MDCLoggingContext for core
(cherry picked from commit 8c79ab2)
2016-12-12 18:47:01 -08:00