Re: [EXTERNAL] Re: [EXT] Re: Looking for expertise on comparing Solr search to Postgres full-text search

2022-03-17 Thread Davis, Daniel (NIH/NLM) [C]
This is really a question of how big the haystack is and what sort of search task users are trying to accomplish. If there is no IDF (a mistake I did *not* make at https://www.indexengines.com/ despite using home-grown search BTW), then there is an assumption both on the size of the documents b

Re: [EXTERNAL] Re: Vulnerability on solr port

2022-02-16 Thread Davis, Daniel (NIH/NLM) [C]
If the port is proxied to something else, maybe by a load balancer, then disclosing the IP address in an HTTP header could be an issue. The scanner doesn't know whether the port is proxied elsewhere. On 2/14/22, 8:29 AM, "matthew sporleder" wrote: CAUTION: This email originated from outs

Re: Changing the order of stemming and stopwords cleaning in techproducts config

2021-11-08 Thread Davis, Daniel (NIH/NLM) [C]
I cannot agree more. On the product provided by www.indexengines.com, we stopped using stopwords when we noted that first names that would be flagged as such by Named Entity Recognition would also be categorized as stopwords in some language. Namely - the key developers Ben and Dan (speaking).