mattbaird/elastigo

Support `script_fields` in query.

k1xme opened this issue · 0 comments

k1xme commented

It's very common that some developers wanna add extra fields that are computed by script files or dynamic scripts to the query payload.

We just need to add some new typesand funcs to QueryDSL. We can leave the parsing of these custom fields to the users.

I'm currently working on it and will issue an PR afterwards.