We get some unexpected results when using wild card queries. We're using
aaf and Ferret 0.11.4

For exampel, when seraching on a part of a collegues name (kristofer)
and limiting it to a specific source_id:

Query: source_id:25 AND kri*
Result: 2 documents. None of them containg the word kristofer, but other
matching words, as "kring" and "kringÄ" (swedish)

Query: source_id:25 AND kris*
Result: 0 documents.

Query: source_id:25 AND krist*
Result: 12 document. Works as expected.

The index contains in total about 200 000 documents and I've tried
rebuilding and optimizing with no result.

Has anyone else experienced something similar? Any ideas how to fix it?

Thanks!

/David Wennergren

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to