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
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, `Query
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 p
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, it's
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):
>
>
> hashJoin(hashJoin(search(collectionName,q="*:*",fl="id",qt="/export",sort=
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 is
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 c
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
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
CACHE