Skip to content

Commit

Permalink
'sepinf-inc#390: allow to expand chat items in file tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Feb 13, 2023
1 parent 1d6825e commit f096473
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public void parse(InputStream indexFile, ContentHandler handler, Metadata metada
chatMeta.set(TikaCoreProperties.TITLE, chatName);
chatMeta.set(StandardParser.INDEXER_CONTENT_TYPE, CHAT_MIME_TYPE);
chatMeta.set(ExtraProperties.ITEM_VIRTUAL_ID, Integer.toString(chatVirtualId));
chatMeta.set(BasicProps.HASCHILD, Boolean.TRUE.toString());
for (Map.Entry<String,String> entry : httpResponse.entrySet()) {
chatMeta.set(entry.getKey(), entry.getValue());
}
Expand Down

0 comments on commit f096473

Please sign in to comment.