You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Egor Pahomov (JIRA)" <ji...@apache.org> on 2012/05/18 11:58:07 UTC

[jira] [Created] (SOLR-3468) Getting access from analysers to the real field name (dynamic field cases)

Egor Pahomov created SOLR-3468:
----------------------------------

             Summary: Getting access from analysers to the real field name (dynamic field cases)
                 Key: SOLR-3468
                 URL: https://issues.apache.org/jira/browse/SOLR-3468
             Project: Solr
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.4, 3.6
            Reporter: Egor Pahomov
            Priority: Minor


I have different stop-word dictionaries per field, but all these fields are captured by the single dynamic field i.e. single field type i.e. single analyser. I need a solution, in which I can get in every incrementToken() right name of the field I'm working with. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3468) Getting access from analysers to the real field name (dynamic field cases)

Posted by "Egor Pahomov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Egor Pahomov updated SOLR-3468:
-------------------------------

    Attachment:     (was: patch.diff)
    
> Getting access from analysers to the real field name (dynamic field cases)
> --------------------------------------------------------------------------
>
>                 Key: SOLR-3468
>                 URL: https://issues.apache.org/jira/browse/SOLR-3468
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.4, 3.6
>            Reporter: Egor Pahomov
>            Priority: Minor
>              Labels: analysis, attributes, dynamic, fields
>             Fix For: 3.4, 3.6
>
>         Attachments: SOLR-3468.patch
>
>
> I have different stop-word dictionaries per field, but all these fields are captured by the single dynamic field i.e. single field type i.e. single analyser. I need a solution, in which I can get in every incrementToken() right name of the field I'm working with. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (SOLR-3468) Getting access from analysers to the real field name (dynamic field cases)

Posted by "Egor Pahomov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Egor Pahomov resolved SOLR-3468.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.4
                   3.6
    
> Getting access from analysers to the real field name (dynamic field cases)
> --------------------------------------------------------------------------
>
>                 Key: SOLR-3468
>                 URL: https://issues.apache.org/jira/browse/SOLR-3468
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.4, 3.6
>            Reporter: Egor Pahomov
>            Priority: Minor
>              Labels: analysis, attributes, dynamic, fields
>             Fix For: 3.6, 3.4
>
>         Attachments: SOLR-3468.patch
>
>
> I have different stop-word dictionaries per field, but all these fields are captured by the single dynamic field i.e. single field type i.e. single analyser. I need a solution, in which I can get in every incrementToken() right name of the field I'm working with. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3468) Getting access from analysers to the real field name (dynamic field cases)

Posted by "Egor Pahomov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Egor Pahomov updated SOLR-3468:
-------------------------------

    Attachment: patch.diff
    
> Getting access from analysers to the real field name (dynamic field cases)
> --------------------------------------------------------------------------
>
>                 Key: SOLR-3468
>                 URL: https://issues.apache.org/jira/browse/SOLR-3468
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.4, 3.6
>            Reporter: Egor Pahomov
>            Priority: Minor
>              Labels: analysis, attributes, dynamic, fields
>             Fix For: 3.4, 3.6
>
>         Attachments: SOLR-3468.patch
>
>
> I have different stop-word dictionaries per field, but all these fields are captured by the single dynamic field i.e. single field type i.e. single analyser. I need a solution, in which I can get in every incrementToken() right name of the field I'm working with. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (SOLR-3468) Getting access from analysers to the real field name (dynamic field cases)

Posted by "Egor Pahomov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Egor Pahomov updated SOLR-3468:
-------------------------------

    Attachment: SOLR-3468.patch
    
> Getting access from analysers to the real field name (dynamic field cases)
> --------------------------------------------------------------------------
>
>                 Key: SOLR-3468
>                 URL: https://issues.apache.org/jira/browse/SOLR-3468
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.4, 3.6
>            Reporter: Egor Pahomov
>            Priority: Minor
>              Labels: analysis, attributes, dynamic, fields
>             Fix For: 3.4, 3.6
>
>         Attachments: SOLR-3468.patch
>
>
> I have different stop-word dictionaries per field, but all these fields are captured by the single dynamic field i.e. single field type i.e. single analyser. I need a solution, in which I can get in every incrementToken() right name of the field I'm working with. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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