David Smiley

Results 263 comments of David Smiley
trafficstars

Wouldn't a test hit this? Looking at Jericho's POM http://mvnrepository.com/artifact/net.htmlparser.jericho/jericho-html/3.4 I see it's loggers are listed as optional. It seems it shouldn't matter? But somehow you hit this exception so...

My suspicion is that Jericho's internal logger picking algorithm might have a Log4j impl detecting one that isn't compatible with Solr. We might need to manually tell it which one...

BTW FWIW Solr 7.4 (not released yet) now uses Log4j 2. So whatever's going on here should soon become a non-issue.

@nageshgnn did you see my comment where I said "It appears it'd require a one-liner at the spot where we first reference Jericho to set it's logger to LoggerProvider.SLF4J" Does...

By showing me a Maven POM, I suspect the situation is a bit different than the start of the conversation/issue above. What does your Spring Boot app have to do...

This is very likely the change in postings format from “Memory” to “FST50”. Memory still exists. I have ideas on how to resurrect a memory codec equivalent but no time...

Upon further inspection of FSTOrdPostringsFormat (actually FSTOrdTermsReader), it has TODOs for ord() which is bizarre -- why does this postingsFormat even exist if it doesn't yet support ords? I filed...

I'm leaning to option 1 as well. The tricky part is going to be the TagClusterReducer merging from 2 passes. Regarding option 2&3 I think the default label could be...

The TaggerRequestHandler does _not_ support sharded/distributed requests. I was about to write it'll never happen but I suppose I can fathom how that might work in a reasonable manner. Nonetheless,...

Pull requests welcome :-)