Joel,
The result of the expressions are right. The problem was that I was
expecting wrong return values.
I was not using the "scatter" parameter, and by default the gatterNodes
emits only the leaf nodes. So while I increased the input to the function,
it was resolving the nodes at the level zero o
I can do that.
I tell you when I open the Jira.
Em qui, 13 de set de 2018 às 14:05, Joel Bernstein
escreveu:
> I'll have to take a look and see if I can reproduce this exact behavior.
> Let's create a jira ticket so we can track the discussion.
>
>
> Joel Bernstein
> http://joelsolr.blogspot.c
I'll have to take a look and see if I can reproduce this exact behavior.
Let's create a jira ticket so we can track the discussion.
Joel Bernstein
http://joelsolr.blogspot.com/
On Thu, Sep 13, 2018 at 1:03 PM Kojo wrote:
> Same query feeding 25000 tuples to gatherNodes:
>
> gatherNodes(graph_
Same query feeding 25000 tuples to gatherNodes:
gatherNodes(graph_auxilios,
search(graph_auxilios, zkHost="localhost:9983",qt="/select", rows=25000,
q=*:*, fl="numero_processo", sort="numero_processo asc"),
walk="numero_processo->projeto_pai",
gather="numero_processo",
)
About 350 nodes r
I see that the hits=0 in this log request. Are there log requests that show
results found for one of these queries?
Joel Bernstein
http://joelsolr.blogspot.com/
On Thu, Sep 13, 2018 at 10:15 AM Kojo wrote:
> I have just run this expression:
>
>
> gatherNodes(graph_auxilios,
> search(graph_a
I have just run this expression:
gatherNodes(graph_auxilios,
search(graph_auxilios, zkHost="localhost:9983",qt="/select", rows=3,
q=*:*, fl="numero_processo", sort="numero_processo asc"),
walk="numero_processo->projeto_pai",
gather="numero_processo",
)
This is the response:
{ "resu
That's odd behavior. What do the logs look like? This will produce a series
of queries against the projects collection. Are you seeing those in the
logs? Any errors?
Joel Bernstein
http://joelsolr.blogspot.com/
On Thu, Sep 13, 2018 at 9:25 AM Kojo wrote:
> Hi,
>
> If I try to feed gatherNodes