set_stemmed


Description:

[ Version ( deprecated = true , deprecated_since = "0.17.7" , since = "0.15.1" ) ]
public void set_stemmed (bool stemmed)

Warning: set_stemmed is deprecated since 0.17.7.

Sets whether stemming is performed on the provided search terms.

Note:

Google Freebase has been permanently shut down.

If stemmed is true, words like eg. "natural", "naturally" or "nature" would be all reduced to the root "natur" for search purposes.

Parameters:

this

a FreebaseSearchQuery

stemmed

true to perform stemming on the search results