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

Chris A. Mattmann commented on SOLR-1131:
-----------------------------------------

{quote}
Perhaps we should return to the design level a bit instead of me reading code 
and maybe making mistakes and trying to infer intent.

Assume we have this:
<fieldType name="xy" class="solr.PointType" dimension="2" 
subFieldType="double"/>
<field name="home" type="xy" indexed="true" stored="true"/>

What are the exact field names that are indexed?
{quote}

Regarding the fieldType subFieldType attribute -- a question popped into my 
mind. How do we handle poly fields where each type is different? I.e., where 
subFieldType="double,tint" or whatever...

> Allow a single field type to index multiple fields
> --------------------------------------------------
>
>                 Key: SOLR-1131
>                 URL: https://issues.apache.org/jira/browse/SOLR-1131
>             Project: Solr
>          Issue Type: New Feature
>          Components: Schema and Analysis
>            Reporter: Ryan McKinley
>            Assignee: Grant Ingersoll
>             Fix For: 1.5
>
>         Attachments: SOLR-1131-IndexMultipleFields.patch, SOLR-1131.patch, 
> SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch
>
>
> In a few special cases, it makes sense for a single "field" (the concept) to 
> be indexed as a set of Fields (lucene Field).  Consider SOLR-773.  The 
> concept "point" may be best indexed in a variety of ways:
>  * geohash (sincle lucene field)
>  * lat field, lon field (two double fields)
>  * cartesian tiers (a series of fields with tokens to say if it exists within 
> that region)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to