Class ClassificationFreeTextQueryBuilder
java.lang.Object
de.hybris.platform.commerceservices.search.solrfacetsearch.querybuilder.impl.AbstractFreeTextQueryBuilder
de.hybris.platform.commerceservices.search.solrfacetsearch.querybuilder.impl.ClassificationFreeTextQueryBuilder
- All Implemented Interfaces:
FreeTextQueryBuilder
@Deprecated(since="6.4",
forRemoval=true)
public class ClassificationFreeTextQueryBuilder
extends AbstractFreeTextQueryBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.4, default search mode (instead of legacy) should be used.
Implementation of FreeTextQueryBuilder that finds all the searchable ClassAttributeAssignments
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFreeTextQuery(SearchQuery searchQuery, String fullText, String[] textWords) Deprecated, for removal: This API element is subject to removal in a future version.Add a free text query to the search query.protected voidaddIndexedProperty(List<IndexedProperty> result, IndexedProperty indexedProperty) Deprecated, for removal: This API element is subject to removal in a future version.protected intgetBoost()Deprecated, for removal: This API element is subject to removal in a future version.protected List<IndexedProperty>getSearchableClassificationProperties(IndexedType indexedType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBoost(int boost) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.commerceservices.search.solrfacetsearch.querybuilder.impl.AbstractFreeTextQueryBuilder
addFreeTextQuery, addFreeTextQuery, addFreeTextQuery
-
Constructor Details
-
ClassificationFreeTextQueryBuilder
public ClassificationFreeTextQueryBuilder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getBoost
protected int getBoost()Deprecated, for removal: This API element is subject to removal in a future version. -
setBoost
public void setBoost(int boost) Deprecated, for removal: This API element is subject to removal in a future version. -
addFreeTextQuery
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FreeTextQueryBuilderAdd a free text query to the search query.- Parameters:
searchQuery- The search query to add search terms tofullText- The full text of the querytextWords- The full text query split into words
-
getSearchableClassificationProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
addIndexedProperty
Deprecated, for removal: This API element is subject to removal in a future version.
-