Skip to content

Latest commit

 

History

History

2022-12-21-elasticsearch-lucene-index-time-join-nested-object

How Elasticsearch uses Lucene index time join to handle nested objects

Sample code for blog

Usage

  • Run the unit tests directly in IDE.
  • Java 11 required by Lucene 9

What's included

List of keywords so it might show up in search results ...

  • Import lucene using gradle
  • Index and search document
  • Flatten nested object, which does not work as expected...
  • Handle array of object in a document/object