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
Post a Comment