It gives me correct result 'Mohit Sharma' and 'Mohit Shakya' as it returns results with exact matching of first term 'Mohit' and returning all words starting with 'S' but when i do same search with query
:"Dipanshu S" then it doesn't return any results because the word 'S' is not a word starting with character 'S' but its a complete word in itself in the data 'Dipanshu S'.
So how to manipulate query to get results with single character words?
can you please share the full commands of index creation + mapping in the console tools or in a curl compatible fashion? The above snippets means, everyone reading your ask for support needs to convert this in working snippets, which again is quite tedious.
hey, it's little bit difficult for me to share that code but just wants to know that does the query "Dipanshu S" gives the result "Dipanshu S Sharma" ? I mean does the prefix "S" includes the result "Dipanshu S Sharma" as "S" is not a word starting from "S" but it's a complete word in itself. And did you got my question?
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.