-
Notifications
You must be signed in to change notification settings - Fork 25k
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
null_pointer_exception returned when search to documents with invalid value #42187
Labels
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Comments
HanguChoi
changed the title
null_pointer_exception returned when search to documents with invalid value
May 16, 2019
null_pointer_exception
returned when search to documents with invalid value
I found various conditions for this error. settings
what is valid doc?no error
error
search
I'll add others if I find more. Thank you. |
omit properties
|
Pinging @elastic/es-search |
javanna
added
the
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
label
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Elasticsearch version (
bin/elasticsearch --version
):Plugins installed: []
analysis-nori
JVM version (
java -version
):OS version (
uname -a
if on a Unix-like system):Description of the problem including expected versus actual behavior:
null_pointer_exception
returned when query.(meaning:
a
,1
,한글
is ok. but''
,.
,null
is not ok.)Steps to reproduce:
multi_match field
When I inspect this bug, the error conditions are very various.
I'll describe it with log below.
Provide logs (if relevant):
introduction.text
value is''
(empty string)the response is
If errors, then all documents in error shard seems not hit.
The text was updated successfully, but these errors were encountered: