being offline and out of hte loop for a few days has left me a little
confused as to what exactly the imcompatibility is ... could someone open
an issue summarizing the problem and mark it fix for 1.3 .. that way we'll
have a reminder to either get a fix in, or document the hell out of it as
: > which should not be an indication that the code in question will not
: > function correctly. Also, there isn't a peep of warning in CHANGES.txt
: I was waiting for SOLR-360 to add the CHANGES.txt for multi-core related
: things. You are right, the deprecated API deprecations and alternative
Check my last comment on SOLR-215
which should not be an indication that the code in question will not
function correctly. Also, there isn't a peep of warning in CHANGES.txt
I was waiting for SOLR-360 to add the CHANGES.txt for multi-core related
things. You are right, the deprecated A
The SolrConfig patch changed the interface for creating a token
filter factory:
@Deprecated
public void init(Map args) {
log.warning("calling the deprecated form of init; should be
calling init(SolrConfig solrConfig, Map args)");
this.args=args;
}
The analyzer creation chain n