You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2014/08/08 16:38:12 UTC

[jira] [Created] (SOLR-6344) Wild card support for JSON parsing

Noble Paul created SOLR-6344:
--------------------------------

             Summary: Wild card support for JSON parsing
                 Key: SOLR-6344
                 URL: https://issues.apache.org/jira/browse/SOLR-6344
             Project: Solr
          Issue Type: Sub-task
            Reporter: Noble Paul
            Assignee: Noble Paul



additional syntaxes

 * f=/path/to/node/* : map  all fields in that path to respective keys
 * f=/path/to/node/** : map all fields recursively in that path with respective keys
* f=dest:/path/to/node/*: map all the fields to a field called 'dest'
* f=dest:/path/to/node/**:map all the fields recursively to a field called 'dest'



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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