I'm using nodejs as the client-side for Elasticsearch and got the following settings for the query. I want to split the text while users input text like "aa123 bb234" into "aa123 bb" "234". Only split the pattern like "bb234"(maybe b-z, except a ). How can I do that in elasticsearch settings?
Is it a problem with search? Or at index time you want to modify the source document to split content in multiple fields?
It would be easier to provide a recreation script with your source data and a typical search the user would enter.
Just as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.
A full reproduction script is something anyone can copy and paste in Kibana dev console, click on the run button to reproduce your use case. It will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.
Please provide a full script we can use to reproduce locally.
Again see the example in About the Elasticsearch category. Please, try to keep the example as simple as possible. We basically need only one field here.
A full reproduction script is something anyone can copy and paste in Kibana dev console, click on the run button to reproduce your use case.
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.