hi,
> When I search the word "newbie" I get the correct results.
>
> But when I search "the word "newbi" I don't get any search.
this is done by the search_algorithm "prefix"
--> the max number of words (with the same beginning),
htdig will search for is given by max_prefix_matches
--> if you always wanna use prefix matches, give
prefix_match_character:
(empty, if you fill in eg. * then you will get an hit,
if you search for newbi* )
> "matka" (means travel) and "puhelin" (means phone). So I'd want htdig to
> find word "matkapuhelin" if I search with word "puhelin".
thats done by adding "substring" to the search_algorithm in the
htdig.conf
file
--> but be warned, it slows down the search enourmously, when searching
for
common substrings !!!
(My search_algorithm looks like this:
search_algorithm: exact:100 synonyms:30 prefix:0.5 endings: 0.1
--> for more info, look for search_algorithm in
http://www.htdig.org/attrs.html#method_names
hope it helped
MIC
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.