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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -