You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/10 01:45:12 UTC

[jira] [Commented] (SOLR-7164) BBoxFieldType should not store values for subfields (by default)

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

ASF subversion and git services commented on SOLR-7164:
-------------------------------------------------------

Commit 1672518 from [~ryantxu] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1672518 ]

SOLR-7164: update lucene field also

> BBoxFieldType should not store values for subfields (by default)
> ----------------------------------------------------------------
>
>                 Key: SOLR-7164
>                 URL: https://issues.apache.org/jira/browse/SOLR-7164
>             Project: Solr
>          Issue Type: Improvement
>          Components: spatial
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: Trunk, 5.1
>
>         Attachments: SOLR-7164-bbox-stored.patch
>
>
> When the bbox field creates the subfields, it uses the schema for 'double' and 'boolean' types.  
> As is, we can specify these field types as indexed, not stored -- but that is a bit trappy.
> Lets add a property to the field definition:
> {code}
>  storeSubFields="false"
> {code}
> and register the subfields appropriatly



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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