Pedro Martins wrote: > > my question is: is > there a way i can see what words are beeing indexed... The following will print out all the words in your index: swish-e -k '*' The following will print out all the words in your index that start with the letter 'a' swish-e -k 'a'Received on Tue Jan 29 18:57:21 2002