Synonym(Graph)FilterFactory seems to ignore tokenizerFactory.* parameters.

2018-05-30 Thread Yasufumi Mizoguchi
Hi, community. I want to use Synonym(Graph)Filter with JapaneseTokenizer and NGramTokenizer. But it turned out that Synonym(Graph)FilterFactory seemed to ignore tokenizerFactory.* parameters such as "tokenizerFactory.maxGramSize", "tokenizerFactory.userDictionary" etc... when using

Can one set a short node name in Solr Cloud

2018-05-30 Thread Michael Schumann
We are running Solr Cloud version 7.2. The node names in ZooKeeper are very long: over 50 characters. Is there a way to set a friendlier short name both for display purposes in the admin console and also to use when interacting with collections API? Thank you, Michael

Re: Solr Cloud 7.3.1 backups

2018-05-30 Thread Greg Roodt
Thanks for the confirmation Shawn. Distributed systems are hard, so this makes sense. I have a large, stable cluster (stable in terms of leadership and performance) with a single shard. The cluster scales up and down with additional PULL replicas over the day with the traffic curve. It's going

RE: Solr5.4 - Indexing a big file (size = 2.4Go)

2018-05-30 Thread Bruno Mannina
Hi Erick, I want to index this file because I received this file from my boss. This file contains around 1.5M docs. I think I will split this file and index them. It will be better. Thanks -Message d'origine- De : Erick Erickson [mailto:erickerick...@gmail.com] Envoyé : mercredi 30

RE: No solr.log in solr cloud 7.3

2018-05-30 Thread Leonard, Carl
Does you solr.in.sh have a reference to your log4j.properties file with the proper path? -Original Message- From: Shawn Heisey Sent: Wednesday, May 30, 2018 1:15 PM To: solr-user@lucene.apache.org Subject: Re: No solr.log in solr cloud 7.3 On 5/30/2018 8:40 AM, msaunier wrote: >

Re: No solr.log in solr cloud 7.3

2018-05-30 Thread Shawn Heisey
On 5/30/2018 8:40 AM, msaunier wrote: > Today, I don’t understand why, but I don’t have solr.log file. I have just: > > drwxr-xr-x 1 solr solr 84 mai 30 16:19 archived > > -rw-r--r-- 1 solr solr 891352 mai 30 16:29 solr-8983-console.log > > -rw-r--r-- 1 solr solr 74068 mai 30 16:34

Re: Solr Cloud 7.3.1 backups

2018-05-30 Thread Shawn Heisey
On 5/29/2018 3:01 PM, Greg Roodt wrote: > What is the best way to perform a backup of a Solr Cloud cluster? Is there > a way to backup only the leader? From my tests with the collections admin > BACKUP command, all nodes in the cluster need to have access to a shared > filesystem. Surely that

Re: Find value in Parent doc fields OR Child doc fields

2018-05-30 Thread Mikhail Khludnev
Project_Title:QWE {!parent which=path:1.Project v='Submission_No:QWE'} fixing the quote On Wed, May 30, 2018 at 4:01 AM, kristaclaire14 wrote: > Hi, > > I want to query/find a value that may match on parent document fields or > child document fields. Is this possible using block join parent

Re: Find value in Parent doc fields OR Child doc fields

2018-05-30 Thread Mikhail Khludnev
q=Project_Title:QWE {!parent which=path:1.Project v='Submission_No:QWE} On Wed, May 30, 2018 at 4:01 AM, kristaclaire14 wrote: > Hi, > > I want to query/find a value that may match on parent document fields or > child document fields. Is this possible using block join parent query > parser? How

Re: CURL command problem on Solr

2018-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roee, On 5/30/18 3:38 AM, Roee T wrote: > Thank you so much all of you the following worked for me! > > curl -X PUT -H "Content-Type: application/json" -d > "@Myfeatures.json" > "http://localhost:8983/solr/techproducts/schema/feature-store; Curl

RE: Solr5.4 - Indexing a big file (size = 2.4Go)

2018-05-30 Thread Leonard, Carl
Is it one document that is 2.4 GB or is that 2.4GB several documents? There are some limits in solrconfig.xml. Perhaps you are hitting the multipartUploadLimitInKB? -Original Message- From: Erick Erickson Sent: Wednesday, May 30, 2018 7:50 AM To: solr-user Subject: Re:

CURL DELETE BLOB do not working in solr 7.3 cloud

2018-05-30 Thread msaunier
Hello, I want to delete a file in the blob but this command not work: curl -X "DELETE" http://srv-formation-solr3:8983/solr/.system/blob/CityaUpdateProcessorJar/14 This command return just the file informations: { "responseHeader":{ "zkConnected":true, "status":0,

Re: Find value in Parent doc fields OR Child doc fields

2018-05-30 Thread Erick Erickson
Asher: Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But

Re: Solr5.4 - Indexing a big file (size = 2.4Go)

2018-05-30 Thread Erick Erickson
Why do you want to index a 2G file in the first place? You can't really do anything with it. If you deliver it to a browser, the browser will churn forever. If you try to export it it'll suck up your bandwidth terribly. If it's a bunch of individual docs (in Solr's xml format) about the only

