List of usage examples for org.apache.solr.search ExtendedQueryBase subclass-usage
From source file alba.solr.core.DynamicQuery.java
public class DynamicQuery extends ExtendedQueryBase implements PostFilter { private CallableFunction function; private ValueSource vs;
From source file com.zvents.solr.components.ScoreStatsPostFilter.java
/**
* PostFilter that does the actual work of computing the basic stats of the documents
* that matched the query and were filtered out by the
* filter queries. This limits the work to only those documents that are actual matches.
*
* @author Amit Nithianandan
From source file org.codice.solr.xpath.XpathFilterQuery.java
/** * XPath post filter that creates XPath collector to do final XPath filtering. */ public class XpathFilterQuery extends ExtendedQueryBase implements PostFilter { public static final int POST_FILTER_COST = 100;
From source file org.typo3.solr.search.AccessFilter.java
/**
* A filter to make sure a user can only see documents indexed by TYPO3 he's
* allowed to see.
*
* @author Ingo Renner <ingo@typo3.org>
*/