Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis: fields that are not_analyzed should automatically default to keyword analyzer #229

Closed
kimchy opened this issue Jun 17, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Jun 17, 2010

It does not make sense to have the default (standard) analyzer on fields that are not_analyzed, since when searching that analyzer will be used and there won't be any hits. It should default to keyword analyzer.

@kimchy
Copy link
Member Author

kimchy commented Jun 17, 2010

Analysis: fields that are not_analyzed should automatically default to keyword analyzer, closed by 8e4c139.

mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
* Fix MPC-2824: disallowed loading student and admin portal in iframe
* Add headers to nginx webapp and fabfile
  * X-Frame-Options: deny clickjack prevention telling browser not to load our site in iframe
  * X-Content-Type-Options: nosniff prevent browser from interpreting content type
  * X-Permitted-Cross-Domain-Policies: none prevent cross-domain loading in adobe products
  * Referrer-Policy: no-referrer prevent browser from including referrer header
  * Permissions-Policy: -list- permission list for the site (previously Feature-Policy)
  * Strict-Transport-Security: -list- prevent browser from protocol downgrade and cookie hijacking
* Remove nginx version from server header

Approved-by: Matan Yemini
Approved-by: Can Yildiz
Approved-by: Gideon Avida
Approved-by: Andre Sodermans
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
whiteboard nginx

* Merged in nginx security headers for web apps (pull request elastic#229)

* Fix MPC-2824: disallowed loading student and admin portal in iframe
* Add headers to nginx webapp and fabfile
  * X-Frame-Options: deny clickjack prevention telling browser not to load our site in iframe
  * X-Content-Type-Options: nosniff prevent browser from interpreting content type
  * X-Permitted-Cross-Domain-Policies: none prevent cross-domain loading in adobe products
  * Referrer-Policy: no-referrer prevent browser from including referrer header
  * Permissions-Policy: -list- permission list for the site (previously Feature-Policy)
  * Strict-Transport-Security: -list- prevent browser from protocol downgrade and cookie hijacking
* Remove nginx version from server header

Approved-by: Matan Yemini
Approved-by: Can Yildiz
Approved-by: Gideon Avida
Approved-by: Andre Sodermans
* 1.11.0-915-dev

* Merged in dev/ttang2/dequeue_MPC-2823_21.09.08 (pull request elastic#228)

set max_group_prepared_capacity  to min_size

* set max_group_prepared_capacity  to min_size

* add comments

* set warm pool max size and not set desired number

* Merged master into dev/ttang2/dequeue_MPC-2823_21.09.08
* Merged master into dev/ttang2/dequeue_MPC-2823_21.09.08
* Merged master into dev/ttang2/dequeue_MPC-2823_21.09.08
* remove extra for wram pool max size

* Merge branch 'dev/ttang2/dequeue_MPC-2823_21.09.08' of bitbucket.org:engageli/devops into dev/ttang2/dequeue_MPC-2823_21.09.08

* Merged master into dev/ttang2/dequeue_MPC-2823_21.09.08
* Merge branch 'dev/ttang2/dequeue_MPC-2823_21.09.08' of bitbucket.org:engageli/devops into dev/ttang2/dequeue_MPC-2823_21.09.08


Approved-by: Gideon Avida
* Merged in dev/can/fix-ami-retrieval-master (pull request elastic#235)

Merged in dev/can/fix-ami-retrieval-2021-09-15 (pull request elastic#234)

Fix ami retrieval for merger and recorder

Also update use1a stack to 1.10.23

Approved-by: Gideon Avida
* Merged in dev/can/MPC-2843-include-u-rooms-2021-09-09 (pull request elastic#236)

MPC-2843: Include u rooms in attendance report

With the caveat of missing tenant names for now
* Merged in dev/can/attendance-improvements-2021-09-16 (pull request elastic#237)

Add date to report name
* Merged in dev/can/coventry-stacks-ansible-2021-09-14 (pull request elastic#238)

Add coventry stacks to ansible hosts
* 1.11.1-917-dev

* Small change to optionally print user aliases from google directory

* whiteboard nginx


Approved-by: Gideon Avida
costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
* Document common build params in release template

With this commit we clarify in the release benchmark issue template that
the version needs to be specified for all builds. We also reformat the
template slightly for readability.

Relates elastic#229
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant