Re: Solr 8.3.1 - NullPointer during Autoscaling

2020-08-13 Thread Anton Pfennig
DNS entry of the new pod and metric call fails --> autoscaling fails. 5. pod creation is finished and the new solr node is reachable. Is there any way to delay the autoscaling part / fetching metrics? Br Anton On 12.08.20, 14:05, "Erick Erickson" wrote: Autoscaling may be

Re: Solr 8.3.1 - NullPointer during Autoscaling

2020-08-12 Thread Anton Pfennig
, Anton On 12.08.20, 14:05, "Erick Erickson" wrote: Autoscaling may be overkill, Is this a one-time thing or something you need automated? Because for a one-time event, it’s simpler/faster just to specify createNodeSet with the CREATE command that lists the new machine

Solr 8.3.1 - NullPointer during Autoscaling

2020-08-12 Thread Anton Pfennig
issue because the nodes and zookeeper can talk to each other. And if I call /metrics on these new nodes I also see the right properties. Also I see no violations in the suggester. Please help 😊 THX Anton Attached files: * autoscaling.json<https://eco.dev.search.d-p.io/solr-v3/ad

Re: Facet heatmaps: cluster coordinates based on average position of docs

2016-04-20 Thread Anton K.
Stat component for facet.heatmap feature. Maybe we can use stat component to add average positions of documents in cell? 2016-04-20 4:28 GMT+03:00 David Smiley : > Hi Anton, > > Perhaps you should request a more detailed / high-res heatmap, and then > work with that, perhaps using som

Re: Facet heatmaps: cluster coordinates based on average position of docs

2016-04-11 Thread Anton K.
Anyone? Or how can i contact with facet heatmaps creator? 2016-04-07 18:42 GMT+03:00 Anton K. : > I am working with new solr feature: facet heatmaps. It works great, i > create clusters on my map with counts. When user click on cluster i zoom in > that area and i might show him more cl

Facet heatmaps: cluster coordinates based on average position of docs

2016-04-07 Thread Anton K.
I am working with new solr feature: facet heatmaps. It works great, i create clusters on my map with counts. When user click on cluster i zoom in that area and i might show him more clusters or documents (based on current zoom level). But all my cluster icons (i use round one, see screenshot below

Can't get the DIH to recurse to index messages in Outlook PST file

2015-01-19 Thread Anton Shokhrin
Hi List, My SOLR instance is setup to index PST files with DIH, TikaEntityProcessor and OutlookPSTParser. After running import, I can see that the index contains the top level information of the PST file (e.g. unique id of each message, header, PST file size) but the messages themselves are mis

Re: Dynamic field doesnt work

2014-07-03 Thread Anton Gavazuk
Jack thank you very much! So obvious - damn, Ive mixed my codebase with solr shema xml :) 2014-07-03 14:23 GMT+02:00 Jack Krupansky : > s/dynamic_field/dynamicField/

Dynamic field doesnt work

2014-07-03 Thread Anton Gavazuk
definition SOLR version 4.7.2 What might be wrong with my setup? Thanks, Anton

Re: Memory Using In Faceted Search (UnInvertedField's)

2013-09-19 Thread Anton M
I ran some load tests and working memory usage was always about 10-11 Gb (very slowly raising - that should be cause of query cache being filled in, I think). 6 Gb was always heap size while 4-5 Gb was reported as shareable memory. First, I became afraid that Solr could continue taking memory up to

Memory Using In Faceted Search (UnInvertedField's)

2013-09-18 Thread anton
InvertedField's there in heap dump)? Some info: Index size is 76 Gb. I have 6 shards there. Windows OS. Java 6.0.24. Best regards, Anton.

Re: indexing one documents with different populated fields causes a deletion of documents in with other populated fileds

2007-10-25 Thread Anton Valdstein
On 10/25/07, Anton Valdstein <[EMAIL PROTECTED]> wrote: > > Does solr check automatically for duplicate texts in other fields and > > delete documents that have the same text stored in other fields? > > Solr automatically overwrites (deletes old versions of) docum

indexing one documents with different populated fields causes a deletion of documents in with other populated fileds

2007-10-25 Thread Anton Valdstein
Hi, I have 2 fields defined in the schema.xml. One is named ItalianTitle and the other is named ItalianOrEnglishTitle_t. I want to index first all the Italian titles into documents having the Italian texts stored and indexed in the ItalianTitle field while these documents should have the field Ital