Uses of Class
de.hybris.platform.solrfacetsearch.config.WildcardType
-
Packages that use WildcardType Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.impl -
-
Uses of WildcardType in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return WildcardType Modifier and Type Method Description WildcardTypeIndexedProperty. getFtsWildcardQueryType()WildcardTypeSearchQueryProperty. getFtsWildcardQueryType()static WildcardTypeWildcardType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WildcardType[]WildcardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.config with parameters of type WildcardType Modifier and Type Method Description voidIndexedProperty. setFtsWildcardQueryType(WildcardType ftsWildcardQueryType)voidSearchQueryProperty. setFtsWildcardQueryType(WildcardType ftsWildcardQueryType) -
Uses of WildcardType in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return WildcardType Modifier and Type Method Description WildcardTypeFreeTextWildcardQueryField. getWildcardType()Methods in de.hybris.platform.solrfacetsearch.search with parameters of type WildcardType Modifier and Type Method Description voidSearchQuery. addFreeTextWildcardQuery(java.lang.String field, java.lang.Integer minTermLength, WildcardType wildcardType, java.lang.Float boost)Adds a free text wildcard query field.voidFreeTextWildcardQueryField. setWildcardType(WildcardType wildcardType)Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type WildcardType Constructor Description FreeTextWildcardQueryField(java.lang.String field, java.lang.Integer minTermLength, WildcardType wildcardType, java.lang.Float boost) -
Uses of WildcardType in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type WildcardType Modifier and Type Method Description protected java.lang.StringAbstractFreeTextQueryBuilder. applyWildcardType(java.lang.String term, WildcardType wildcardType)
-