Package com.mongodb.client.model
Class TextSearchOptions
java.lang.Object
com.mongodb.client.model.TextSearchOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Text search options for the
Filters.text(String, TextSearchOptions)
helper- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaseSensitive
(Boolean caseSensitive) Deprecated.Set the case-sensitive flag for the text searchdiacriticSensitive
(Boolean diacriticSensitive) Deprecated.Set the diacritic-sensitive flag for the text searchboolean
Deprecated.Deprecated.Returns the case-sensitive flag to use with the text searchDeprecated.Returns the diacritic-sensitive flag to use with the text searchDeprecated.Returns the language to be used with the text searchint
hashCode()
Deprecated.Deprecated.Set the language for the text searchtoString()
Deprecated.
-
Constructor Details
-
TextSearchOptions
public TextSearchOptions()Deprecated.
-
-
Method Details
-
getLanguage
Deprecated.Returns the language to be used with the text search- Returns:
- the language to use for the text search if set or null
-
language
Deprecated.Set the language for the text search- Parameters:
language
- the language to use for the text search- Returns:
- this
-
getCaseSensitive
Deprecated.Returns the case-sensitive flag to use with the text search- Returns:
- the case-sensitive flag if set or null
-
caseSensitive
Deprecated.Set the case-sensitive flag for the text search- Parameters:
caseSensitive
- the case-sensitive flag for the text search- Returns:
- this
-
getDiacriticSensitive
Deprecated.Returns the diacritic-sensitive flag to use with the text search- Returns:
- the diacritic-sensitive flag if set or null
-
diacriticSensitive
Deprecated.Set the diacritic-sensitive flag for the text search- Parameters:
diacriticSensitive
- the diacritic-sensitive flag for the text search- Returns:
- this
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-