I am using Apache Solr as my semantic search engine. In which users can type anything and I have to retrieve using relevant results using words.
I want to split string in tokens.
Example: "actorsfrommumbai" -> "actors from mumbai"
How can I achieve this feature in solr ?