cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Free Text Phrase Query does not work

3,063

I faced strange behaviour for some SOLR features.
Enabling Free Text Phrase Query with appropriate slop and a huge boost (over 1000) does not bring any effect on the results.
For example, a store contains CALEA BUCURESTI in the name field. Searching for phrase does not even return needed store first (it may return something similar, however the store itself will be on around 5th-6th place). As for products the same situation may not return needed product at all.

Strange part is that the functionality for the free text phrase query is concatenated to the executed solr query:

However, it has no differences to the same request without Phrase Query part.

Do you know what am I possibly missing here?

SOLR version is 7.7.3

Accepted Solutions (0)

Answers (1)

Answers (1)

alex_alvarez1
Product and Topic Expert
Product and Topic Expert
0 Likes

Have a look at the Search & Navigation Microlearning Video to debug the query on the Solr console.

https://microlearning.opensap.com/media/Search+%26+NavigationA+Search+for+the+relevant+search+result...

0 Likes

Already found the answer, however, thanks a lot for ryour eply and information sharing!