Internal fields of a compound type should not be returned to user by default
----------------------------------------------------------------------------

                 Key: SOLR-2103
                 URL: https://issues.apache.org/jira/browse/SOLR-2103
             Project: Solr
          Issue Type: Improvement
          Components: Schema and Analysis, search
            Reporter: Lance Norskog


A search on records with a compound type ("location" in my use case) with 
'fl=*' returns the internal fields (location_0_d,location_1_d) along with 
'location'.

These internal fields are implementation details and should not be returned 
with the wildcard field set. These fields should be visible if the fl= 
parameter specifically asks for them. This syntax would make sense: 
"fl=*,location_0_d,location_1_d". Meaning, "return all the fields described in 
the schema, and also return the internal fields".


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


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

Reply via email to