You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2013/11/30 14:28:41 UTC

[jira] [Resolved] (SOLR-456) Ability to choose another analyzer for field

     [ https://issues.apache.org/jira/browse/SOLR-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson resolved SOLR-456.
---------------------------------

    Resolution: Won't Fix

2013 Old JIRA cleanup

> 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 was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org