progressTrace field within the batch object offers a detailed breakdown of where time is spent during the indexing process. Use this data to identify bottlenecks and improve indexing speed.
Understanding the progressTrace
progressTrace is a hierarchical trace showing each phase of indexing and how long it took.
Each entry follows the structure:
- The step occurred during indexing.
- The subtask was extracting word proximity.
- It took 33.71 seconds.