Hello,
First of all, let me tell you that i am totally new on elasticsearch concept and trying to learn it in details.
Now, i am having a problem about searching on an attachment field (I can query on other fields)
This is the result when i query with the record id (http://localhost:9200/filesystem/files/10):
{
"_index": "filesystem",
"_type": "files",
"_id": "10",
"_version": 1,
"found": true,
"_source": {
"content": "e1xydGYxXGFuc2kNCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0DQpccGFyIH0="
}
}
Encoded string contains "ipsum" word so i should be able to get a result when i query "ipsum".
Hello David,
thanks for your reply, it solved one part of my problem, i appreciate it.
Now i have another problem about highlighting the result. can you pls help me about this too?
when i query with "match", i can get the highlighted result. however when i use the "query_string", i can not get the highlighted result. what is the difference between them. I am asking this in order to learn it in details, thanks for your time .
Hello David,
Now, i have another problem, i have indexed a word document (docx) which is a CV and mostly prepared with tables in the document, but i am not able to find results with basic searchs.
Is there a restriction about the tables in elastic search? do you have any idea about my problem?
thank you
This is the screenshot of the document which i have indexed.
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.