better way to differentiate between vertices and edges
rmagen opened this issue · 1 comments
rmagen commented
currently we add to to every document a field "ty" that has a value of "vertex" or "edge". this makes for alot of useless text in the index. try to find a better way, like:
- storing the field as metadata in the type's mapping http://www.elastic.co/guide/en/elasticsearch/guide/current/_document_metadata.html
- changing the field to a boolean
- checking if the fields inId/outId exist