Re: Function Query Optimization

2020-12-12 Thread Vincenzo D'Amore
v='field1:23456'})), '23456', ''), > > if(exists(query({!v='field1:34567'})), '34567', ''), > > if(exists(query({!v='field:45678'})), '45678','') > ), > > I am feeling this is very complex, so I am looking for some smart and > faster ideas. > > Thanks, > > Jae > -- Vincenzo D'Amore

Re: Trouble with post.jar

2020-11-05 Thread Vincenzo D'Amore
I see there are two solr in the url path, very likely you typed the wrong Solr host parameter http://localhost:8983/solr/solr/update/extract?commit=true Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 5 Nov 2020, at 16:27, Bruce Campbell wrote: > >

Re: Solr doesn't run after editing solr.in.sh

2020-08-24 Thread Vincenzo D'Amore
Pay attention to this line SOLR_ULIMIT_CHECKS=falseGC_TUNE=" \ you lost a new line after false. SOLR_ULIMIT_CHECKS=false GC_TUNE=" \ Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 24 Aug 2020, at 01:41, Walter Underwood wrote: > > Also, what platform is this on and what

Re: solr classloader and cores

2020-08-04 Thread Vincenzo D'Amore
. In this way one can deploy different versions of a plugin/extension for each core without being worried of collisions. On Tue, Aug 4, 2020 at 12:12 PM Vincenzo D'Amore wrote: > Hi all, > > I know that Solr allows loading classes by defining the directive > into the solrconfig.xml.

solr classloader and cores

2020-08-04 Thread Vincenzo D'Amore
Hi all, I know that Solr allows loading classes by defining the directive into the solrconfig.xml. What it's not clear is if there is a separate (private?) classloader for each core. Is this correct? Best regards, Vincenzo -- Vincenzo D'Amore

Re: I Became a Solr Committer in 4662 Days. Here’s how you can do it faster!

2020-07-10 Thread Vincenzo D'Amore
com/blog/2020/07/10/i-became-a-solr-committer-in-4662-days-heres-how-you-can-do-it-faster/ > > Cheers > > Charlie > > -- > Charlie Hull > OpenSource Connections, previously Flax > > tel/fax: +44 (0)8700 118334 > mobile: +44 (0)7767 825828 > web: www.o19s.com > > -- Vincenzo D'Amore

Re: Solr Float/Double multivalues fields

2020-07-06 Thread Vincenzo D'Amore
Thanks for sharing the post, finally I had the time to read it :) It is really illuminating On Fri, Jul 3, 2020 at 1:28 PM Toke Eskildsen wrote: > On Fri, 2020-07-03 at 10:00 +0200, Vincenzo D'Amore wrote: > > Hi Erick, not sure I got. > > Does this mean that the order o

Re: Solr Float/Double multivalues fields

2020-07-03 Thread Vincenzo D'Amore
s just inherent > in storing > any kind of value. You wouldn’t expect multiple text entries in a > multiValued > field to be rearranged when returning the stored values either. > > Best, > Erick > > > On Jul 2, 2020, at 2:21 PM, Vincenzo D'Amore wrote: > > > >

Re: Solr Float/Double multivalues fields

2020-07-02 Thread Vincenzo D'Amore
order. -- we certainly rely on that in our product. > > Order is guaranteed to be maintained for values in a multi-valued field. > > > > https://lucene.472066.n3.nabble.com/order-question-on-solr-multi-value-field-tp4027695p4028057.html > > On Thu, 2 Jul 2020 at 18:52, Vincenz

Solr Float/Double multivalues fields

2020-07-02 Thread Vincenzo D'Amore
Hi all, simple question: Solr float/double multivalue fields preserve the order of inserted values? Best regards, Vincenzo -- Vincenzo D'Amore

FunctionScoreQuery how to use it

2020-07-01 Thread Vincenzo D'Amore
Hi all, I'm struggling with an old class that extends CustomScoreQuery. I was trying to port to solr 8.5.2 and I'm looking for an example on how to implement it using FunctionScoreQuery. Do you know if there are examples that explain how to port the code to the new implementation? -- Vincenzo

Re: Developing update processor/Query Parser

2020-06-26 Thread Vincenzo D'Amore
to solve this problem using synchronization, mutex or semaphores will lead to a non performing solution. Another real problem I have, is that it is not clear what happens internally. On Fri, Jun 26, 2020 at 9:19 PM Vincenzo D'Amore wrote: > Hi Gus, thanks for the thorough explanation. >

