I'm thinking about building a search engine based on syntactic structure of a sentences.
For example, an entry "Gus is learning piano" will be stored in a syntactically enriched form such as,
{{"Gus", nsubj, "learning"},
{"is", aux, "learning"},
{"piano", dobj, "learning"}}
How does Elasticsearch index and search on such information?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.