Yeah, that's a really common mistake.
I think the plan is to make a separate "shuffle" expression that always
uses the /export handler. That way people aren't dealing with Solr request
handler decisions, they just choose the proper function for the task.Then
we can also make the search expression
Hi there,
The problem with my query is that it's using the select endpoint by default
(instead of export). The select endpoint returns a limited number of rows
so I don't get any results. The fastest option (not for production) is to
include the number of desired rows in the search query:
search(
Hi!
I'm new to Streaming Expressions (running solr cloud 6.5.0) and I'm facing
a weird behaviour that I don't understand. I'm able to make a join and
retrieve results:
select(
innerJoin(
select(
search(iocs, q=ip:"10.153.9.175", fl="ip,indicator, type", sort="ip asc"),
indicator AS t1_indicator