How to store tree data in a Lucene/Solr/Elasticsearch index or a NoSQL db?

前端 未结 4 1429
别跟我提以往
别跟我提以往 2020-12-03 05:26

Say instead of documents I have small trees that I need to store in a Lucene index. How do I go about doing that?

An example node in the tree:

class          


        
4条回答
  •  我在风中等你
    2020-12-03 06:18

    There is a project SIREn http://rdelbru.github.io/SIREn which deals with 'in-depth' trees, addressing. Internally uses Dewey numbering (http://www.ipl.org/div/farq/deweyFARQ.html) ....

提交回复
热议问题