The document indexer – the REST API endpoint

The main aim of /api/index is to accept tokens from Concierge and add them to the index. So let's look at what we mean by "adding them to the index".

Document indexing can be defined as the following set of consecutive tasks:

  1. We rely on the payload to provide us with all the meta information needed to store the token.
  2. We follow down the inverted index tree, create any node in the path not yet created, and finally add the token details.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.148.210