Re: DataImportHandler w/ multivalued fields

2011-12-01 Thread Briggs Thompson
Hey Rahul, Thanks for the response. I actually just figured it thankfully :). To answer your question, the raw_tag is indexed and not stored (tokenized), and then there is a copyField for raw_tag to "raw_tag_string" which would be used for facets. That *should have* been displayed in the results.

Re: DataImportHandler w/ multivalued fields

2011-12-01 Thread Rahul Warawdekar
Hi Briggs, By saying "multivalued fields are not getting indexed prperly", do you mean to say that you are not able to search on those fields ? Have you tried actually searching your Solr index for those multivalued terms and make sure if it returns the search results ? One possibility could be t

Re: DataImportHandler w/ multivalued fields

2011-12-01 Thread Briggs Thompson
In addition, I tried a query like below and changed the column definition to and still no luck. It is indexing the full content now but not multivalued. It seems like the "splitBy" ins't working properly. select group_concat(freetags.raw_tag separator ', ') as raw_tag, site.* from