Jianfeng Jia created ASTERIXDB-1318:
---------------------------------------
Summary: TweetParser should be able to translate all JSON field to
ADM
Key: ASTERIXDB-1318
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1318
Project: Apache AsterixDB
Issue Type: Bug
Reporter: Jianfeng Jia
The internal TweetParser have some limitations.
1. We only pick a few JSON fields, e.g. user, geolocation, message. I need the
place field. Also, there are also some other fields the other application may
also interested in. As a service provided by us, we should cut any information
from the original JSON file.
2. The text fields always call getNormalizedString() to filter out the
not-ASCII chars, which is a big loss of information. Even for English messages
there are emojis which are not “normal”.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)