Re: Does an empty query value can cause an "org.apache.solr.search.SyntaxError" error?

2018-11-08 Thread Shawn Heisey
On 11/7/2018 11:36 PM, nettadalet wrote: Shawn Heisey-2 wrote I do think that it is proper for empty parentheses to throw a syntax error.  The text of the exception message is saying that the parser encountered the ) character at a point when it did not expect to encounter that character. A li

Want to subscribe to this list

2018-11-08 Thread Michela Dennis
Do you by any chance have a slack discussion group as well? Michela Dennis

Re: Unable to get Solr Graph Traversal working

2018-11-08 Thread Vidhya Kailash
thanks Joel. Running with /stream handler did reveal some issues and after fixing the same the gagtherNodes expr is working!! I am trying out the recommendations sample from solr website for my use case and now I am struck at the next step which is unable to get the top 3 of those nodes: curl --dat

Re: Solr custom UpdateRequestProcessor error

2018-11-08 Thread Erick Erickson
contrib/customupdate/lib is not mentioned in the snippet you showed, is it mentioned elsewhere? You say: I have the solrconfig.xml with the lib directives to this jar as well as solr-core.jar If you have an independent path to solr-core.jar, I'd take it out as it's automatically loaded. And wha

Re: How to log full URL using Jetty RequestLogHandler in Solr 7

2018-11-08 Thread dimaf
Yes, jetty.xml looks the same for Solr 6 and Solr 7, no difference for the log request section: diff ~dbl/solr/solr-6.6.0/server/etc/jetty.xml ~dbl/solr/solr-7.4.0/server/etc/jetty.xml 45c45 < --- > name="solr.jetty.threads.idle.timeout" default="12"/> 107a108,115 > >

Re: Ingesting/Querying Documents with Nested/Related Documents and extracting Full-text

2018-11-08 Thread Alexandre Rafalovitch
The extract handler is mostly there for prototyping purposes. It uses Tika under the covers and you can use that yourself in the client. Given your merge requirements, it would probably be best to have that separated out. In terms of structuring, you can do nested document, combined with [child] t

Solr 7.2.1 Security

2018-11-08 Thread Ganesh Sethuraman
Hi We are using Solr Cloud with Sol 7.2.1 with external 3 node Zookeeper quorum. I had look at the Basic AuthN and Role based authorization and Enabling SSL. I have few questions at architectural level and requires your suggestions 1. Is it possible to do expose the read solr queries and real tim

Re: Disabling jvm properties from ui

2018-11-08 Thread Gus Heck
That's an interesting feature, and it addresses X, but there are lots of ways to discover system properties. In a managed schema, enter a field name ${java.version} and you'll get a field named 1.8.0_144 (or whatever). I still think it's important to address Y they are trying to hide the system pro

Fwd: Ingesting/Querying Documents with Nested/Related Documents and extracting Full-text

2018-11-08 Thread Stephon Harris
Following up on this to see if anyone has thoughts. -- Forwarded message - From: Stephon Harris Date: Wed, Nov 7, 2018 at 12:21 PM Subject: Ingesting/Querying Documents with Nested/Related Documents and extracting Full-text To: Hi, I want to ingest a collection of documents al

Re: SolrCloud scaling/optimization for high request rate

2018-11-08 Thread Toke Eskildsen
On Tue, 2018-11-06 at 16:38 +0200, Sofiya Strochyk wrote: > I have tested all of the suggested changes none of these seem to make > a noticeable difference (usually response time and other metrics > fluctuate over time, and the changes caused by different parameters > are smaller than the fluctuati

Re: CloudSolrClient produces tons of CLUSTERSTATUS commands against single server in Cloud

2018-11-08 Thread Jason Gerlowski
Hey Shawn, A few answers, where I can give them. 1. It's easy to miss in the thread, but the user mentioned that they're creating their CloudSolrClient via solr URLs. 2. When you create a CloudSolrClient with a Solr URL, it's not just used to fetch the ZK connString so that it can use ZK from the

Re: Unable to get Solr Graph Traversal working

2018-11-08 Thread Joel Bernstein
The basic syntax looks ok. Try it first on the /stream handler to rule out any issues that might be related to /graph handler. Can you provide the logs from one of the shards in the rec_coll collection that are generated by this request? The logs will show the query that is actually being run on J

Re: Does an empty query value can cause an "org.apache.solr.search.SyntaxError" error?

2018-11-08 Thread nettadalet
Shawn Heisey-2 wrote > I don't know whether that actually is written anywhere.  I suspect it's > not. > > I do think that it is proper for empty parentheses to throw a syntax > error.  The text of the exception message is saying that the parser > encountered the ) character at a point when it di

Re: Does an empty query value can cause an "org.apache.solr.search.SyntaxError" error?

2018-11-08 Thread nettadalet
Shawn Heisey-2 wrote > I don't know whether that actually is written anywhere.  I suspect it's > not. > > I do think that it is proper for empty parentheses to throw a syntax > error.  The text of the exception message is saying that the parser > encountered the ) character at a point when it di

Re: Disabling jvm properties from ui

2018-11-08 Thread Jan Høydahl
It's not documented in the Ref Guide, but you can set this system property to fix it: SOLR_OPTS="-Dsolr.redaction.system.pattern=(.*password.*|.*your-own-regex.*)" Then the property will show as --REDACTED— in the UI. Note that the property still will leak through /solr/admin/metrics and you ne

Solr custom UpdateRequestProcessor error

2018-11-08 Thread Vidhya Kailash
Any idea why I am getting this error inspite of the following: I have the customupdateprocessor jar in contrib/customupdate/lib directory I have the solrconfig.xml with the lib directives to this jar as well as solr-core.jar and I see those jars being loaded on startup in the logs: 2018-11-08 01

AW: Solr suggestions, best practices

2018-11-08 Thread Clemens Wyss DEV
Thx for the link >Which version of Solr are you using? 7.5 -Ursprüngliche Nachricht- Von: Zheng Lin Edwin Yeo Gesendet: Mittwoch, 7. November 2018 07:50 An: solr-user@lucene.apache.org Betreff: Re: Solr suggestions, best practices Maybe you can look into this: https://lucidworks.com/201