For multi-site search or sorting by author, we do not want to use the text field for the name, but rather a simple string field (as with title).

Comments

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new1.32 KB
pwolanin’s picture

StatusFileSize
new1.88 KB

Also, seems like we should not compress the body - while that would make the index smaller, there is server overhead from uncompressing it every request, since searches and results are almost always coming from the body.

Looking at the Solr docs, it would make more sense to compress a field that is not usually retrieved or searched.

pwolanin’s picture

I think Jacob committed this patch to CVS 6.x already

pwolanin’s picture

Status: Needs review » Fixed
pwolanin’s picture

Status: Fixed » Closed (fixed)