You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,is there a way to get the frequency of the search term in each document in the search results? From the example in the reference, https://oss.redislabs.com/redisearch/java_client.html, suppose the body was the lorem ipsum lorem ipsum lorem ipsum is there a way to get how many times the word lorem was present in the document indexed - say return 3 in this case?
Let me know if I am failing to see if there is a way already to do this using JRedisearch. I am using the following dependency in the build.gradle implementation("com.redislabs:jredisearch:0.25.0")
The text was updated successfully, but these errors were encountered:
Hi,is there a way to get the frequency of the search term in each document in the search results? From the example in the reference, https://oss.redislabs.com/redisearch/java_client.html, suppose the body was the
lorem ipsum lorem ipsum lorem ipsum
is there a way to get how many times the wordlorem
was present in the document indexed - say return 3 in this case?Let me know if I am failing to see if there is a way already to do this using JRedisearch. I am using the following dependency in the build.gradle
implementation("com.redislabs:jredisearch:0.25.0")
The text was updated successfully, but these errors were encountered: