You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2015/02/25 21:20:04 UTC

[jira] [Created] (LUCENE-6296) BBoxFieldType should not store values for subfields (by default)

Ryan McKinley created LUCENE-6296:
-------------------------------------

             Summary: BBoxFieldType should not store values for subfields (by default)
                 Key: LUCENE-6296
                 URL: https://issues.apache.org/jira/browse/LUCENE-6296
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/spatial
            Reporter: Ryan McKinley
            Assignee: Ryan McKinley


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