On Tue, May 23, 2006 at 10:51:42AM +0200, stuff wrote:
> Hello,
> 
> how is posibble to search only parts of words for exapmple if i have in
> index "Lazy fog was jumping over microstadio." I want this one will
> return for following search: "micro"

search for micro*

see http://ferret.davebalmain.com/api/classes/Ferret/QueryParser.html

If you don't use Ferret's Query Parser, you can construct a WildCardQuery
for the Term 'micro' manually, too.

Jens

-- 
webit! Gesellschaft für neue Medien mbH          www.webit.de
Dipl.-Wirtschaftsingenieur Jens Krämer       [EMAIL PROTECTED]
Schnorrstraße 76                         Tel +49 351 46766  0
D-01069 Dresden                          Fax +49 351 46766 66
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to