Well, each indexed field is only handled by one co...
# community-help
ó
Well, each indexed field is only handled by one core. The only way to "parallelize it" is by splitting it in multiple smaller collections. Then you'll have to handle issues like relevance ordering, joining the results of multiple collection searches, etc...