I was trying the new feature Search_as_you_type but I don't know if if it my lack of knowledge but it is not working. I installed the verion 7.14. this is my kibana queries. this query yeld nothing no hits.
DELETE test
PUT test
{
"mappings": {
"properties": {
"id": {
"type": "keyword"
},
"content": {
"type": "search_as_you_type"
}
}
}
}
POST test/_doc
{
"id" : "my dog is a great search engine"
}
Your right !! now I get results. I had my eyes on the tree not the forest! but I still don't understand why this field is called search_as_you_type it return all the content field, am I going to have to index every words ? If I type lets say "gre" the search should come out with "great" or "great search".
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.