[
https://issues.apache.org/jira/browse/SOLR-13052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-13052.
--------------------------------
Resolution: Invalid
Closing as invalid. When creating a new Jira issue the following text is
displayed:
{quote}This project has a user mailing list and an IRC channel for support.
Please ensure that you have discussed your problem using one of those
[resources|http://lucene.apache.org/solr/community.html#mailing-lists-irc]
BEFORE creating this ticket.
{quote}
> Solr dynamic field issue
> ------------------------
>
> Key: SOLR-13052
> URL: https://issues.apache.org/jira/browse/SOLR-13052
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Basantakumar
> Priority: Major
>
> Hello,
>
> I am having some doubts on dynamic field configuration on solr.
>
> My dynamic field is like below.
> {{<dynamicField indexed="true" multiValued="false" name="map_value*"
> stored="true" type="TextField"/>}}
>
> {{My cassandra table is as given below:}}
> {{CREATE TABLE TEST ( song uuid, map_value map<text, text>, PRIMARY KEY
> (song) );}}
>
> {{When I am inserting the key with prefix "map_value" like
> map_value_EMPNO,map_value_EMPNAME then its pulling the data in solr dashboard
> with map column.}}
>
> {{My requirement is my dynamic column map_value contains some other key which
> may not prefix with the string "map_value" for ex. DEPT, SALRY.But this value
> are not returning in the solr result for map columns.
> }}
>
> {{Is there a way to handle it ??}}
>
> {{Thanks}}
> {{Basanta}}
>
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]