Commit Graph

3717 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 25ef04b714 SOLR-10376: Implement autoscaling trigger for nodeAdded event 2017-04-17 12:18:32 +05:30
Shalin Shekhar Mangar 3eb2321c88 SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling 2017-04-04 14:42:47 +05:30
Shalin Shekhar Mangar 20e2490560 SOLR-10416: The JSON output of /admin/metrics is fixed to write the container as a map (SimpleOrderedMap) instead of an array (NamedList) 2017-04-04 14:30:31 +05:30
Mark Miller 4d538a51b4 SOLR-10338: Revert configure SecureRandom non blocking for tests. (reverted from commit 0445f8200e) 2017-04-04 14:30:30 +05:30
Mikhail Khludnev 5ee18c8ab5 SOLR-9745: fix solr.cmd to print errors from invoked script 2017-04-04 14:30:30 +05:30
Erick Erickson e9ef17468e SOLR-8906: Make transient core cache pluggable 2017-04-04 14:30:30 +05:30
Christine Poerschke 9868907fe7 SOLR-10383: Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
(Vitezslav Zak, Christine Poerschke)
2017-04-04 14:30:30 +05:30
Dennis Gove 8036300328 SOLR-10356: Adds basic math streaming evaluators 2017-04-04 14:30:29 +05:30
Shalin Shekhar Mangar 6904e04468 SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling 2017-04-03 17:30:26 +05:30
Dennis Gove 14e412d64a SOLR-10393: Adds UUID Streaming Evaluator 2017-04-03 17:13:41 +05:30
Dennis Gove 017a4b796f SOLR-10356: Adds basic math streaming evaluators 2017-04-03 17:13:41 +05:30
Alexandre Rafalovitch 18240e7962 SOLR-9601: DIH Tika example is now minimal
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-03 17:12:24 +05:30
Alexandre Rafalovitch 8528ac79b2 SOLR-7383: Replace DIH 'rss' example with 'atom'
rss example was broken for multiple reasons.
atom example showcases the same - and more - features
and uses the smallest config file needed to make it work.
2017-04-03 17:12:23 +05:30
Chris Hostetter 62304383af SOLR-10399: Generalize some internal facet logic to simplify points/non-points field handling 2017-04-01 16:46:45 +05:30
markrmiller cccc55c133 SOLR-10338: Configure SecureRandom non blocking for tests. 2017-04-01 16:46:45 +05:30
Erick Erickson 6c17c6e6ca SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory 2017-03-30 17:09:07 +05:30
Jan Høydahl 516122b31d SOLR-10147: Admin UI -> Cloud -> Graph: Impossible to see shard state 2017-03-30 17:09:07 +05:30
Cao Manh Dat a053750e47 SOLR-9993: Add support for ExpandComponent with PointFields 2017-03-30 17:09:07 +05:30
Shai Erera 83e95eb06c SOLR-10349: Add totalTermFreq support to TermsComponent
TermsComponent only returns docFreq information per requested term.
This commit adds a terms.ttf parameter, which if set to true, will
return both docFreq and totalTermFreq statistics for each requested
term.
2017-03-30 17:09:06 +05:30
Steve Rowe 01520e393a SOLR-10357: Enable edismax and standard query parsers to handle the option combination sow=false / autoGeneratePhraseQueries=true by setting QueryBuilder.autoGenerateMultiTermSynonymsQuery 2017-03-30 17:09:06 +05:30
Ishan Chattopadhyaya f3379a4cf3 SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API 2017-03-30 17:09:06 +05:30
Ishan Chattopadhyaya 1d550b8b35 SOLR-10365: Handle a SolrCoreInitializationException while publishing core state during SolrCore creation 2017-03-30 17:09:06 +05:30
Steve Rowe edcb3ac38b SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory 2017-03-30 17:09:06 +05:30
Jan Høydahl e49c6082a5 SOLR-10369: bin\solr.cmd delete and healthcheck now works again (fixed continuation chars ^) 2017-03-30 17:09:05 +05:30
Steve Rowe 2e615fa370 SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory 2017-03-30 17:09:04 +05:30
Andrzej Bialecki 55a0ce1b0d SOLR-10362: "Memory Pool not found" error when reporting JVM metrics. 2017-03-30 17:09:04 +05:30
Erick Erickson f10f76dbae SLR-10108: bin/solr script recursive copy broken 2017-03-30 17:09:04 +05:30
Ishan Chattopadhyaya 8d32209a7f SOLR-10352: bin/solr script now prints warning when available system entropy is lower than 300 2017-03-30 17:09:04 +05:30
markrmiller c6e8f9cc66 SOLR-10076: Move changes entry to 6.6 release. 2017-03-30 17:09:04 +05:30
David Smiley b3de5c989c SOLR-10304: Refactor new SolrDocumentFetcher out of SolrIndexSearcher 2017-03-27 11:34:10 +05:30
David Smiley 6e7625f801 SOLR-10249: Refactor IndexFetcher to return detailed result 2017-03-27 11:34:10 +05:30
Steve Rowe b1a574df4e SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-27 11:34:10 +05:30
Shalin Shekhar Mangar 7e4dc2b79d SOLR-10358: New suspend-trigger and resume-trigger APIs for autoscaling 2017-03-24 18:57:21 +05:30
Shalin Shekhar Mangar 0fb9d1bd1b SOLR-10340: New set-listener and remove-listener API 2017-03-24 14:07:56 +05:30
Shalin Shekhar Mangar e4b3df41a9 SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling 2017-03-24 13:11:10 +05:30
Shalin Shekhar Mangar aee74077fd SOLR-10281: ADMIN_PATHS is duplicated in two places and inconsistent 2017-03-23 20:10:14 +05:30
koji 0214722db5 SOLR-9184: Add a static convenience method ModifiableSolrParams#of(SolrParams) which returns the same instance if it already is modifiable, otherwise creates a new ModifiableSolrParams instance. 2017-03-23 20:10:13 +05:30
Cao Manh Dat cedf37c2fe Add support for CollapseQParser with PointFields 2017-03-23 20:10:13 +05:30
Dennis Gove c389148328 SOLR-10292: Adds CartesianProductStream to turn multivalued fields into multiple tuples 2017-03-23 20:10:12 +05:30
Christine Poerschke 3d67576307 SOLR-10046: move from 6.5.0 to 6.6.0 CHANGES.txt (backport yet to be completed) 2017-03-23 20:10:12 +05:30
Andrzej Bialecki fdb1f317b2 SOLR-10319 SolrCore "instanceDir" metric not visible in JMX. 2017-03-23 20:10:12 +05:30
Cao Manh Dat 7f25b909d8 SOLR-9992: Update changes.txt 2017-03-23 20:10:12 +05:30
Steve Rowe 02548774f0 SOLR-10218: The Schema API commands add-field-type and replace-field-type improperly specify SimilarityFactory params 2017-03-23 20:10:11 +05:30
Tomas Fernandez Lobbe 359dc1ce45 SOLR-10237: Poly-Fields should work with subfield that have docValues=true 2017-03-23 20:10:11 +05:30
Jim Ferenczi acd6a68704 Add 6.6 version 2017-03-23 20:10:10 +05:30
David Smiley 8100cbfdf1 SOLR-10273: DocumentBuilder move longest field to last position 2017-03-23 20:10:10 +05:30
Steve Rowe a7e02e8cdb SOLR-9185: Solr's edismax and Lucene/standard query parsers should optionally not split on whitespace before sending terms to analysis 2017-03-23 20:10:10 +05:30
David Smiley 28ca4a6e1e SOLR-10286: large fields.
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-23 20:10:09 +05:30
Joel Bernstein dd7e359697 Fixed typos in CHANGES.txt 2017-03-23 20:10:09 +05:30
Tomas Fernandez Lobbe 7183dfda2e SOLR-9990: Add PointFields in example/default schemas 2017-03-23 20:10:09 +05:30