Search issue in the SOLR for few words

2020-11-02 Thread Viresh Sasalawad
Hi Sir/Madam, Am facing an issue with few keyword searches (like gazing, one) in solr. Can you please help why these words are not listed in solr results? Indexing is done properly. -- Thanks and Regards Veeresh Sasalawad

SolrIndexSearcher RankQuery Score calculation

2020-11-02 Thread Dawn
Hi: SolrIndexSearcher.getDocListNC and getDocListAndSetNC code snippet: if (cmd.getSort() != null && query instanceof RankQuery == false && (cmd.getFlags() & GET_SCORES) != 0) { TopFieldCollector.populateScores(topDocs.scoreDocs, this, query); } When this query includes a filterQuery,

Understand on intermittent solr replica going to GONE state

2020-11-02 Thread yaswanth kumar
Solr version: 8.2; Zoo - 3.4 I am progressively adding collection by collections with 3 replica's on each, and all of a sudden we got to see the load averages on solr nodes were bumped and also memory usage went to 65% usage on JAVA process , with that some replica's had went to "GONE" state (as

Re: filterCache ramBytesUsed monitoring statistics go negative

2020-11-02 Thread Shawn Heisey
On 11/2/2020 4:27 AM, Dawn wrote: filterCache ramBytesUsed monitoring statistics go negative. Is there a special meaning, or is there a statistical problem When present the list, can sort it by key. Solr7 is like this, easy to view. When problems like this surface,

Re: Java Streaming API - nested Hashjoins with zk and accesstoken

2020-11-02 Thread sambasivarao giddaluri
Hi All, Any advice on this. Thanks sam On Sun, Nov 1, 2020 at 11:05 PM Anamika Solr wrote: > Hi All, > > I need to combine 3 different documents using hashjoin. I am using below > query(ignore placeholder queries): > > >

[Free Online Meetups] London Information Retrieval Meetup

2020-11-02 Thread Alessandro Benedetti
Hi all, The London Information Retrieval Meetup has moved online: https://www.meetup.com/London-Information-Retrieval-Meetup-Group It is a free evening meetup aimed at Information Retrieval passionates and professionals who are curious to explore and discuss the latest trends in the field. It

Re: SOLR uses too much CPU and GC is also weird on Windows server

2020-11-02 Thread Erick Erickson
What this sounds like is that somehow you were committing after every update in 8x but not in your 6x code. How that would have been change is anybody’s guess ;). It’s vaguely possible that your client is committing and you had IgnoreCommitOptimizeUpdateProcessorFactory defined in your update

RE: SOLR uses too much CPU and GC is also weird on Windows server

2020-11-02 Thread Jaan Arjasepp
Thanks for all for helping to think about it, but eventually found out that code was basically single record deleting/adding records. After it was batched up, then everything is back to normal. Funny thing is that 6.0.0. handled these requests somehow, but newer version did not. Anyway, we will

filterCache ramBytesUsed monitoring statistics go negative

2020-11-02 Thread Dawn
Hi: filterCache ramBytesUsed monitoring statistics go negative. Is there a special meaning, or is there a statistical problem When present the list, can sort it by key. Solr7 is like this, easy to view. For example: CACHE.searcher.filterCache.hits: 63265