1

In the new GAE API for Full Text Search, I can't find any option to activate stemming. I have tried to search for singular/plural words in my application, and indeed searching for "document" does not return the same result set as searching for "documents". Same goes for accentuated characters, searching for "vehicule" or "véhicule" does not return the same result set. Is there an option somewhere, either in the API or in the query language syntax, that I can use to activate stemming ? Or do I have to build my own stemming by pre-processing the query and translate for example "document" into "(document OR documents)" ?

sdonze
  • 61
  • 3

2 Answers2

0

In this other SO question they discuss the same. You should use the now documented ~ operator

Community
  • 1
  • 1
Sebastian Kreft
  • 7,819
  • 3
  • 24
  • 41
0

you should assume charset type.