Jan Høydahl
30bf6b657f
SOLR-12350: Do not use docValues as stored for _str (copy)fields in _default configset
2018-06-08 15:12:48 +02:00
Varun Thacker
44015e2acd
SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log
2018-05-28 12:43:05 -07:00
Varun Thacker
8a697ee09c
SOLR-12265: Fix jetty-start shade issue
2018-05-10 10:10:44 -07:00
Mark Miller
5e2a5a5b8c
SOLR-10783: Add support for Hadoop Credential Provider as SSL/TLS store password source.
2018-04-09 21:57:56 -05:00
Joel Bernstein
d420139c27
SOLR-12175: Add random field type and dynamic field to the default managed-schema
2018-04-05 14:00:07 -04:00
Varun Thacker
41a1cbe2c3
SOLR-7887: Fix logging filePattern to use solr.log.X format
2018-04-02 10:15:12 -07:00
Varun Thacker
bea6e2307b
SOLR-7887: Log4J2 upgrade fixes
2018-03-26 11:32:03 -07:00
Erick Erickson
624d128b5e
SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
2018-03-25 19:16:09 -07:00
Shalin Shekhar Mangar
fc8c239f93
SOLR-11957: Increase MaxFileSize=32MB and MaxBackupIndex=10 for RollingFileAppender in log4j.properties
2018-03-05 15:45:25 +05:30
Varun Thacker
a9f0272380
SOLR-12006: Add a '*_t' and '*_t_sort' dynamic field for single valued text fields
2018-02-20 17:31:00 -08:00
Chris Hostetter
034677d5ca
SOLR-11978: use new SortableTextField in _default and sample_techproducts_configs configsets
2018-02-12 15:14:44 -07:00
Christine Poerschke
abf3d11332
SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke)
2018-01-30 12:39:44 +00:00
Erick Erickson
2900bb597d
SOLR-11810: Upgrade Jetty to 9.4.8
2018-01-17 11:33:22 -08:00
Chris Hostetter
6dcbb2d412
SOLR-3218: Added range faceting support for CurrencyFieldType
2018-01-14 16:30:24 -07:00
Cassandra Targett
eec25eacce
SOLR-4323: fix unterminated lst element in techproducts example solrconfig
2017-11-10 16:35:38 -06:00
Cassandra Targett
01e7756e08
SOLR-8852: change wiki link in solr/server/solr/README.txt to point to the Ref Guide
2017-10-19 16:40:19 -05:00
Uwe Schindler
7b313bb597
SOLR-11482: RunExecutableListener was removed for security reasons
2017-10-13 13:48:18 +02:00
Varun Thacker
e30171397e
SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas
2017-10-06 15:48:58 -07:00
Jan Høydahl
bc95209774
SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config. Fixes #249
2017-09-19 10:45:23 +02:00
Ishan Chattopadhyaya
c8e0e939e4
SOLR-11183: V2 APIs are now available at /api endpoint
2017-08-20 21:00:15 +05:30
Steve Rowe
67b3d4e108
SOLR-10760: Remove trie field types and fields from example schemas
2017-07-26 12:34:51 -04:00
Chris Hostetter
6a59253ec3
SOLR-10494: Make default response format JSON (wt=json), and also indent text responses formats (indent=on) by default
2017-07-24 08:42:02 -07:00
Cassandra Targett
cbe7084a8e
SOLR-11135: Update Ref Guide links in READMEs, config files and UI
2017-07-21 21:06:43 -05:00
Varun Thacker
df3a9b3531
SOLR-11021: The elevate.xml config-file is now optional in the ElevationComponent. The default configset doesn't ship with an elevate.xml file anymore
2017-07-07 12:42:49 -07:00
Jan Høydahl
a60ec1b432
SOLR-9526: Data driven schema now indexes text field "foo" as both "foo" (text_general) and as "foo_str" (string) to facilitate both search and faceting
2017-07-06 15:56:51 +02:00
Varun Thacker
d13e70f683
SOLR-10967: Cleanup the schema for the default configset
2017-07-05 14:49:54 -07:00
Anshum Gupta
3b6d741016
Solr 7.0 release, bumping up version to 8 on master
2017-06-30 10:40:27 -07:00
David Smiley
82a44beb3c
SOLR-6807: requestDispatcher/@handleSelect now defaults to false; stop using it.
...
Deprecated StandardRequestHandler; stop using it.
2017-06-28 17:22:44 -04:00
Ishan Chattopadhyaya
e4a7fc59ad
SOLR-10574: Adding _default configset, replacing data_driven_schema_configs and basic_configs
2017-06-26 04:58:02 +05:30
Steve Rowe
a6f4f2dd9c
SOLR-10503,SOLR-10502: Deprecate CurrencyField in favor of new CurrencyFieldType, which works with point fields and provides control over dynamic fields used for the raw amount and currency code sub-fields.
2017-06-23 10:14:28 -04:00
yonik
98276481e4
SOLR-10921: raise lucene BooleanQuery.maxClauseCount, add higher level checking via QueryUtils.build
2017-06-22 16:05:19 -04:00
Ishan Chattopadhyaya
1a58412e4a
SOLR-10574: Reverting previous commits to tackle test failues
2017-06-20 23:14:24 +00:00
Ishan Chattopadhyaya
d1c807dd70
SOLR-10574: Adding unified _default config set
2017-06-20 11:05:07 +00:00
Ishan Chattopadhyaya
7c2429bebf
SOLR-10574: Adding data driven support to basic_confs and adding payload fields
2017-06-20 11:03:48 +00:00
Jan Høydahl
4746ff0ec8
SOLR-9623: Disable remote streaming in example configs by default. Adjust Upload Limit defaults
2017-06-20 11:00:08 +02:00
Steve Rowe
566fcfce13
SOLR-10761: Switch trie numeric/date fields to points in data-driven-enabled example and test schemas
2017-06-09 19:43:01 -04:00
Varun Thacker
2c9f8604c2
SOLR-8437: Improve RAMDirectory details in sample solrconfig files
2017-06-02 21:56:49 -07:00
Chris Hostetter
fb3d3f1c92
SOLR-10791: Remove deprecated options in SSLTestConfig
2017-06-01 10:50:58 -07:00
Mark Miller
872b0dba2d
SOLR-10360: Solr HDFS snapshot export fails due to FileNotFoundException error when using MR1 instead of yarn.
...
This closes #173
2017-05-31 14:24:18 -04:00
Steve Rowe
78e7e1c307
SOLR-10379: Add ManagedSynonymGraphFilterFactory, deprecate ManagedSynonymFilterFactory
2017-05-25 17:49:20 -04:00
Jan Høydahl
21384b5b21
SOLR-10042: Delete old deprecated Admin UI
2017-05-18 14:12:59 +02:00
Mark Miller
0fb89f17e1
SOLR-10307: Allow Passing SSL passwords through environment variables.
2017-05-16 14:19:16 -03:00
Erik Hatcher
6c565c001b
SOLR-1485: Add payload support
2017-05-01 21:35:29 -04:00
Jan Høydahl
61f64829d8
SOLR-7041: Remove a lot of defaultOperator and defaultSearchField from test configs (still more work to do)
2017-04-29 20:39:50 +02:00
Steve Rowe
57f17b1118
SOLR-9386: Upgrade Zookeeper to 3.4.10
2017-04-28 11:24:53 -04:00
Steve Rowe
1a80e4d694
SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory
2017-03-28 11:47:02 -04:00
Steve Rowe
b46b8278c6
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-27 23:53:55 -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
Tomas Fernandez Lobbe
7a625bbb25
SOLR-9990: Add PointFields in example/default schemas
2017-03-16 11:09:42 -07: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
Noble Paul
124b505810
SOLR-8045: SerachHandler to override the registerV2() and remove registerPath from sample solrconfig.xml
2017-03-15 18:40:38 +10:30
David Smiley
182c20c4e5
SOLR-10039: New LatLonPointSpatialField
2017-03-11 20:48:01 -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
Steve Rowe
2d896ee8d2
SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled.
2017-02-04 12:50:36 -05:00
Noble Paul
71abe13069
SOLR-8029: Added new style APIs and a framework for creating new APIs and mapping old APIs to new
2017-01-31 16:27:33 +10:30
markrmiller
9f58b6cd17
SOLR-9926: Allow passing arbitrary java system properties to zkcli.
2017-01-18 21:23:36 -05:00
Christine Poerschke
987e2650b5
SOLR-8542: changed Solr Reference Guide section references from "Result Reranking" to "Learning To Rank"
...
(Also added bullet points for the solr/contrib/ltr/README links.)
2017-01-12 17:56:18 +00:00
Steve Rowe
d817fd43ec
SOLR-9883: In example schemaless configs' default update chain, move the DUP to after the AddSchemaFields URP (which is now tagged as RunAlways), to avoid invalid buffered tlog entry replays.
2017-01-07 16:39:20 -05:00
Andrzej Bialecki
9d606d8ff0
SOLR-9880: Add Ganglia, Graphite and SLF4J metrics reporters.
2016-12-27 19:52:06 +01:00
Andrzej Bialecki
8bbdb6248c
Squashed commit of branch 'feature/metrics', containing:
...
SOLR-4735: Improve Solr metrics reporting
SOLR-9812: Implement /admin/metrics API
SOLR-9805: Use metrics-jvm library to instrument jvm internals
SOLR-9788: Use instrumented jetty classes
2016-12-20 09:31:24 +01:00
Christine Poerschke
c8542b2bd0
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:22:50 +00:00
yonik
c9522a3936
SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs
2016-12-16 11:46:48 -05:00
Kevin Risden
bf424d1ec1
SOLR-9728: Ability to specify Key Store type in solr.in file for SSL
2016-11-28 09:52:02 -06:00
Shalin Shekhar Mangar
487b0976eb
SOLR-9366: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter
2016-11-15 10:59:58 +05:30
yonik
b02e7a902e
SOLR-9038: add snapshotscli.sh and supporting code
2016-11-08 13:28:35 -05:00
Jan Høydahl
33db4de4d7
SOLR-9325: solr.log is now written to $SOLR_LOGS_DIR without changing log4j.properties
2016-10-14 23:19:09 +02:00
Noble Paul
5c5c0c93ae
SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit
2016-09-28 20:04:04 +05:30
Noble Paul
691472c0f0
SOLR-9557: Every implicit requesthandler now has a default 'useParams' attribute
2016-09-26 17:00:17 +05:30
Jan Høydahl
73c2edddf0
SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL and -q and -v options to bin/solr
2016-09-22 21:05:28 +02:00
Jan Høydahl
f391d57075
SOLR-6677: Reduced logging during Solr startup, moved more logs to DEBUG level
2016-09-22 17:04:01 +02:00
Jan Høydahl
2ef34e9e24
SOLR-8186: Solr start scripts, only log to console when running in foreground
2016-09-22 01:18:27 +02:00
Shalin Shekhar Mangar
738d52700a
SOLR-9449: Example schemas do not index _version_ field anymore because the field has DocValues enabled already
2016-08-29 09:32:31 +05:30
yonik
67b638880d
SOLR-9163: sync basic_configs w/ data_driven_schema_configs
2016-07-08 15:43:30 -04:00
Erick Erickson
db295440a6
SOLR-7903: Comment out trappy references to example docs in elevate.xml files
2016-07-06 14:50:43 -07:00
Mikhail Khludnev
a9dea9a983
SOLR-8445: fix line separator in log4j.properties files
2016-06-07 00:21:49 +03:00
Jan Høydahl
59e6e3bac3
SOLR-9131: Fix "start solr" text in cluster.vm Velocity template
2016-05-20 12:44:47 +02:00
Erick Erickson
5341918a0c
SOLR-9083: Remove deprecated <types> and <fields> from schemas
2016-05-10 06:54:11 -07:00
Steve Rowe
5d4cd44b6d
SOLR-8792: ZooKeeper ACL support fixed
2016-05-03 18:57:59 -04:00
Gregory Chanan
6e2d80d3a8
SOLR-9047: fix windows script
2016-04-29 15:00:01 -07:00
Gregory Chanan
0dec8f9415
SOLR-9047: zkcli should allow alternative locations for log4j configuration
2016-04-29 11:29:24 -07:00
markrmiller
ce172acb8f
SOLR-4509: Move to non deprecated HttpClient impl classes to remove stale connection check on every request and move connection lifecycle management towards the client.
2016-04-01 12:21:59 -04:00
yonik
e76fa56817
SOLR-8740: use docValues for non-text fields in schema templates
2016-03-16 18:51:50 -04:00
Noble Paul
e70c638bcf
SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed
2016-03-08 18:53:59 +05:30
nknize
96b195432f
Update master version to 7.0.0
2016-03-02 02:37:33 -06:00
Tomás Fernández Löbbe
20b7453cc8
SOLR-8713: new UI and example solrconfig files point to Reference Guide for Solr Query Syntax instead of the wiki.
...
This closes #12
2016-02-29 08:22:25 -08:00
Christine Poerschke
0ed625b107
SOLR-8734: fix (maxMergeDocs|mergeFactor) deprecation warnings: in solrconfig.xml <maxMergeDocs|mergeFactor> may not be combined with <mergePolicyFactory> and <maxMergeDocs|mergeFactor> on their own or combined with <mergePolicy> is a warning.
2016-02-26 15:51:46 +00:00
Christine Poerschke
159ace1b7c
SOLR-8621: solrconfig.xml in solr/server/solr/configsets and test-files/solr/configsets/bad-mergepolicy now also use <mergePolicyFactory> instead of <mergePolicy>
2016-02-11 20:41:35 +00:00
Steven Rowe
eb47a8b965
SOLR-4619: Improve PreAnalyzedField query analysis
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1725869 13f79535-47bb-0310-9956-ffa450edef68
2016-01-21 05:51:36 +00:00
Tomas Eduardo Fernandez Lobbe
c87b01af02
SOLR-8477: Let users choose compression mode in SchemaCodecFactory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723427 13f79535-47bb-0310-9956-ffa450edef68
2016-01-06 22:37:51 +00:00
Shalin Shekhar Mangar
7bfb2a2949
SOLR-8220: Read field from DocValues for non stored fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721795 13f79535-47bb-0310-9956-ffa450edef68
2015-12-27 10:27:00 +00:00
Shalin Shekhar Mangar
180d7828a7
SOLR-8426: Enable /export, /stream and /sql handlers by default and remove them from example configs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720468 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 22:10:49 +00:00
Shalin Shekhar Mangar
35d1d965de
SOLR-8427: Remove duplicate definition of /export
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720376 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 15:38:27 +00:00
Joel Bernstein
e04981edc7
SOLR-8266: Remove Java Serialization from the Streaming API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718947 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 19:52:28 +00:00
Varun Thacker
40486d3220
SOLR-8387: Rename all schema.xml files to managed-schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718932 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 18:33:46 +00:00
Varun Thacker
72501bd0bf
Cleanup the data_driven configset
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718294 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 10:32:26 +00:00
Varun Thacker
0e886c19fa
SOLR-8131: Make ManagedIndexSchemaFactory the default schemaFactory when luceneMatchVersion >= 6
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718258 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 07:32:41 +00:00
Shalin Shekhar Mangar
3619ada095
SOLR-7339: Remove http2-parent as a dependency because it is only a pom and thus fails our maven builds
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717777 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 14:54:26 +00:00
Shalin Shekhar Mangar
c10dd7daa7
SOLR-7339: Upgrade Jetty to v9.3.6.v20151106
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717377 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 04:21:34 +00:00
Joel Bernstein
b4b7fce0fe
SOLR-8262: Comment out /stream handler from sample solrconfig.xml's for security reasons
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1713530 13f79535-47bb-0310-9956-ffa450edef68
2015-11-09 20:19:56 +00:00
Erik Hatcher
4b2b6c5ca6
Add core/system property control over two VrW settings in the data driven config
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1697800 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26 01:22:52 +00:00