RE: [External] Re: wildcards match end-of-word?

2020-02-13 Thread Fischer, Stephen
Also, if helpful, here is our solarconfig.xml https://github.com/VEuPathDB/SolrDeployment/blob/master/configsets/site-search/conf/solrconfig.xml Thanks again, from a Solr Newbie, steve -Original Message- From: Fischer, Stephen Sent: Thursday, February 13, 2020 7:52 AM To: solr-user

RE: [External] Re: wildcards match end-of-word?

2020-02-13 Thread Fischer, Stephen
> “runnin*” did not due the stemmer not recognizing it as a stemmable word. > > Finally, one of my personal hot buttons is wildcards in general. > They’re very often over-used because people are used to simple search > capabilities. > Something about “if your only tool is a hammer

RE: [External] Re: wildcards match end-of-word?

2020-02-12 Thread Fischer, Stephen
0.0}, "stats":{ "time":0.0}, "expand":{ "time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":0.0}

wildcards match end-of-word?

2020-02-11 Thread Fischer, Stephen
Hi, I am a solr newbie. I was surprised to discover that a search for kinase* returned fewer results than kinase. Then I read the wildcard documentation, and saw why. kinase* will

RE: [External] Re: per-field count of documents matched?

2020-02-11 Thread Fischer, Stephen
I suppose you could put the full query in the facet.query above. I’m still not sure it’s what you need, since I’m not sure what "per-field count of documents that match” means in your application… Best, Erick > On Feb 11, 2020, at 6:15 PM, Fischer, Stephen > wrote: > > Hi

per-field count of documents matched?

2020-02-11 Thread Fischer, Stephen
Hi wise Solr experts, For our scientific use-case we want to show users a per-field count of documents that match that field. We like to do this efficiently because we might return up to a million documents. For example, if we had documents describing People, and a query of, say, "Stone" we m