I'm upgrading a plugin from Solr 4.3.1 to Solr 5.2.1 that uses the Lucene
API "ConstantScoreQuery class". The code calls, "getFilter()" on a
ConstantScoreQuery
object which was available from 4.3.1 to Solr 5.0.0 as shown in the API
documentation, but has been removed in 5.1.0. I tried to look at
I've create some custom plugin that I put in a lib directory at the same
level
as the conf directory for the core which is loaded via the lib directives
in solrconfig.xml
/solrdata/CoreName/conf
/solrdata/CoreName/lib
/solrdata/CoreName/core.properties
This works great when using Solr. But when
ves.
Thanks again.
Bob
On Tue, Jan 3, 2017 at 12:13 AM, Shawn Heisey wrote:
> On 1/2/2017 7:07 PM, Bob Cook wrote:
> > I've create some custom plugin that I put in a lib directory at the
> > same level as the conf directory for the core which is loaded via the
> > lib