Basantakumar created SOLR-13052:
-----------------------------------
Summary: 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
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]