Page 1 of 1

fuzzy search or wildcard-basis search?

PostPosted:Tue Dec 02, 2008 2:49 am
by leonyuan
Hi,all
In the OKMSearch class, there are 4 methods about searching : findByContent, findByKeywords, findByName and findByStatement. I wonder if the method support the fuzzy seaarching or wildcard-basis searching ? for example, i do a search like this :
findByKeywords(token, \"*myexpression*\");
thanks!

Re:fuzzy search or wildcard-basis search?

PostPosted:Tue Dec 09, 2008 11:57 am
by pavila
OpenKM does not support fuzzy search by default, but it support wildcards. It uses Lucene as search engine, so you can refer to lucene documentation for more info. Anyway I don\'t understand your question. What is the problem?