Re: Developing update processor/Query Parser

2020-06-26 Thread Vincenzo D'Amore
a config. > > Also you may extract config into a file and load it by > > SolrResourceLoaderAware. > > > > On Thu, Jun 25, 2020 at 2:06 PM Vincenzo D'Amore > > wrote: > > > > > Hi Mikhail, yup, I was trying to avoid putting logic in Solr. > > > Just

Re: Developing update processor/Query Parser

2020-06-25 Thread Vincenzo D'Amore
ent might be lookedup from QParser and UpdateFactory. > Overall, it seems like embedding logic into Solr core, which rarely works > well. > > On Wed, Jun 24, 2020 at 8:00 PM Vincenzo D'Amore > wrote: > > > Hi all, > > > > I've started to work on a couple of components

Developing update processor/Query Parser

2020-06-24 Thread Vincenzo D'Amore
appreciated. Best regards, Vincenzo -- Vincenzo D'Amore

Re: Vector Scoring Plugin for Solr : Dot Product and Cosine Similarity

2020-06-22 Thread Vincenzo D'Amore
et/issue/LUCENE-9136> > > https://issues.apache.org/jira/plugins/servlet/mobile#issue > <https://issues.apache.org/jira/plugins/servlet/issue/LUCENE-9322> > /LUCENE-9322 > <https://issues.apache.org/jira/plugins/servlet/issue/LUCENE-9322> > > > Best, > Edward > > Em se

Vector Scoring Plugin for Solr : Dot Product and Cosine Similarity

2020-06-19 Thread Vincenzo D'Amore
vectors. But it is not clear how to use this native feature when searching. Am I missing something? Any help or even suggestion would be appreciated. Best regards, Vincenzo -- Vincenzo D'Amore

Re: Getting rid of zookeeper

2020-06-09 Thread Vincenzo D'Amore
My 2 cents, I have few solrcloud productions installations, I would share some thoughts of what I learned in the latest 4/5 years (fwiw) just as they come out of my mind. - to configure a SolrCloud *production* Cluster you have to be a zookeeper expert even if you only need Solr. - the Zookeeper

[explain style=html] and group=true

2020-05-22 Thread Vincenzo D'Amore
Hi all, I noticed that the field [explain style=html] has been removed from my results when I started to group. Do you know if there is a way to have back the explain even if I'm grouping? Best regards, Vincenzo -- Vincenzo D'Amore

Re: This IndexSchema is not mutable. Solr 7.3.1

2020-05-20 Thread Vincenzo D'Amore
: Any thought about this? On Wed, May 20, 2020 at 11:27 PM Vincenzo D'Amore wrote: > Hi Erick, > > thanks for the prompt support, I'm sure all the fields are defined (after > all they are all strings and only 6). > > It seems that you cannot use CSV with Classic

Re: This IndexSchema is not mutable. Solr 7.3.1

2020-05-20 Thread Vincenzo D'Amore
> On May 20, 2020, at 1:46 PM, Vincenzo D'Amore > wrote: > > > > Hi all, > > > > I'm trying to import a csv file in solr > > > > id,name,surname,gender,eyeColor,hairColor > > 1,pippo,pluto,male,brown,brown > > > > I'm using this command >

This IndexSchema is not mutable. Solr 7.3.1

2020-05-20 Thread Vincenzo D'Amore
oot-error-class","org.apache.solr.common.SolrException"], "msg":"This IndexSchema is not mutable.", "code":400}} Do you know why the Solr index should be mutable? -- Vincenzo D'Amore

Re: Large query size in Solr 8.3.0

2020-05-19 Thread Vincenzo D'Amore
method used (instead of GET use POST) On Tue, May 19, 2020 at 4:16 PM vishal patel wrote: > > Which query parser is used if my query length is large? > My query is > https://drive.google.com/file/d/1P609VQReKM0IBzljvG2PDnyJcfv1P3Dz/view > > > Regards, > Vishal Patel > -- Vincenzo D'Amore

Re: Creating 100000 dynamic fields in solr

2020-05-11 Thread Vincenzo D'Amore
For in-place updates you should read this: https://lucene.apache.org/solr/guide/8_1/updating-parts-of-documents.html On Mon, May 11, 2020 at 2:49 PM Vincenzo D'Amore wrote: > But keep in mind that "With the exception of in-place updates, the whole > block must be updated or delet

