amateescu / search_api_solr

11 stars 14 forks source link

Tokenized text support #11

Closed Berdir closed 10 years ago

Berdir commented 10 years ago

I'm not sure how much we really want to support this as I guess most tokenizing stuff should happen in solr, but right now, it dies with an exception that a single value field can't have multiple values and it is not indexing anything at all for the other fields.

Note that this includes the 8.x fixes.

amateescu commented 10 years ago

If this gets rids of the exception for now, I guess it's still some progress :)