Hi,
On 2 mai, 18:14, Gernot <
gernot.kog...@gmail.com> wrote:
> Hmm, that means that the french stemmer does not work like expected.
> Have a look at XapianDb::Indexer#index_text. As you can see, I'm using
> the Xapian TermGenerator to generate index terms from a model. I'm
> afraid I cannot help here, since the problem lies in the xapian
> binaries, not xapian_db. See alsohttp://
comments.gmane.org/gmane.comp.search.xapian.general/7208
Thks. Is there a way to test indexer or stemmer from console or irb ?
Can I get the query once parsed ? I prepend 'lang:fr' to all my
queries, and will later have 'lang:en' for the future english pages.
When I search with a stop word, I get all the pages as results, since
it searches with 'lang:fr'... Could be avoided if I can detect all
words were removed from query as stop words.