turns out I can do things like this and the result is satisfying my condition
fields_to_exclude.each do |excluded_field|
configure excluded_field do
searchable false
end
end
fields_to_exclude is an array of field you wanted to exclude from search during Edit. Thanks for people that has tuned in