Re: Creating 100000 dynamic fields in solr

2020-05-11 Thread Vincenzo D'Amore
are > >> trying to solve with this many unique fields? > >> > >> Jan Høydahl > >> > >>> 11. mai 2020 kl. 07:51 skrev Vignan Malyala : > >>> > >>> Hi > >>> Is it good idea to create 10 dynamic fields of time pint in solr? > >>> I have that many fields to search on actually which come upon based on > >>> users. > >>> > >>> Thanks in advance! > >>> And I'm using Solr Cloud in real-time. > >>> > >>> Regards, > >>> Sai Vignan M > >> > > -- Vincenzo D'Amore

Payloads

2020-04-21 Thread Vincenzo D'Amore
phrase span to 0 is quite limiting. Thanks in advance for your time, Vincenzo -- Vincenzo D'Amore

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Vincenzo D'Amore
Hi Massimiliano, it’s not clear how much memory you have configured for your Solr instance. And I would avoid an nfs mount for the datadir. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 26 Feb 2020, at 19:44, Massimiliano Randazzo > wrote: > > Il giorno mer 26 feb 2020 alle

Re: Easiest way to export the entire index

2020-01-31 Thread Vincenzo D'Amore
her way > to > > > export the index short of having to install the export handler > > considering > > > we're not working on this project anyone? > > > > > > Thanks, > > > Amanda > > > > > > -- > > > Dr. Amanda Shuman > > > Researcher and Lecturer, Institute of Chinese Studies, University of > > > Freiburg > > > Coordinator for the MA program in Modern China Studies > > > Database Administrator, The Maoist Legacy <https://maoistlegacy.de/> > > > PhD, University of California, Santa Cruz > > > http://www.amandashuman.net/ > > > http://www.prchistoryresources.org/ > > > Office: +49 (0) 761 203 96748 > > > > > -- Vincenzo D'Amore

Re: Querying multiple pages for same keyword at same time

2020-01-14 Thread Vincenzo D'Amore
 Had you already seen Solr deep paging? https://lucidworks.com/post/coming-soon-to-solr-efficient-cursor-based-iteration-of-large-result-sets/ > On Tue, 14 Jan 2020 at 20:41, Erick Erickson wrote: > Conceptually asking for cods 900-1000 works something like this. Solr (well, > Lucene

Re: Solr indexing performance

2019-12-05 Thread Vincenzo D'Amore
Hi, the clients are reusing their SolrClient? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 5 Dec 2019, at 18:28, Rahul Goswami wrote: > > Hello, > > We have a Solr 7.2.1 Solr Cloud setup where the client is indexing in 5 > parallel threads with 5000 docs per batch. This is a

Re: Solr Paryload example

2019-11-28 Thread Vincenzo D'Amore
rested in the feature, please write your opinion the thread. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev On 24 Oct 2019, at 13:59, Vincenzo D'Amore wrote:  Hi all, just to let you know that we started using spayload function in our quality environment for testing. Within a couple of weeks the f

Re: How to implement NOTIN operator with Solr

2019-11-19 Thread Vincenzo D'Amore
This is a tricky problem, you’re trying to handle the meani using the words. A simple solution could be apply a synonym filter that convert “credit card” in two terms: “creditcard” and “card”. In this way searching credit will not match any term. Ciao, Vincenzo -- mobile: 3498513251 skype:

Re: When does Solr write in Zookeeper ?

2019-11-16 Thread Vincenzo D'Amore
Hi Dominique, in my experience, with Solr 4.8.1, this configuration it’s related to the garbage collection. When a “stop the world” endures more than 15 seconds the Solr nodes disconnects from Zookeeper, the node replicas go down and sometimes, I don’t know exactly why, you need to restart the

Re: solr 8.1.1 many time slower returning query results than solr 4.10.4 or solr 6.5.1

2019-10-25 Thread Vincenzo D'Amore
aged out documents nightly. > >>> > >>> Java 12 is not recommended. It is one of the "new feature" releases > >>> that only gets 6 months of support. We would recommend Java 8 or Java > >>> 11. These are the versions with long term support. Probably

Re: Solr Paryload example

2019-10-24 Thread Vincenzo D'Amore
Hi all, just to let you know that we started using spayload function in our quality environment for testing. Within a couple of weeks the feature will be deployed in production. Best regards, Vincenzo On Wed, Oct 23, 2019 at 4:31 PM Vincenzo D'Amore wrote: > Hi Erick, yes, absolutely, i

