Commit Graph

3707 Commits

Author SHA1 Message Date
Erick Erickson 52632cfc0c SOLR-8906: Make transient core cache pluggable 2017-04-03 13:27:12 -07:00
Christine Poerschke 186c5edd63 SOLR-10383: Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
(Vitezslav Zak, Christine Poerschke)
2017-04-03 13:01:16 +01:00
Dennis Gove ef821834d1 SOLR-10393: Adds UUID Streaming Evaluator 2017-04-01 23:15:43 -04:00
Dennis Gove 674ce4e893 SOLR-10356: Adds basic math streaming evaluators 2017-04-01 21:58:04 -04:00
Alexandre Rafalovitch b02626de50 SOLR-9601: DIH Tika example is now minimal
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-01 19:06:50 -04:00
Alexandre Rafalovitch 580f6e98fb 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-01 13:42:23 -04:00
Chris Hostetter b60b86ecab SOLR-10399: Generalize some internal facet logic to simplify points/non-points field handling 2017-03-31 17:01:42 -07:00
markrmiller 0445f8200e SOLR-10338: Configure SecureRandom non blocking for tests. 2017-03-31 10:53:20 -04:00
Erick Erickson edcdc3052b SOLR-10387: zkTransfer normalizes destination path incorrectly if source is a windows directory 2017-03-29 21:13:40 -07:00
Jan Høydahl a6f27d3e1e SOLR-10147: Admin UI -> Cloud -> Graph: Impossible to see shard state 2017-03-29 10:54:02 +02:00
Cao Manh Dat 9b7c8d5606 SOLR-9993: Add support for ExpandComponent with PointFields 2017-03-29 13:52:51 +07:00
Shai Erera deddc9b5c8 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-29 06:18:39 +03:00
Steve Rowe 0a689f4d95 SOLR-10357: Enable edismax and standard query parsers to handle the option combination sow=false / autoGeneratePhraseQueries=true by setting QueryBuilder.autoGenerateMultiTermSynonymsQuery 2017-03-28 18:39:28 -04:00
Ishan Chattopadhyaya 6b0217b7cb SOLR-6736: Adding support for uploading zipped configsets using ConfigSets API 2017-03-29 00:44:27 +05:30
Ishan Chattopadhyaya 0322068ea4 SOLR-10365: Handle a SolrCoreInitializationException while publishing core state during SolrCore creation 2017-03-29 00:26:31 +05:30
Steve Rowe 1a80e4d694 SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory 2017-03-28 11:47:02 -04:00
Jan Høydahl 68eb078af8 SOLR-10369: bin\solr.cmd delete and healthcheck now works again (fixed continuation chars ^) 2017-03-28 14:24:09 +02:00
Steve Rowe b46b8278c6 SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory 2017-03-27 23:53:55 -04:00
Andrzej Bialecki cb20eae178 SOLR-10362: "Memory Pool not found" error when reporting JVM metrics. 2017-03-27 22:19:03 +02:00
Erick Erickson 0b3ca1bb61 SLR-10108: bin/solr script recursive copy broken 2017-03-27 12:15:05 -07:00
Ishan Chattopadhyaya 2ba54a36ba SOLR-10352: bin/solr script now prints warning when available system entropy is lower than 300 2017-03-27 23:56:23 +05:30
markrmiller e11c86f6e4 SOLR-10076: Move changes entry to 6.6 release. 2017-03-27 10:44:45 -04:00
David Smiley f1aef3d12b SOLR-10304: Refactor new SolrDocumentFetcher out of SolrIndexSearcher 2017-03-24 23:01:32 -04:00
David Smiley 8664f1f38a SOLR-10249: Refactor IndexFetcher to return detailed result 2017-03-24 22:46:24 -04:00
Steve Rowe 53e5f34f66 SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
Shalin Shekhar Mangar c221ef0fde SOLR-10281: ADMIN_PATHS is duplicated in two places and inconsistent 2017-03-23 19:33:45 +05:30
koji 583fec1a58 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 14:57:45 +09:00
Cao Manh Dat b7042c1f6e Add support for CollapseQParser with PointFields 2017-03-22 15:00:33 +07:00
Dennis Gove 92297b5860 SOLR-10292: Adds CartesianProductStream to turn multivalued fields into multiple tuples 2017-03-20 16:40:46 -04:00
Christine Poerschke ffaa2345b4 SOLR-10046: move from 6.5.0 to 6.6.0 CHANGES.txt (backport yet to be completed) 2017-03-20 19:00:33 +00:00
Andrzej Bialecki a3e4f57e1b SOLR-10319 SolrCore "instanceDir" metric not visible in JMX. 2017-03-20 19:03:55 +01:00
Cao Manh Dat fb296fd5fc SOLR-9992: Update changes.txt 2017-03-20 17:30:40 +07:00
Steve Rowe 9b57545df0 SOLR-10218: The Schema API commands add-field-type and replace-field-type improperly specify SimilarityFactory params 2017-03-18 00:00:59 -04:00
Tomas Fernandez Lobbe 3b66001845 SOLR-10237: Poly-Fields should work with subfield that have docValues=true 2017-03-17 11:55:15 -07:00
Jim Ferenczi d374193e73 Add 6.6 version 2017-03-17 11:55:59 +01:00
David Smiley 8fbd9f1e40 SOLR-10273: DocumentBuilder move longest field to last position 2017-03-16 21:22:08 -04:00
Steve Rowe d1b2fb33ef SOLR-9185: Solr's edismax and Lucene/standard query parsers should optionally not split on whitespace before sending terms to analysis 2017-03-16 19:41:47 -04:00
David Smiley 2502af9f3f SOLR-10286: large fields.
And refactored FieldType.checkSchemaField to call a new checkSupportsDocValues()
2017-03-16 14:58:59 -04:00
Joel Bernstein f8831ce3c4 Fixed typos in CHANGES.txt 2017-03-16 14:18:43 -04:00
Tomas Fernandez Lobbe 7a625bbb25 SOLR-9990: Add PointFields in example/default schemas 2017-03-16 11:09:42 -07:00
Joel Bernstein 3d81a9c8e7 SOLR-10254, 10085: Update CHANGES.txt 2017-03-16 13:54:25 -04:00
Christine Poerschke 17cc3e7dad SOLR-10283: Learning to Rank (LTR) SolrFeature to reject searches with missing efi (External Feature Information) used by fq. 2017-03-16 14:10:28 +00:00
Ishan Chattopadhyaya d825737048 SOLR-10302: Solr's zkcli scripts now able to find the metrics libraries 2017-03-16 05:33:29 +05:30
Ishan Chattopadhyaya 2bce98b0c1 SOLR-9516: Updating CHANGES.txt entry 2017-03-16 02:07:11 +05:30
Christine Poerschke 9d56f13650 SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke) 2017-03-15 12:15:17 +00:00
Ishan Chattopadhyaya 65c695b025 SOLR-9516: Fix: Admin UI (angular) didn't work with Kerberos 2017-03-15 17:25:06 +05:30
Andrzej Bialecki 1192d396dd SOLR-10224: Add disk total and disk free metrics. 2017-03-14 19:58:31 +01:00
Chris Hostetter 09bd8612ce SOLR-10184: Fix bin/solr so it can run properly on java9 2017-03-14 10:23:49 -07:00
Andrzej Bialecki 1750095048 SOLR-10247: Support non-numeric metrics and a "compact" format of /admin/metrics. 2017-03-14 12:36:35 +01:00
markrmiller 91c3f78f8f SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. 2017-03-14 06:13:34 -04:00