but search found nothing
POST /trying-out-mapper-attachments/person/_search
{
"query": {
"query_string": {
"query": "ipsum"
}}}
if I add regualr field like :
POST /trying-out-mapper-attachments/person/3?refresh
{
"cv": "e1xydGYxXGFuc2kNCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0DQpccGFyIH0=",
"firstName" : "dror"
}
then "dror" found, but on attachment field its not working.
can not found any logs, and even dont knoew if problem is with Index nor Query
The first post you sent refers to trying-out-mapper-attachments index and person type.
Here you are showing an index named stackoverflow and a post type.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.