i have the string "You may earn 25k dollars per week" stored in the field
"salary"

i'm using 2 copyfields "salary_min" and "salary_max" with source in "salary"
with those 2 datatypes 

salary is "text"
salary_min is "salary_min_text"
salary_max is "salary_max_text"

so, i was expecting this:

solr updates its index
solr copies the value from salary to salary_min and applies the value with
the regex
solr copies the value from salary to salary_max and applies the value with
the regex


but it's not working, it copies the value from one field to another, but the
filter isn't applied, even if it's working as you could see


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Regex-replacement-not-working-tp3120748p3121386.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to