Let us say I have a simple blog application, with ferret set up and
running, performing searches on posts and comments (which are using
acts_as_ferret).
My question is:
is it possible, for each object which acts_as_ferret (let us take, for
example, a post), to retrieve the list of words indexed by ferret in
that very object?
Well, I tried this, but it returns me the whole content of the indexed
field. Isn't Ferret supposed not to index stopwords? I know it does
because if i try to perform a ferret search using, for example, the
keyword "The", I get no results (even if this keyword is contained in
some of my records).
Alternatively, is there a way to clean up a string from the stopwords
used by ferret?