Re: CURL command problem on Solr

2018-05-30 Thread Roee T
Thank you so much all of you the following worked for me! curl -X PUT -H "Content-Type: application/json" -d "@Myfeatures.json" "http://localhost:8983/solr/techproducts/schema/feature-store; -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr5.4 - Indexing a big file (size = 2.4Go)

2018-05-30 Thread Bruno Mannina
Dear Solr User, I got a invalid content length when I try to index my file (xml file with a size of 2.4Go) I use simpleposttool like in the documentation on my ubuntu server. >bin/post -port 1234 -c mycollection /home/bruno/2013.xml It works with smaller file but not with this one. I

No solr.log in solr cloud 7.3

2018-05-30 Thread msaunier
Hello, Today, I don’t understand why, but I don’t have solr.log file. I have just: drwxr-xr-x 1 solr solr 84 mai 30 16:19 archived -rw-r--r-- 1 solr solr 891352 mai 30 16:29 solr-8983-console.log -rw-r--r-- 1 solr solr 74068 mai 30 16:34 solr_gc.log.0.current My

Re: Weird behavioural differences between pf in dismax and edismax

2018-05-30 Thread Alessandro Benedetti
Question in general for the community : what is the dismax capable of doing that the edismax is not ? Is it really necessary to keep both of them or the dismax could be deprecated ? Cheers - --- Alessandro Benedetti Search Consultant, R Software Engineer, Director Sease Ltd. -

Re: Disadvantages of having Zookeeper instance and Solr instance in the same server

2018-05-30 Thread Shawn Heisey
On 5/29/2018 11:27 PM, solr2020 wrote: What is the pros and cons of having Zookeeper instance and Solr instance in the same VM/Server in production environment? If you have sufficient CPU, memory, and I/O resources on the system for both roles, there is no problem with putting both on the

Re: Impact/Performance of maxDistErr

2018-05-30 Thread David Smiley
I suggest using the "Intersects" spatial predicate when either the data is all points or if the query is a point. It's semantically equivalent and the algorithm is much faster. On Wed, May 30, 2018 at 3:25 AM Jens Viebig wrote: > Thanks for the detailed answer David, that helps a lot to

Re: solr-extracting features values

2018-05-30 Thread Alessandro Benedetti
The current feature extraction implementation in Solr is oriented to the Learning To Rank re-ranking capability, it is not built for feature extraction ( to then train your model). I am afraid you will need to implement your own system, that does multiple queries to Solr with the extraction

Re: Impact/Performance of maxDistErr

2018-05-30 Thread Jens Viebig
Thanks for the detailed answer David, that helps a lot to understand! Best Regards Jens P.S. Currently the only search we are doing on the polygon is Contains(POINT(x,y)) Am 29.05.2018 um 13:30 schrieb David Smiley: Hello Jens, With solr.RptWithGeometrySpatialField, you always get an

Re: Find value in Parent doc fields OR Child doc fields

2018-05-30 Thread Aniket Khare
Please refer below link and check [subquery] . https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html On Wed, May 30, 2018 at 6:31 AM, kristaclaire14 wrote: > Hi, > > I want to query/find a value that may match on parent document fields or > child document fields. Is this

Re: Disadvantages of having Zookeeper instance and Solr instance in the same server

2018-05-30 Thread Aniket Khare
Hi, Solr and zookeeper both require a lot of I/O operations and in this case, there will an issue where solr is delaying the zookeeper write operation. So, it is recommended to have external zookeeper ensemble. Please refer below link for more details. "ZooKeeper's design assumes that it has