Re: Solr Paryload example

2019-10-23 Thread Vincenzo D'Amore
On Oct 22, 2019, at 6:56 PM, Vincenzo D'Amore > wrote: > > > > Hi all, > > > > this evening I had some spare hour to spend in order to put everything > > together in a repository. > > > > https://github.com/freedev/solr-payload-string-function-query >

Re: Solr Prod stopped yesterday - saya "insufficient memory for the Java Runtime Environment"

2019-10-23 Thread Vincenzo D'Amore
Hi, I see this setting quite strange: Solr heap info is : -Xms20g -Xmx20g JVM Heap info. : -Xms528m -Xmx8g “Usually” Solr runs inside the jvm and you can have only one of these settings really active. I suggest to double check your memory configuration. Ciao, Vincenzo -- skype: free.dev >

Re: Solr Paryload example

2019-10-22 Thread Vincenzo D'Amore
Hi all, this evening I had some spare hour to spend in order to put everything together in a repository. https://github.com/freedev/solr-payload-string-function-query On Tue, Oct 22, 2019 at 5:54 PM Vincenzo D'Amore wrote: > Hi all, > > thanks for supporting. And many thanks

Re: Solr Paryload example

2019-10-22 Thread Vincenzo D'Amore
ah, payload decoding is currently limited to float and int with > the > >> built-in payload() function. We'd need a new way to pull out > >> textual/bytes payloads - like maybe a DocTransformer? > >> > >>Erik > >> > >>

Re: Solr Paryload example

2019-10-21 Thread Vincenzo D'Amore
ing discounts, etc) easier by just adding availability dates, etc > > into that final lower-level record. And, of course, allowed to update > > individual store/product price by changing one record per time without > > having to invalidate the cache for all other stores. > > >

Re: Solr Paryload example

2019-10-21 Thread Vincenzo D'Amore
his isn’t the client, but it might give you some pointers: > > > https://github.com/dbmdz/solr-ocrpayload-plugin/blob/master/src/main/java/de/digitalcollections/solr/plugin/components/ocrhighlighting/OcrHighlighting.java > > Best, > Erick > > > On Oct 21, 2019, at 6:37 AM, V

Re: Solr Paryload example

2019-10-21 Thread Vincenzo D'Amore
re… > > Best, > Erick > > > On Oct 20, 2019, at 4:57 PM, Vincenzo D'Amore > wrote: > > > > Sorry, I just realized that I was wrong in how I'm using the payload > > function. > > Give that the payload function only handles a numeric (integer or float) >

Re: Solr Paryload example

2019-10-21 Thread Vincenzo D'Amore
, Oct 21, 2019 at 1:51 AM Erick Erickson wrote: > You’d need to write one. Payloads are generally intended to hold numerics > you can then use in a function query to factor into the score… > > Best, > Erick > > > On Oct 20, 2019, at 4:57 PM, Vincenzo D'Amore > wrote: >

Solr Payload example

2019-10-20 Thread Vincenzo D'Amore
field: colorCode", code: 400 } Am I doing something wrong? How can I read strings payload data? Thanks in advance for your time, Vincenzo -- Vincenzo D'Amore

Re: Solr Payload example

2019-10-20 Thread Vincenzo D'Amore
;error-class", "org.apache.solr.common.SolrException", > "root-error-class", "org.apache.solr.common.SolrException" ], > msg: "No payload decoder found for field: colorCode", > code: 400 > } > > Am I doing something wrong? How can I read strings payload data? > > Thanks in advance for your time, > Vincenzo > > -- > Vincenzo D'Amore > > -- Vincenzo D'Amore

Re: fq * vs [* TO *]

2019-09-19 Thread Vincenzo D'Amore
Hi Shawn, Mikhail, thanks for the feedback. Really appreciate it. Best regards, Vincenzo On Thu, Sep 19, 2019 at 3:55 PM Shawn Heisey wrote: > On 9/19/2019 1:23 AM, Vincenzo D'Amore wrote: > > talking about how to write solr queries I was investigating if there is a >

Re: fq * vs [* TO *]

2019-09-19 Thread Vincenzo D'Amore
show two > times fold or so, but don't think it's significant for practical usage. > > On Thu, Sep 19, 2019 at 10:23 AM Vincenzo D'Amore > wrote: > > > Hi all, > > > > talking about how to write solr queries I was investigating if there is a > > difference o

