ok, but i'm not applying the filtering on the copyfields.
this is how my schema looks:



<field name="salary" type="text" indexed="true" stored="true" />
<field name="salary_min" type="salary_min_text" indexed="true" stored="true"
/>
<field name="salary_max" type="salary_max_text" indexed="true" stored="true"
/>
 

<copyField source="salary" dest="salary_min" />
<copyField source="salary" dest="salary_max" />

and the two datatypes defined before. that's why i tought i could first use
"copyField" to copy the value then index them with my two datatypes
filtering...

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

Reply via email to