Apache Solr Tokenizers -


i using apache solr semantic search engine. in users can type , have retrieve using relevant results using words.

i want split string in tokens.

example: "actorsfrommumbai" -> "actors mumbai" 

how can achieve feature in solr ?

it looks searching decompounding -> https://wiki.apache.org/solr/languageanalysis#decompounding gives possibility search part of compounding words.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -