cancel
Showing results for 
Search instead for 
Did you mean: 

Solr Free text query not working in SolrIndexedProperty.

gaurav11
Participant

We have configure the "Free Text Query Min Term Length" as value 3 in Solr Free text query.

But once we enter one character in search box and do the solr search, we are getting the products results.

Our expectation is once we enter 3 character, then only we get the results

Accepted Solutions (1)

Accepted Solutions (1)

Harish_Vatsa
Active Contributor

Hello gaurav11,

Solr takes into account relevance scoring while retrieving search results. It is possible that even when only one character is entered, Solr identifies relevant matches using its scoring algorithm. Therefore, it would be beneficial to review the configuration and settings related to relevance scoring in Solr.

Please refer the below link for more details on the configuration and settings:

https://solr.apache.org/guide/7_1/query-settings-in-solrconfig.html

--

Regards,

H.V.

Answers (0)