You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several parameters that control the features that are used during a search. Disabling such features can improve the performance, that's why the library should indicate that possibility by providing a class which sets such params into the search adapter.
This are the possible parameters (default values are bold):
disableCache=(true|false)
generateAdvisorTree=(true|false)
idsOnly=(true|false)
useAsn=(true|false)
useCampaigns=(true|false)
useFoundWords=(true|false)
useKeywords=(true|false)
The text was updated successfully, but these errors were encountered:
There are several parameters that control the features that are used during a search. Disabling such features can improve the performance, that's why the library should indicate that possibility by providing a class which sets such params into the search adapter.
This are the possible parameters (default values are bold):
disableCache=(true|false)
generateAdvisorTree=(true|false)
idsOnly=(true|false)
useAsn=(true|false)
useCampaigns=(true|false)
useFoundWords=(true|false)
useKeywords=(true|false)
The text was updated successfully, but these errors were encountered: