Cao Manh Dat created SOLR-8543:
----------------------------------
Summary: Index json documents properly
Key: SOLR-8543
URL: https://issues.apache.org/jira/browse/SOLR-8543
Project: Solr
Issue Type: Bug
Reporter: Cao Manh Dat
When schemaless core index a json document. Solr will try to find field type
based on first value. It is quite convenient, but sometime solr's detection is
not match with json specification. For example, given a document
{code}
{
"name" : "50",
"star" : 5
}
{code}
Solr will detect {{name, star}} as {{long}} field. But it quite trivial in json
when a value is number or string. So {{name}} should be {{string}} field and
star as {{long}} field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]