Dear all ,,

we know that DOMContentUtils.java (in parse-html plug-in) extract the text from 
node and save it in sb (StringBuffer), then in will be saved in content field 
in solr.

Use Case: I want to split the content into 2 fields,,
content 1 : all the text
 content 2: special text

in order to add fields i solr I build a class "addfield.java"  that extend 
IndexingFilter:
      doc.add("content2","value");

and it works well, now how can I send the variable "content2" in 
DOMContentUtils.java to addfield.java ????

                                          

Reply via email to