Hello, We would like to be able to specify two different fields that both use the same indexed field but use different analyzers. An example use-case for this might be doing query-time synonym expansion with the synonyms weighted lower than an exact match.
q=exact_field^10 OR synonyms^1 The normal way to do this in Solr, which is just to set up separate analyzer chains and use a copyfield, will not work for us because the field in question is huge. It is about 7 TB of OCR. Is there a way to do this currently in Solr? If not , 1) should I open a JIRA issue? 2) can someone point me towards the part of the code I might need to modify? Tom Tom Burton-West Information Retrieval Programmer Digital Library Production Service University of Michigan Library http://www.hathitrust.org/blogs/large-scale-search
