On Oct 2, 2008, at 2:24 PM, Jeryl Cook wrote:
I don't have issues adding a filter query to a "SolrQuery"... i guess ill look at the source code, i just need to pass the a custom Filter object at runtime before i execute a search using the SolrServer.. currently this is all i can do the below with SOLR... SolrServer.query(customScoreQuery); i need a method that would accept this: searcher.search(customScoreQuery, myfilter ); , like i am able todo using lucene searcher.
aaah -- that lands you in custom plugin territory... perhaps look at building a QueryComponent ryan