8000 Added position on add interaction · apisearch-io/javascript-client@e64da15 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit e64da15

Browse files
committed
Added position on add interaction
1 parent 2862c5a commit e64da15

File tree

6 files changed

+481
-466
lines changed

6 files changed

+481
-466
lines changed

.circleci/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ jobs:
33
build:
44
docker:
55
- image: circleci/node:latest
6-
7-
- image: docker.elastic.co/elasticsearch/elasticsearch:7.6.0
6+
- image: docker.elastic.co/elasticsearch/elasticsearch:8.12.1
87
environment:
9-
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
10-
discovery.type: single-node
11-
action.auto_create_index: "-apisearch*,+*"
8+
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
9+
- "discovery.type=single-node"
10+
- "action.auto_create_index=-apisearch*,+*"
11+
- "xpack.security.enabled=false"
12+
- "indices.id_field_data.enabled=true"
1213

13-
- image: apisearchio/search-server:commit-3dce300a
14+
- image: apisearchio/search-server:commit-3aa3b8f6
1415
environment:
1516
APISEARCH_GOD_TOKEN: 0e4d75ba-c640-44c1-a745-06ee51db4e93
1617
APISEARCH_ENABLED_PLUGINS: elasticsearch

0 commit comments

Comments
 (0)
0