Skip to content

Commit 03d0424

Browse files
Add full Elasticsearch integration service with detailed PHPDoc annotations
• Added comprehensive ElasticsearchService class with methods for indexing, deleting, and searching documents. • Implemented clean Laravel HTTP client integration using configurable host via config/encrypted-search.php. • Added complete PHPDoc blocks for all public methods and class-level documentation. • Ensures the encrypted search package can operate fully in Elasticsearch mode when enabled.
1 parent 5746fb9 commit 03d0424

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.env.example

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@ SEARCH_PEPPER=your-long-random-string-here
22
ENCRYPTED_SEARCH_ELASTIC_ENABLED=true
33
ELASTICSEARCH_HOST=http://elasticsearch:9200
44
ELASTICSEARCH_INDEX=encrypted_search
5-
6-
7-
[![Tests](https://github.com/ginkelsoft-development/laravel-encrypted-search-index/actions/workflows/tests.yml/badge.svg)](https://github.com/ginkelsoft-development/laravel-encrypted-search-index/actions/workflows/tests.yml)
8-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ginkelsoft/laravel-encrypted-search-index.svg?style=flat-square)](https://packagist.org/packages/ginkelsoft/laravel-encrypted-search-index)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/ginkelsoft/laravel-encrypted-search-index.svg?style=flat-square)](https://packagist.org/packages/ginkelsoft/laravel-encrypted-search-index)
10-
[![License](https://img.shields.io/github/license/ginkelsoft-development/laravel-encrypted-search-index.svg?style=flat-square)](LICENSE.md)
11-
[![Laravel](https://img.shields.io/badge/Laravel-8--12-brightgreen?style=flat-square&logo=laravel)](https://laravel.com)
12-
[![PHP](https://img.shields.io/badge/PHP-8.1%20--%208.4-blue?style=flat-square&logo=php)](https://php.net)

0 commit comments

Comments
 (0)