I am developing a Lucene search for my Zend 1.12 site. I would like to combine fuzzy search and field enhancement. I am trying syntax like
title:"query"^10~0.8 OR description:"query"~0.8
This does not seem to change the results. I also tried to find clues on the Internet, no one had similar problems. This is a request for a specific setting, and field gain cannot be set in advance.
Question: Does Lucene support such a combination of modifiers? Is this syntax correct?
source
share