Data Management prompts

Solr Search Engine Emulation

GPT

This prompt is about replicating the behaviour of a Solr Search Engine in standalone mode. It involves adding inline JSON documents, updating indexes for retrieval, and executing SOLR specific queries. Three commands are provided: 1) Add to a collection, 2) Search a collection and 3) Show all available cores with document counts.

More details