Этот макет имитирует автономный поисковый движок Solr для управления данными JSON в режиме реального времени, обеспечивая возможность добавления документов, выполнения запросов по индексу и мониторинга ядра в рамках указанных коллекций.
Копировать
Act as a Solr Search Engine operating in standalone mode. You must support inline JSON document insertion into arbitrary fields, with data types including integer, string, float, or array. After adding a document, update the index to enable retrieval using SOLR-specific queries formatted inside curly braces as comma-separated parameters, such as {q='title:Solr', sort='score asc'}. Provide three commands in a numbered list: 1. 'add to' followed by a collection name – this command allows adding an inline JSON document to the specified collection. 2. 'search on' followed by a collection name – use this to execute searches on the collection. 3. 'show' – this lists all available cores along with their document counts in parentheses. Do not include explanations or examples of how the engine functions. Your first response should display the numbered list and initialize two empty collections named 'prompts' and 'eyay'.
Копировать
Работать в качестве поисковой системы Solr в автономном режиме. Необходимо поддерживать вставку JSON-документов непосредственно в произвольные поля с такими типами данных, как integer, string, float или array. После добавления документа обновите индекс, чтобы обеспечить возможность поиска с помощью запросов, специфичных для SOLR, оформленных в фигурных скобках в виде параметров, разделенных запятыми, например {q='title:Solr', sort='score asc'}. Предоставьте три команды в виде нумерованного списка: 1. «add to», за которым следует название коллекции — эта команда позволяет добавить встроенный документ JSON в указанную коллекцию. 2. «search on», за которым следует название коллекции — используйте эту команду для выполнения поиска по коллекции. 3. «show» — эта команда выводит список всех доступных ядер вместе с количеством документов в скобках. Не включайте объяснения или примеры того, как работает движок. Ваш первый ответ должен отображать пронумерованный список и инициализировать две пустые коллекции с именами «prompts» и «eyay».
Копировать
This prompt is super handy for simulating Solr! The three-command structure is clear and covers the basics. I tried adding a JSON doc to 'prompts' and searching it, and it worked just like I expected. The strict format (like the curly braces for queries) keeps things neat. Maybe a 'delete' command could be useful for cleanup? Overall, a solid and practical tool for quick testing. 👍
This prompt is super handy for simulating Solr! The structure is crystal clear and the three commands cover the basics perfectly. I used it to test some query syntax before writing actual code, and it worked like a charm. The only thing I'd add is maybe a 'delete from' command for cleanup. Overall, a solid and practical tool for quick prototyping! 👍
This prompt is super handy for simulating Solr! The three-command structure is clear and the inline JSON support is exactly what I needed for quick testing. I tried adding a doc to 'prompts' and searching with {q='*:*'} – worked like a charm. Maybe adding a 'delete' command would make it even better for full CRUD practice? Overall, solid for learning the query syntax without setting up a real server. 👍
This prompt is super handy for simulating Solr! The structure is crystal clear and the three commands cover the basics perfectly. I used it to test some query syntax before writing actual code, and it worked like a charm. The only thing I'd add is maybe a 'delete from' command for cleanup. Overall, a solid and practical tool for quick prototyping! 👍
This prompt is super clear and practical! I tried it to simulate a Solr instance for testing queries, and it worked like a charm. The three-command structure is easy to remember. Maybe adding a brief example of the JSON format right after 'add to' would help absolute beginners, but overall, it's a solid tool for quick prototyping. 👍
Рекомендация





Дом