fq * vs [* TO *]

2019-09-19 Thread Vincenzo D'Amore
Hi all, talking about how to write solr queries I was investigating if there is a difference of performance in these two filter queries: field:[* TO *] or field:* In other words: q=*:*=field:[* TO *]=0 q=*:*=field:*=0 Could someone enlighten me? -- Vincenzo D'Amore

Re: string field max size

2019-09-06 Thread Vincenzo D'Amore
t; and > Filters in the indexing chain > > They are irrelevant. The analysis chain is only executed when > indexed=true. > > Best, > Erick > > > On Sep 5, 2019, at 9:03 AM, Vincenzo D'Amore wrote: > > > > What I do not understand is what happens to the Anal

Re: string field max size

2019-09-05 Thread Vincenzo D'Amore
? Just the way how are they stored and retrieved? On Thu, Sep 5, 2019 at 1:54 PM Erick Erickson wrote: > Use a text field with stored=true and indexed=false? That'll allow you to > return it... > > On Thu, Sep 5, 2019, 07:04 Vincenzo D'Amore wrote: > > > Hi all, > > >

string field max size

2019-09-05 Thread Vincenzo D'Amore
ed type text_ws. Any suggestions? Thanks in advance and best regards, Vincenzo -- Vincenzo D'Amore

GraalVM & Solr

2019-07-29 Thread Vincenzo D'Amore
Hi all, has anyone tried to run Solr with GraalVM? If yes, do you want share your experience? Best regards, Vincenzo -- Vincenzo D'Amore

Re: Lost connections Solr

2019-07-23 Thread Vincenzo D'Amore
The image has been removed. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 23 Jul 2019, at 16:14, Rodrigo Oliveira > wrote: > > Hi, > > In the last 3 months I am using the Solr. However, yesterday my cluster was > down. > > My environment is: > > I have 5 nodes from

SolrInputDocument setField method

2019-06-26 Thread Vincenzo D'Amore
e" : "color", "value" : "red" } } the name field "color" appears twice. Very likely there is a reason for this, could you please point me in the right direction? For example, I'm worried about at what happens with SolrJ when I'm sending a lot of documents, where for each field the fieldName is sent twice. Thanks, Vincenzo -- Vincenzo D'Amore

Re: Real time get - URL size limitation

2019-04-14 Thread Vincenzo D'Amore
Hi ZarskiJ > 1) I have not tried post as we are using SolrJ version 6.4 - There is no > option to change the method of the request as far as I know from looking at > the documentation.

Re: NestPathField

2019-04-04 Thread Vincenzo D'Amore
nested objects, but this is still under development. I write here just to not leave a question without response for the future readers, Best regards, Vincenzo On Wed, Apr 3, 2019 at 11:10 AM Vincenzo D'Amore wrote: > Hi all, > > I've found NestPathField fieldType in the s

NestPathField

2019-04-03 Thread Vincenzo D'Amore
Hi all, I've found NestPathField fieldType in the solr 8.0.0 configuration. But looking in the documentation I haven't found anything. Just curious, someone have time to share something about? For example explain how to use this? Best regards, Vincenzo -- Vincenzo D'Amore

Function query scale

2019-03-10 Thread Vincenzo D'Amore
raid that the scale function will not have good performance with a big the number of documents. As usual thanks for your time and best regards, Vincenzo -- Vincenzo D'Amore

Re: Removing words like "FONT-SIZE: 9pt; FONT-FAMILY: arial" from content

2018-12-30 Thread Vincenzo D'Amore
Hi, I think this kind of text manipulation should be done before indexing, if you have font-size font-family in your text, very likely you’re indexing an html with css. If I’m right, you’re just entering in a hell of words that should be removed from your text. On the other hand, if you have

Re: Flatten term frequency

2018-11-29 Thread Vincenzo D'Amore
tle_phrase with term frequency only for phrase queries. Though, not sure what are the counter-indication of this solution, what do you think? On Thu, Nov 29, 2018 at 5:22 PM Vincenzo D'Amore wrote: > Yep, that makes sense. > And given that an omitTermFreq parameter does not

Re: Flatten term frequency

2018-11-29 Thread Vincenzo D'Amore
You are trying to use this in the field list, but the documentation > only talks about this being valid in the query clause itself. Which > perhaps makes it a bit less useful for your case, but does not look > like a bug. > > Regards, >Alex. > On Thu, 29 Nov 2018 at 10:06,

