Hi!
> Is it possible to search all documents where words begins with some
> template?
> For exampe: i'd like to type "abc" and get all documents where exist words
> which begin with "abc, abcd, abcr, abctyu" In another words "abc*"
Yes, try the prefix method.
I use it with the following parameters:
max_prefix_matches: 9999
--> the maximum number of extentions ( if you set it to 2 it will only
fetch abc,abca, abcb )
prefix_match_character:
--> if its left blank, it will always try to expand the search words
search_algorithm: exact:100 synonyms:30 prefix:0.5 endings:0.1
--> enable prefix match
mfg
MIC
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.