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
managed-schema(
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
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 to
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 m
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:
> Today,
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 solr_
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 isn't
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 qu
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
-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
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: Solr5.4
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,
"QTime
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 no
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 thin
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
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 supp
Hello,
Today, I dont understand why, but I dont 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 log4j.prope
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&D Software Engineer, Director
Sease Ltd. -
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 same
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 underst
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 featur
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 accurat
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 p
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 extr
24 matches
Mail list logo