Re: Flatten term frequency

2018-11-29 Thread Vincenzo D'Amore
-type-definitions-and-properties.html#field-default-properties > > > > Regards, > >Alex. > > On Thu, 29 Nov 2018 at 05:43, Vincenzo D'Amore > wrote: > > > > > > Hi all, > > > > > > I have a relevancy problem, I suppose t

Flatten term frequency

2018-11-29 Thread Vincenzo D'Amore
other way, and as usual thanks i advance for your time e for your patience. Best regards, Vincenzo -- Vincenzo D'Amore

Re: Is reload necessary for updates to files referenced in schema, like synonyms, protwords, etc?

2018-11-28 Thread Vincenzo D'Amore
but I can't be sure without > checking the code, and it would probably take me more than a couple of > hours to unravel the code enough to answer the question myself. > > > > It is not SolrCloud, so there's no ZK to worry about. > > > > Thanks, > > Shawn > > > > -- Vincenzo D'Amore

Re: uniqueKey and docValues?

2018-11-22 Thread Vincenzo D'Amore
; > It looks like it will speed up export and streaming. Otherwise, I can’t > find anything the docs pro or con. > > > > wunder > > Walter Underwood > > wun...@wunderwood.org > > http://observer.wunderwood.org/ (my blog) > > > -- Vincenzo D'Amore

Constant Score

2018-10-17 Thread Vincenzo D'Amore
smaxQParser.java:115) at org.apache.solr.search.ExtendedDismaxQParserPlugin.createParser(ExtendedDismaxQParserPlugin.java:31) -- Vincenzo D'Amore

Re: what's in cursorMark

2018-10-01 Thread Vincenzo D'Amore
e in there. > > For example, If there is an object as a json: > { > “id”:”123”, > “name”:”objectname”, > “secret”:”my secret” > } > if I search id:123, and only that object returned with a cursorMark, will > I be able to decode the cursorMark and get that secret? > > Thanks, > Yi > -- Vincenzo D'Amore

Re: SOLR Index Time Running Optimization

2018-09-26 Thread Vincenzo D'Amore
Hi, I know this is the shortest way but, had you tried to add more core or CPU to your solr instances? How big is you collection in terms of GB and number of documents? Ciao, Vincenzo > On 26 Sep 2018, at 08:36, Krizelle Mae Hernandez > wrote: > > Hi. > > Our SOLR currently is running

Re: CACHE -> fieldValueCache usage

2018-09-20 Thread Vincenzo D'Amore
(7.3.1), where docValues are configured everywhere I could the fieldValueCache has all the values 0. Which if I understood correctly, it is good :) Best regards, Vincenzo On Thu, Sep 20, 2018 at 3:39 PM Yonik Seeley wrote: > On Wed, Sep 19, 2018 at 9:44 AM Vincenzo D'Amore > wrote: > &g

CACHE -> fieldValueCache usage

2018-09-19 Thread Vincenzo D'Amore
ers, Vincenzo -- Vincenzo D'Amore

OOM Solr 4.8.1

2018-09-17 Thread Vincenzo D'Amore
uot;". I was unable to understand what field was, it seems to be a float. Anyone has an advice to give me? For long time this server has worked well, without problems. Recently we have a huge traffic coming from spiders/crawlers but I don't understand how these requests can consume all the avail

Re: Merge update request with existing documents

2018-09-16 Thread Vincenzo D'Amore
any suggestions? On Wed, Sep 12, 2018 at 10:20 AM Vincenzo D'Amore wrote: > Hi all, > > I have to update a bunch of documents but in the update requests there are > only parts of the documents. > > Given that the atomic update is not a feasible option, because sometimes I &g

Merge update request with existing documents

2018-09-12 Thread Vincenzo D'Amore
? Thanks in advance for your help, Vincenzo -- Vincenzo D'Amore

Re: Update partial document

2018-09-11 Thread Vincenzo D'Amore
the list of new fields/values that I have to substitute in the document and yes, this list can be different from the original document. On Tue, Sep 11, 2018 at 7:42 PM Shawn Heisey wrote: > On 9/11/2018 10:23 AM, Vincenzo D'Amore wrote: > > I suppose to be able to remove attr_1 and a

Update partial document

