At 04:19 PM 01/16/02 -0800, Panos Adam wrote:
>Hi list. Your help is necessary.
>I have created a bunch of html pages (using the greek character set
>windows-1253). When on the command line I run the search command using as a
>key term a greek word i get the error "err:no search words specified". It
>only happens with greek key terms.
Are you indexing Greek letters?
When you index use
swish-e -c config -T parsed_words indexed_words -i test.html
and make sure it's indexing all the words you think it should be indexing.
When you search do this:
swish-e -w <greekword> -H 9
For example
swish-e -w +++abc -H 9
# Search Words: +++abc
# Parsed Words: abc
The "+" is not a WordCharacter so it's not considered part of a word.
--
Bill Moseley
mailto:moseley@hank.org
Received on Thu Jan 17 00:33:55 2002