Re: Merging text nodes/blocks of the catchall field

2012-01-16 Thread Erick Erickson
I don't know where the commas are coming from, as far as I know that's not part of Solr. You must have the catchall field defined with 'multiValued="true"" ', so if you set the increment gap to 0, that should help. When you do that, what does your return look like? Best Erick P.S. It's rather un

Merging text nodes/blocks of the catchall field

2012-01-13 Thread JZ
Currently, I have copied numerous fields to the catchall field. When I retrieve this field, it returns me the copied text nodes/blocks, separated by a comma. I want to merge all of the content of the catchall field. This is more convenient for keyword highlighting, so more text is shown. My que