on ‎2018 Apr 05 4:14 PM
Hi Experts,
As per my analysis, it looks like solr search is not looking for a value in defined indexedProperty of type "String" as I am getting search results from indexed properties of type "text". Example, I am unable to search value provided under Product's code attribute for which indexed property is of String type.
is there any way I can make solr to search in indexed property of string also.
Thanks
Request clarification before answering.
It searches but the things is your product code should n't contain any white space. It treats that as a different literals. So either have your product code without any special character and then try or use Text type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if the product code an alphanumeric you will have issues, you can try change the SolrIndexedProperty.type(code) from string to text
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 | |
| 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.