2018-09-11 Thread Vincenzo D'Amore
t;attr_3":["x"] } So it seem that, for this particular case, I have first to read the document and then I can update it. Do you think there are other options? Can I use the StatelessScriptUpdateProcessorFactory ? Should I write my own UpdateProcessor ? Thanks in advance for your time. Vincenzo -- Vincenzo D'Amore

Re: regarding 'sharedlib' in solr

2018-09-07 Thread Vincenzo D'Amore
ading core ,it is giving > > error 'unsafe loading' .and not getting reload. Please help me in this. > > > > -- Vincenzo D'Amore

Re: Memory Leak in 7.3 to 7.4

2018-08-02 Thread Vincenzo D'Amore
Does this script also saves a memory dump of jvm? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 2 Aug 2018, at 17:53, Erick Erickson wrote: > > Thomas: > > You've obviously done a lot of work to track this, but maybe you can > do even more ;). > > Here's a link to a program that

Re: Memory Leak in 7.3 to 7.4

2018-08-02 Thread Vincenzo D'Amore
and 1.16 to see if these are the source of the memory leak. > > In the mean time I would like to know if anybody else experienced the same > problems? > > kind regards, > > Thomas > -- Vincenzo D'Amore

Re: synonyms question

2018-07-17 Thread Vincenzo D'Amore
Have you reloaded the core (or restarted Solr) after the change in the synonyms file? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 17 Jul 2018, at 20:04, ennio wrote: > > No not using SolrCloud. > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: synonyms question

2018-07-17 Thread Vincenzo D'Amore
yms.txt" ignoreCase="true" expand="true"/> > ignoreCase="true" > words="lang/stopwords_en.txt" > /> > > > protected="protwords.txt"/> > > > > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > -- Vincenzo D'Amore

Re: terms present within fields

2018-07-16 Thread Vincenzo D'Amore
lists should be > comparable in a straightforward manner. > > Best, > Erick > > On Mon, Jul 16, 2018 at 9:10 AM, Vincenzo D'Amore > wrote: > > Hi Alexandre, well... you're right. Sooner or later I had to create a > > collection with synthetic data where run my test. > >

Re: terms present within fields

2018-07-16 Thread Vincenzo D'Amore
wrote: > For the test, can't you just use synthetic data where you know the terms > from the start? > > Otherwise maybe something from streaming expressions will help, but it > needs SolrCloud. > > Regards, > Alex > > On Mon, Jul 16, 2018, 10:22 AM Vincenzo D

Re: terms present within fields

2018-07-16 Thread Vincenzo D'Amore
mter(Graph)FilterFactory, stemming etc. > > Best, > Erick > > On Mon, Jul 16, 2018 at 7:22 AM, Vincenzo D'Amore > wrote: > > Hi all, > > > > I have a question for you, Solr Gurus :) > > > > there is an index where there are two fields: short_title and long

terms present within fields

2018-07-16 Thread Vincenzo D'Amore
for your time, Vincenzo -- Vincenzo D'Amore

Re: SolrCloud and Kubernetes

2018-07-13 Thread Vincenzo D'Amore
PM Sundar Sivashunmugam wrote: > Hi, > We are interested in setting up SolrCloud in Kubernetes, is there any > documentation available for similar setup? > > Thanks! > Sundar Sivashunmugam > > -- Vincenzo D'Amore

Re: Use fqdn instead of IP address with zookeeper ensemble

2018-07-06 Thread Vincenzo D'Amore
N of each of the zookeeper instances instead of the IP > address in the zookeeper config. has anyone done this before and can point > to some examples. > Thank you > -- Vincenzo D'Amore

Re: Collections unable to load after setting up SSL

2018-06-11 Thread Vincenzo D'Amore
Hi Edwin, I think you should specify the absolute path when setting the environment variables or remove the leading slash from the path. Ciao, Vincenzo > On 11 Jun 2018, at 04:22, Zheng Lin Edwin Yeo wrote: > > I have found that we can't set it this way either, as we will get the below >

Re: solr collection id field type long

2018-05-07 Thread Vincenzo D'Amore
Thanks :) On Mon, May 7, 2018 at 4:18 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 5/7/2018 3:27 AM, Vincenzo D'Amore wrote: > >> So just to understand, why we have this behaviour? Is there anything, a >> mail thread or a ticket I could read? >> > > h

solr collection id field type long

