Can someone shed some idea on below requirement?
Thanks & Regards,
Vinodh
From: Kommu, Vinodh K.
Sent: Friday, April 24, 2020 11:34 PM
To: solr-user@lucene.apache.org
Subject: IdleTimeout setting in Jetty (Solr 7.7.1)
Hi,
Our clients are running streaming expressions on 140M docs collection whi
Hi
I have gone through
https://lucene.apache.org/solr/guide/8_5/searching-nested-documents.html and
examples suggest to search on a field either on parent or child based on
parsers.
Is there a way to search on the combined text of parent and child documents?
Assume below is the document I am inde
Thanks Walter. Much appreciated.
To the Solr dev team, it would be of great help if there Walter's IDF
summary is made part of stop-filter:
https://lucene.apache.org/solr/guide/8_5/filter-descriptions.html#stop-filter
Steve
On Fri, Apr 24, 2020 at 8:49 PM Walter Underwood
wrote:
> IDF and sto
It seems that in order to be available for FieldValueFeature score calculation,
the field should be 'stored', otherwise it is not present in the document. It
is also seems that indexed/docValue does not matter:
final IndexableField indexableField = document.getField(field);
i
This line is kind of hidden in the javadocs in DelimitedBoostTokenFilter.java:
"Note make sure your Tokenizer doesn't split on the delimiter, or this won't
work”
So you need to use a different tokenizer. StandardTokenizer is already
splitting on
the | character as you’ve seen.
WhitespaceTokeni
Authentication works the same in 7.x but the admin is not aware of it so you
will get a browser request for password if using basic auth. Upgrade to 8.x for
the login screen.
Jan Høydahl
> 26. apr. 2020 kl. 06:05 skrev Amy Bai :
>
> Thanks so much for your kindly reply.
> Another question, I
Hi there,
I’m developing custom java application with lucene 8.5.0.
I've tried to use DelimitedBoostTokenFilterFactory but I have a problem, so
please help me if I'm doing something wrong.
I’m using StandardAnalyzer for search, and my SynonymGraphFilter has
configuration as below:
Map synonymPa