Re: SolrCloud Using Solrconfig.xml Instead of Configoverlay.json for RequestHandler QF

2018-11-07 Thread Jan Høydahl
Hi, What is the output of these? http://localhost:8983/solr/foo/config This should give the unified config http://localhost:8983/solr/foo/config/overlay This should give the overlay only http://localhost:8983/solr/foo/config/paramsYou may have some params defined that override

Re: Solr Cell Input Parameter tika.config

2018-11-07 Thread Jan Høydahl
The tika.config param is documented here: https://lucene.apache.org/solr/guide/7_5/uploading-data-with-solr-cell-using-apache-tika.html#configuring-the-solr-extractingrequesthandler I notice that the code

Re: Disabling jvm properties from ui

2018-11-07 Thread Gus Heck
This sounds like an X Y problem . Why do you want to do that? Can you give more detail. What sort of information is exposed that you don't want someone to see, and who is that someone? Particularly, how is it they can use the admin UI which has the ability to delete all

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

2018-11-07 Thread Stephon Harris
Hi, I want to ingest a collection of documents along with extracted full-text from PDFs using solr 'update/extract' endpoint to store the text in a field called "fullText". I want to relate some documents to other documents so when I query the "fullText" field with user terms, solr returns the

Disabling jvm properties from ui

2018-11-07 Thread Naveen M
Hi, Is there a way to disable jvm properties from the solr UI. It has some information which we don’t want to expose. Any pointers would be helpful. Thanks

Unable to get Solr Graph Traversal working

2018-11-07 Thread Vidhya Kailash
I am unable to get even simple graph traversal expressions like the one below to work in my environment (7.4 and 7.5 versions). They simply yield no results, even though I know the data exists. curl --data-urlencode 'expr=gatherNodes(rec_coll, walk="35d40c4b9d6ddfsdf45cbb0fe4aesd75->USER_ID",

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

2018-11-07 Thread Shawn Heisey
On 11/7/2018 5:10 AM, nettadalet wrote: I get the following error: org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse '((TITLE_Name_t:( la verita))) AND ((TITLE_Artist_t:( ))) AND (TITLE_Type_e : "Audio")': Encountered " ")" ") "" at line 1, column 53. I

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

2018-11-07 Thread Shawn Heisey
On 11/7/2018 8:58 AM, Shawn Heisey wrote: I have reached out to the #jetty IRC channel on this topic.  As of right now, there has been no response.  Getting a response could take quite a while. I was told that the #jetty IRC channel is no longer an official support avenue.  They have someone

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

2018-11-07 Thread Shawn Heisey
On 11/6/2018 10:06 PM, Gus Heck wrote: One thing that causes a clusterstatus call is alias resolution if the HttpClusterStateProvider is in use instead of the ZkClusterStateProvider. I've just been fixing spurious error messages generated by this in SOLR-12938. Gus, If CloudSolrClient is

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

2018-11-07 Thread dimaf
Shawn, thanks a lot. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

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

2018-11-07 Thread Shawn Heisey
On 11/7/2018 8:01 AM, dimaf wrote: After migration from Solr 6 to Solr 7, Jetty RequestLogHandler logs only the path and parameters of URL instead of saving full URL as it does in Solr 6. So the question is how Jetty/Solr can be configured to log full URL? That is 100 percent Jetty config. 

How to log full URL using Jetty RequestLogHandler in Solr 7

2018-11-07 Thread dimaf
After migration from Solr 6 to Solr 7, Jetty RequestLogHandler logs only the path and parameters of URL instead of saving full URL as it does in Solr 6. Solr 6: 127.0.0.1 - - [07/Nov/2018:09:34:27 -0700] "GET //localhost:/solr/admin/collections?action=CLUSTERSTATUS=json HTTP/1.1" 200 3088

Re: Solr 7.4/7.5 and ZooKeeper version > 3.4.11

2018-11-07 Thread Shawn Heisey
On 11/7/2018 7:33 AM, Shawn Heisey wrote: The problem that led to ZK pulling 3.4.11 from download is only on the server side -- the client usage inside Solr itself should have no issues.  If you do not use a separate ZK ensemble and have the server running embedded in Solr, then that ZK server

Re: Solr 7.4/7.5 and ZooKeeper version > 3.4.11

2018-11-07 Thread Shawn Heisey
On 11/7/2018 2:12 AM, Jaroslaw Rozanski wrote: Question: Anyone using ZK 3.4.12/13 and Solr 7.4/7.5 in production with success? Any noteworthy issues found? The compatibility info published by the ZK project says that there will be no problems.  My advice -- go ahead and use the latest ZK

Re: Solr 7.4/7.5 and ZooKeeper version > 3.4.11

2018-11-07 Thread Erick Erickson
I had some problems trying to upgrade to ZK 3.4.13, see: SOLR-12727 and have never been able to get back to it. If you'd like to take a whack at it that'd be great! Just apply the patch and chime in on the JIRA, frankly I've forgotten the details. I didn't put very much effort into tracking down

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

2018-11-07 Thread nettadalet
We are using Solr 4.6 (yes, I know. We plan an update in the near future) I get the following error: org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse '((TITLE_Name_t:( la verita))) AND ((TITLE_Artist_t:( ))) AND (TITLE_Type_e : "Audio")': Encountered " ")" ")

Solr 7.4/7.5 and ZooKeeper version > 3.4.11

2018-11-07 Thread Jaroslaw Rozanski
Hi all, Solr 7.4.x and 7.5.x ships with ZooKeeper 3.4.11. Meanwhile official stable ZooKeeper version is 3.4.12 and 3.4.13. The Solr supported version 3.4.11 has been removed from official distributions (https://www-eu.apache.org/dist/zookeeper/) I am guessing due to