2018-05-07 Thread Vincenzo D'Amore
ld read? Thanks for your time, Vincenzo -- Vincenzo D'Amore

Re: How many SynonymGraphFilterFactory can I have?

2018-04-12 Thread Vincenzo D'Amore
apa...@elyograg.org> wrote: > On 4/12/2018 3:11 AM, Vincenzo D'Amore wrote: > >> Hi all, anyone could at least point me some good resource that explain how >> to configure filters in fieldType building? >> >> Just understand if exist a document

Re: How many SynonymGraphFilterFactory can I have?

2018-04-12 Thread Vincenzo D'Amore
in the same chain. Best regards, Vincenzo On Mon, Apr 9, 2018 at 7:24 PM, Vincenzo D'Amore <v.dam...@gmail.com> wrote: > Hi all, > > in an Solr 4.8 schema I have a fieldType with few SynonymFilter filters at > index and few at query time. > > Moving this old schema to Solr 7

How many SynonymGraphFilterFactory can I have?

2018-04-09 Thread Vincenzo D'Amore
regards, Vincenzo -- Vincenzo D'Amore

Re: Add remote ip address in solr log

2018-03-28 Thread Vincenzo D'Amore
l) command netstat -ntp Thanks again and best regards, Vincenzo On Wed, Mar 28, 2018 at 6:12 PM, Shawn Heisey <elyog...@elyograg.org> wrote: > On 3/28/2018 9:47 AM, Vincenzo D'Amore wrote: > >> I'm struggling to add http remote ip address in solr (jetty) log file. >> >> I

Add remote ip address in solr log

2018-03-28 Thread Vincenzo D'Amore
. log4j.appender.file.layout.ConversionPattern=%d{-MM-dd HH:mm:ss.SSS} %-5p (%t) [%X{collection} %X{shard} %X{replica} %X{core}] %c{1.} %m%n Many thanks, Vincenzo -- Vincenzo D'Amore

Re: Solr or Elasticsearch

2018-03-22 Thread Vincenzo D'Amore
uestion about road map - but you do have some > say, Elastic's developers have always been very helpful and open to > suggestions from outsiders (who are also users of course!). > > Cheers > > Charlie > >> >> Thanks, >> >> Steve >> >> > > -- > Charlie Hull > Flax - Open Source Enterprise Search > > tel/fax: +44 (0)8700 118334 > mobile: +44 (0)7767 825828 > web: www.flax.co.uk > -- Vincenzo D'Amore

Re: Error when indexing with SolrJ HTTP ERROR 405

2018-03-19 Thread Vincenzo D'Amore
IndexLaunch.java:12) > > > > > > > -- > > > > This is how I connect (I am in local): > > > > > > > > SolrClient client = new HttpSolrClient.Builder(" > > http://localhost:8983/solr/#/corename;).build(); > > > > When I remove the "#" It throws a NullPointerException > > > > I have been struggling for a week with this indexing... > > > -- Vincenzo D'Amore

Re: Solr 6.6.0 - Error: can not use FieldCache on multivalued field: categoryLevels

2018-02-26 Thread Vincenzo D'Amore
o most relevant group comes first. Which is very useful when I have to return grouped results to the user. -- Vincenzo D'Amore

Re: Solr 6.6.0 - Error: can not use FieldCache on multivalued field: categoryLevels

2018-02-26 Thread Vincenzo D'Amore
ll be wrong it throws an > error if the field is defined as multiValued. And whatever option is > chosen (e.g. use the min or max or) will be wrong sometime. > > Although admittedly the error is a bit obscure... > > Best, > Erick > > On Mon, Feb 26, 2018 at 7:37 AM, Vincenz

Re: Solr 6.6.0 - Error: can not use FieldCache on multivalued field: categoryLevels

2018-02-26 Thread Vincenzo D'Amore
gt; I can suspect the reason, multiple values will eat up more memory? Not > sure, someone else can weigh in. > > > > Amrit Sarkar > Search Engineer > Lucidworks, Inc. > 415-589-9269 > www.lucidworks.com > Twitter http://twitter.com/lucidworks > LinkedIn: https://www.l

Solr 6.6.0 - Error: can not use FieldCache on multivalued field: categoryLevels

2018-02-26 Thread Vincenzo D'Amore
: categoryLevels 400 I don't understand why this is happening. Do you know any way to work around this problem? Thanks in advance, Vincenzo -- Vincenzo D'Amore

  1   2   3   >