Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-13052

Solr dynamic field issue

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

      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

       

       

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            bjigupta Basantakumar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: