It seems that the wildcard isnt working for the following example:
Data for search: Task, Tasks, Task to do
If I search with Task* it only returns:
Tasks.
The users expect that it returns all the above mentioned Data... (having several bugs on this) :
Search with wildcard "Task"* : Task, Tasks, Task to do
The search field is mapped with the following attributes: "type": "text"
** "analyzer": "german"**
I use the German analyzer in order to have the stop words, stemming etc...
Would it be possible to post a recreation of your issue (a few sample docs, the mapping and a query)? That will make it a lot easier to help with your issue.
Which wildcard query are you using? wildcard, match_phrase_prefix or query_string with wildcards? They all behave slightly differently.
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.