Skip to content

insert a document directly into elasticsearch index #242

@mheni

Description

@mheni

I used this method But it insert data into Mysql firstly
$books = Book::where('id', '<', 200)->get();
$books->addToIndex();
The aim is to insert directly into ElasticSearch Index

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions