Commit Graph

11245 Commits

Author SHA1 Message Date
David Smiley 83753d0a2a SOLR-11662: synonymQueryStyle option for FieldType used by query parser 2017-12-04 13:25:16 -05:00
Erick 929ce7ca30 SOLR-11687: SolrCore.getNewIndexDir falsely returns {dataDir}/index on any IOException reading index.properties 2017-12-04 09:56:58 -08:00
Varun Thacker 2ed0f1b68e SOLR-11713: Fixed CdcrUpdateLogTest.testSubReader() failure which was a test bug 2017-12-03 23:17:51 -08:00
Varun Thacker 864ce90d2c SOLR-11616: Snapshot the segments more robustly such that segments created during a backup does does not fail the
operation
2017-12-01 19:30:29 -08:00
Anshum Gupta 8c855fa287 The queue size for ConcurrentUpdateSolrClient should default to 10 instead of throwing an IllegalArgumentException 2017-12-01 14:25:02 -08:00
Cassandra Targett f2dd3c5f85 SOLR-11646: Add v2 API examples to several pages; add context to about-this-guide.adoc; tweak CSS to make tabs more obvious 2017-12-01 15:59:24 -06:00
David Smiley 7877f5a511 SOLR-11542: Rename TimePartitionedUpdateProcessor to TimeRoutedAliasUpdateProcessor 2017-11-30 23:25:14 -05:00
Anshum Gupta ebdaa44182 SOLR-11608: Correctly parse the new core-name in the V2 core rename API. 2017-11-29 13:17:17 -08:00
Adrien Grand 812711416d LUCENE-8059: Fold early termination support into TopFieldCollector. 2017-11-29 18:09:38 +01:00
Joel Bernstein 70767b109f SOLR-11697: Add geometricDistribution Stream Evaluator 2017-11-28 21:23:15 -05:00
Cassandra Targett c2f26183a7 SOLR-11573: Update meta-docs section on including code from non-adoc files 2017-11-28 15:01:02 -06:00
Christine Poerschke 812db14f27 SOLR-11291: Factor out abstract metrics/SolrCore[Container]Reporter classes. (Omar Abdelnabi, Christine Poerschke) 2017-11-28 15:39:55 +00:00
Christine Poerschke 64b3a5bb4b SOLR-11250: A new DefaultWrapperModel class for loading of large and/or externally stored LTRScoringModel definitions. (Yuki Yano, shalin, Christine Poerschke) 2017-11-28 14:55:57 +00:00
Shalin Shekhar Mangar 207e546122 SOLR-11202: Implement a set-property command for AutoScaling API 2017-11-28 16:08:32 +05:30
Joel Bernstein 8072b46b63 SOLR-11680: Add normalizeSum Stream Evaluator 2017-11-27 13:38:43 -05:00
Noble Paul 7a12de47ec SOLR-9743: removed unused logging 2017-11-27 17:06:27 +10:30
Joel Bernstein 7acccd5157 SOLR-11674: Support ranges in the probability Stream Evaluator 2017-11-26 21:32:05 -05:00
Noble Paul 2bde0eab3f SOLR-9743: A new UTILIZENODE command 2017-11-24 00:32:26 +10:30
Joel Bernstein 4ebac27d13 SOLR-11569: Fix compilation error 2017-11-22 18:39:04 -05:00
Joel Bernstein 17078019e2 SOLR-11569: Add support for distance matrices to the distance Stream Evaluator 2017-11-22 18:31:08 -05:00
David Smiley 9b52571d8c SOLR-11501: limit query parser switching to thwart hacking
* starting a query with {!...} only works when the default parser is lucene or func.
* edismax now requires uf=_query_ to allow advanced sub-queries.
2017-11-22 08:47:32 -05:00
Cassandra Targett affeec7269 SOLR-11573: Add solr-root-paths param to allow pulling in code blocks from outside solr-ref-guide tree 2017-11-21 13:42:24 -06:00
Erick 57b1912cea Debugging code for Jenkins failures 2017-11-21 09:57:19 -08:00
Erick ab5fbad3d7 SOLR-11426: TestLazyCores fails too often, debugging 2017-11-21 09:55:40 -08:00
Cassandra Targett 4ca6e77a02 SOLR-11584: CSS changes for HTML tabs: change padding in tab panes; add space between tabs 2017-11-21 09:15:51 -06:00
Noble Paul 1794ff679e typo in class name 2017-11-20 22:42:22 +10:30
elyograg 0dadf2c2a8 SOLR-11645: Fix problem with no Args display in admin UI. 2017-11-18 08:41:53 -07:00
David Smiley 6f99196e81 SOLR-11444: CloudSolrClient could have thrown an NPE if the collection doesn't exist.
Refactor: Tidy the exception throwing
2017-11-17 23:22:22 -05:00
David Smiley 51b2dea68e SOLR-11487: Put back sleep(100) in CreateAliasCmd.
Update AliasIntegrationTest with some sleeps and use new alias names where
possible to avoid eventual consistency challenges.
2017-11-17 17:20:08 -05:00
David Smiley df5a5f949b SOLR-11542: TimePartitionedUpdateProcessor URP 2017-11-16 15:09:09 -05:00
David Smiley fd1820a430 SOLR-11487: Collection Aliases may now have metadata 2017-11-16 13:57:22 -05:00
yonik c561ffe635 SOLR-11553: fix refinement to pick right processor / uninversion mechanism 2017-11-16 12:28:01 -05:00
yonik 96af869da3 SOLR-11251: docs - JSON Facet API 2017-11-16 11:10:30 -05:00
Noble Paul 75825d240f SOLR-11642: remove synchronization on OCMH 2017-11-16 08:50:56 +10:30
Chris Hostetter a371cab3b6 Fix javascript indentation now that i figured out my emacs configs were previously broken 2017-11-15 11:33:11 -07:00
Alan Woodward 2a4dd499bb LUCENE-7736: IndexReaderValues 2017-11-15 14:22:49 +00:00
Alan Woodward 183571c085 LUCENE-6278: Remove Scorer.freq() 2017-11-15 11:14:16 +00:00
Noble Paul cfea3d5e83 SOLR-11642: remove Policy.Session from OverseerCollectionMessageHandler 2017-11-15 21:18:33 +10:30
Steve Rowe aef58a26a2 SOLR-11584: remove zero-width space (U+200B) that causes compilation to fail on some platforms 2017-11-14 22:30:50 -05:00
Cassandra Targett df70e27d7d SOLR-11584: add JS and CSS to support tabbed content; add "column" style TOC support 2017-11-14 16:47:14 -06:00
David Smiley 3923e9fba3 SOLR-11595: optimize SolrIndexSearcher.collectionStatistics 2017-11-14 16:58:49 -05:00
Chris Hostetter d77d54b1a6 SOLR-11641: Change to default to so default behavior is to PostFilter if user specifies 2017-11-14 10:45:29 -07:00
Noble Paul 79283834bc SOLR-11380:removed GenericRequest.setContentStreams() 2017-11-15 03:55:17 +10:30
Noble Paul 65cd8bbbf4 SOLR-11538: Implement port suggestion 2017-11-14 23:23:35 +10:30
Andrzej Bialecki fc678da2dd SOLR-11642: Implement ObjectCache for SolrCloudManager. 2017-11-14 13:21:26 +01:00
Andrzej Bialecki 7c54b2b116 SOLR-11458: Improve this test to show the failure to be fixed in SOLR-11458. 2017-11-14 11:16:39 +01:00
Noble Paul 8e60dc52c5 SOLR-11538: Implement suggestions for port,ip_*, nodeRole,sysprop.*, metrics:* 2017-11-14 15:17:53 +10:30
Joel Bernstein 59360b4617 SOLR-11570: Add support for correlation matrices to the corr Stream Evaluator 2017-11-13 19:44:46 -05:00
Steve Rowe c3513e9281 SOLR-11231: Guard against unset fields when performing language detection. This closes #232 2017-11-13 17:57:24 -05:00
Shalin Shekhar Mangar 3045349140 SOLR-11638: Fix CloudSolrClientTest periodic failures after SOLR-11507 2017-11-13 15:50:45 +05:30
Cassandra Targett eec25eacce SOLR-4323: fix unterminated lst element in techproducts example solrconfig 2017-11-10 16:35:38 -06:00
Joel Bernstein 9ea9a85339 SOLR-11571: Add diff Stream Evaluator to support time series differencing 2017-11-10 13:15:41 -05:00
Erick Erickson 6e3d082395 SOLR-11635: CDCR Source configuration example in the ref guide leaves out important settings 2017-11-10 09:50:24 -08:00
Alan Woodward 276e317e94 LUCENE-8042: Add SegmentCachable interface 2017-11-10 12:17:50 +00:00
David Smiley a43c318a51 SOLR-11507: randomize parallelUpdates for test CloudSolrClientBuilder 2017-11-09 15:58:58 -05:00
David Smiley df3b01744c SOLR-10469: Move CloudSolrClient.setParallelUpdates to its Builder 2017-11-09 15:48:35 -05:00
Cassandra Targett 0546a64acf SOLR-3504: add note about hard num docs limit in Lucene to planning installation section 2017-11-09 14:11:55 -06:00
Chris Hostetter 15fe53e10b SOLR-9120: Reduce log level for inconsequential NoSuchFileException that LukeRequestHandler may encounter 2017-11-09 09:53:22 -07:00
Alan Woodward 1a80bc76b1 SOLR-11610: Move SOLR to PayloadDecoder 2017-11-09 14:05:34 +00:00
Shalin Shekhar Mangar b03c7249d3 SOLR-11628: Add documentation of maxRamMB for filter cache and query result cache 2017-11-09 18:56:17 +05:30
Noble Paul 6c46569705 SOLR-11614: ReplicaAssigner to use SolrCloudManager 2017-11-09 23:18:28 +10:30
Shalin Shekhar Mangar eef8f30da2 SOLR-11627: Enable debug logging of overseer messages 2017-11-09 17:52:33 +05:30
David Smiley 67a6a14302 SOLR-11619: V2 action=REMOTEQUERY bug 2017-11-08 11:54:29 -05:00
Steve Rowe b28ed8f0ef SOLR-11003: Do not import ImmutableMap from shaded junit4-ant jar 2017-11-08 10:39:43 -05:00
Shalin Shekhar Mangar 70d1d94110 SOLR-11621: Fix spurious failures of TriggerIntegrationTest due to timing issues 2017-11-08 15:47:15 +05:30
Joel Bernstein 23fe16d3e9 SOLR-11607: Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators 2017-11-07 19:46:26 -05:00
Varun Thacker 1f83b1fc1c SOLR-11618: Tone down verbosity of BackupManager logging 2017-11-07 14:31:22 -08:00
Noble Paul a03d6bc8c2 SOLR-11380: deprecated getContentStreams() 2017-11-07 17:56:52 +10:30
Cassandra Targett 118c6f5f7b SOLR-11409: Add tutorial for deploying Solr on EC2 2017-11-06 15:32:13 -06:00
Varun Thacker fdff8deabd SOLR-11003: Improve description of the feature in the CHANGES file 2017-11-06 08:16:03 -08:00
Uwe Schindler 610efa7925 SOLR-11606: Add missing assumeWorkingMockito() 2017-11-04 21:29:10 +01:00
Uwe Schindler 3ab1a07662 SOLR-11606: Disable tests automatically if Mockito does not work with Java runtime (Java 10) 2017-11-04 19:37:28 +01:00
Erick Erickson d501ecd2d1 SOLR-11503: Collections created with legacyCloud=true cannot be opened if legacyCloud=false 2017-11-03 19:43:37 -07:00
Varun Thacker db18de7e6b SOLR-11003: Support bi-directional syncing of cdcr clusters. We still only support actively into one cluster cluster,
but have the ability to switch indexing clusters and cdcr will replicate correctly
2017-11-03 15:37:39 -07:00
Christine Poerschke b43dcde267 SOLR-11603: Remove unused (public) LTRScoringModel.hasParams() method. 2017-11-03 21:31:16 +00:00
Joel Bernstein 2a2cf4b5e4 SOLR-11602: Fix precommit 2017-11-03 15:29:11 -04:00
Joel Bernstein d723578034 SOLR-11602: Add Markov Chain Stream Evaluator 2017-11-03 15:00:43 -04:00
Chris Hostetter 7f033ac12b SOLR-10934: ref-guide link+anchor checking that doesn't require jekyll 2017-11-03 10:44:03 -07:00
Alan Woodward a886a001a4 LUCENE-8017: Add Weight.getCacheHelper() 2017-11-03 10:40:14 +00:00
Robert Muir ca5f9b3457 LUCENE-8007: Make scoring statistics mandatory 2017-11-02 23:02:21 -04:00
Joel Bernstein 0ebf5e0896 SOLR-11599: Change normalize function to standardize and make it work with matrices 2017-11-02 21:37:29 -04:00
Scott Blum 0637407ea4 SOLR-11423: fix typo 2017-11-02 18:26:59 -04:00
Cassandra Targett 42cc1c07f7 Ref Guide: Update release steps to publish the Guide; increase TOC level so more sections appear in how-to-contribute page online 2017-11-02 14:45:11 -05:00
Cassandra Targett 6428ddb10e SOLR-11144: Add Analytics Component docs to the Ref Guide 2017-11-02 13:18:40 -05:00
Joel Bernstein e915078707 SOLR-10680: Add minMaxScale Stream Evaluator 2017-11-02 13:44:42 -04:00
Andrzej Bialecki dc6119b85d SOLR-11072: Make the new test more robust to side-effects from other tests in the suite. 2017-11-02 17:35:13 +01:00
Andrzej Bialecki 6008b186a2 SOLR-11072: Fix creation of searchRate triggers via API, add a unit test, other minor edits. 2017-11-02 16:32:29 +01:00
Noble Paul f564f9ca4b SOLR-11380: Test failure 2017-11-02 19:22:57 +10:30
Cao Manh Dat bf040a88ef SOLR-10125: Enable debug logging for addReplicaTest() 2017-11-02 15:20:42 +07:00
Noble Paul 0e738a0369 SOLR-11380: V2request also converted to do streaming write 2017-11-02 17:39:31 +10:30
Robert Muir aa0286540f SOLR-11511: qualify inner type name for javadocs links to fix precommit 2017-11-01 20:29:06 -04:00
Joel Bernstein 6eea7f70a0 SOLR-11594: Add precision Stream Evaluator 2017-11-01 13:35:35 -04:00
Mike McCandless 77e6e291bf LUCENE-7994: use int/int scatter map to count facets when number of hits is small relative to number of unique facet labels 2017-11-01 12:58:53 -04:00
David Smiley 1ff6084d8e SOLR-11511: minor: use existing fields in DURP: coreDesc, zkController, collection 2017-11-01 11:47:09 -04:00
Joel Bernstein 6d5a7920ae SOLR-11593: Add support for covariance matrices to the cov Stream Evaluator 2017-11-01 11:30:15 -04:00
Shalin Shekhar Mangar 44b7bc0177 SOLR-11591: Change the test to not run into the race condition identified until we fix it 2017-11-01 19:48:00 +05:30
Noble Paul 1b8747ec4f SOLR-11380: XML request writer also stream request 2017-11-01 19:26:22 +10:30
Shalin Shekhar Mangar 2e4b6929d2 SOLR-9440: Revert visibility change of collectionWatches 2017-11-01 10:15:39 +05:30
Joel Bernstein 5633268a45 SOLR-11567: Add triangularDistribution Stream Evaluator 2017-10-31 19:52:07 -04:00
Erick Erickson 148d81c1e9 SOLR-11438: Solr should return rf when min_rf is specified for deletes as well as adds 2017-10-31 16:21:58 -07:00