on 2019 Apr 06 5:34 PM
I have a requirement suppose user search for Chardonnay United States currently it will display all the results which contain Chardonnay or ,united or states,I want to display only the products which contain Chardonnay untied states in their description.
Request clarification before answering.
Change the type from text to string and disable wildcard and fuzzy match types. If you still need to have it as a text and not as a string, create a new itemtype in both, solr schema.xml and hybris that doesnt do any token decomposition for example:
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
</analyzer>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.