You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/07/31 18:32:00 UTC

[jira] [Commented] (SOLR-12191) ref guide copy field page doesn't mention glob in dest

    [ https://issues.apache.org/jira/browse/SOLR-12191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16564144#comment-16564144 ] 

Cassandra Targett commented on SOLR-12191:
------------------------------------------

[~hossman], I went looking to fix this, but it seems to be there already, added before you filed this issue. There's this paragraph (line 43ff):

{code}
[IMPORTANT]
====
The `copyField` command can use a wildcard (*) character in the `dest` parameter only if the `source` parameter contains one as well. `copyField` uses the matching glob from the source field for the `dest` field name into which the source content is copied.
====
{code}

The page could probably be improved some to have more examples with the text, but first I wanted to make sure I wasn't misunderstanding your original idea when you filed this.

> ref guide copy field page doesn't mention glob in dest
> ------------------------------------------------------
>
>                 Key: SOLR-12191
>                 URL: https://issues.apache.org/jira/browse/SOLR-12191
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Hoss Man
>            Priority: Major
>
> A user on the mailing list asked about things like this...
> {noformat}
>   <!-- dynamic destination -->
>   <copyField source="*_dynamic" dest="dynamic_*"/>
> {noformat}
> which lead me to realize this is not currently docummented at all on this page...
> https://lucene.apache.org/solr/guide/copying-fields.html
> (it use to be demoed in the example schema, but as those got simplified/purged it isn't really spelled out anywhere)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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