Re: Error with Streaming Expressions - shortestPath

2017-03-15 Thread Zheng Lin Edwin Yeo
This issue is caused by the same issue as the other thread, in which the solrconfig.xml was carried forward from the previous version, and is not updated correctly to reflect based on the latest Solr 6.4.2. Regards, Edwin On 14 March 2017 at 23:09, Joel Bernstein wrote: > Ok. I updated the othe

Re: Error with Streaming Expressions - shortestPath

2017-03-14 Thread Joel Bernstein
Ok. I updated the other thread with a URL to run based on what I've seeing in the logs. Try running that URL and let's see what comes back. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 14, 2017 at 10:26 AM, Zheng Lin Edwin Yeo wrote: > Hi Joel, > > This is a standard Solr 6.4.1 inst

Re: Error with Streaming Expressions - shortestPath

2017-03-14 Thread Zheng Lin Edwin Yeo
Hi Joel, This is a standard Solr 6.4.1 install. I got the same error even after I upgrade it to Solr 6.4.2. Regards, Edwin On 14 March 2017 at 21:30, Joel Bernstein wrote: > Looks like there might be something strange with your configuration. Did > you upgrade an existing install or is this a

Re: Error with Streaming Expressions - shortestPath

2017-03-14 Thread Joel Bernstein
Looks like there might be something strange with your configuration. Did you upgrade an existing install or is this a standard Solr 6.4.1 install? Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 14, 2017 at 6:22 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > I tired to run the following Stre

Error with Streaming Expressions - shortestPath

2017-03-14 Thread Zheng Lin Edwin Yeo
Hi, I tired to run the following Streaming query with the shortestPath Stream Source. http://localhost:8983/solr/email/stream?expr=shortestPath(email, from="ed...@mail.com", to="ad...@mail.com", edge="from_address=to_address", threads="6", partitionSize="300", maxDepth="4")&indent=t