I am indexing from a RDBMS. I have a column in a table with pipe separated values, and upon indexing I would like to transform these values into multi-valued fields. For example,
ColumnA (From RDBMS)
---------------------
apple|orange|banana
I want to transform this to,
SOLR Index
------------
Fruit=apple
Fruit=orange
Fruit=banana
Please help!
No comments:
Post a Comment