[
https://issues.apache.org/jira/browse/SOLR-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561443#action_12561443
]
Hoss Man commented on SOLR-456:
-------------------------------
This seems like a specific manifestation of the larger issue of "field aliasing"
brainstorming here...
http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams
> Ability to choose another analyzer for field
> --------------------------------------------
>
> Key: SOLR-456
> URL: https://issues.apache.org/jira/browse/SOLR-456
> Project: Solr
> Issue Type: Wish
> Components: highlighter
> Affects Versions: 1.3
> Reporter: Sergey Dryganets
> Attachments: OverrideFieldAnalyzer.patch
>
>
> To add new search options for example add case-sensitivity and not
> case-sensitivity search
> we need to index same field twice
> for example create field with 2 search options
> We should create 3 fields
> 1. case-sensitive <cs_text> index only field
> not case-sensitive <ncs_text> index only field
> and storage only field <text>
> So to properly highlight search by index we should use analyzer from another
> field (we send hl.fl =text but search by cs_text or ncs_text)
> It's possible to add parameter to per field override highlighter analyzer?
> ie I want to send parameter
> f.<fieldName>.hl.fieldOverride=<anotherFieldName>
> or for example above:
> f.text.hl.fieldOverride=ncs_text
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.