List of usage examples for org.apache.solr.handler.component SearchComponent subclass-usage
From source file org.alfresco.solr.component.SetProcessedDeniesComponent.java
/**
* Sets a boolean flag ("processedDenies") in the JSON response indicating that
* the results (should) have been processed with respect to anyDenyDenies
* (i.e. {@link org.alfresco.solr.query.AbstractQParser} has added the correct clause to the search query).
*
* @author Matt Ward
From source file org.alfresco.solr.component.spellcheck.AlfrescoSpellCheckBackCompatComponent.java
/** * @author Joel Bernstein * @since 5.2 */ public class AlfrescoSpellCheckBackCompatComponent extends SearchComponent {
From source file org.alfresco.solr.SetLocaleSearchComponent.java
/** * @author Andy * */ public class SetLocaleSearchComponent extends SearchComponent { protected final static Logger log = LoggerFactory.getLogger(SetLocaleSearchComponent.class);
From source file org.alfresco.solr.TxIdSearchComponent.java
public class TxIdSearchComponent extends SearchComponent { @Override public void prepare(ResponseBuilder rb) throws IOException { // No preparation required. }
From source file org.apache.manifoldcf.examples.ManifoldCFSecurityFilter.java
/** * SearchComponent plugin for LCF-specific document-level access control. * Configuration is under the SolrACLSecurity name. */ public class ManifoldCFSecurityFilter extends SearchComponent { /** The component name */
From source file org.dice.solrenhancements.spellchecker.DiceSpellCheckComponent.java
/**
* A SearchComponent implementation which provides support for spell checking
* and suggestions using the Lucene contributed SpellChecker.
*
* <p>
* Refer to http://wiki.apache.org/solr/SpellCheckComponent for more details
From source file org.nlp.solr.handler.component.PagerComponent.java
/**
* PagerComponent
* Provides simple and fast paging for SOLR results
*
* @version 0.2.0 SamB $
* @since solr 1.4
From source file org.solbase.SolbaseComponent.java
public class SolbaseComponent extends SearchComponent { private static AtomicBoolean hasSolbaseSchema = new AtomicBoolean(false); private static final Logger logger = Logger.getLogger(SolbaseComponent.class); public SolbaseComponent() {
From source file org.tallison.solr.search.concordance.KeywordCooccurComponent.java
public class KeywordCooccurComponent extends SearchComponent implements SolrCoreAware { public static final String COMPONENT_NAME = "kwCoSearch"; Boolean isLocal = true; /** * Stack of worker threads, much like "ShardRequest's" except these do not have to be search requests. */
From source file org.tallison.solr.search.concordance.KWICComponent.java
public class KWICComponent extends SearchComponent implements SolrCoreAware { public static final String COMPONENT_NAME = "kwCoSearch"; Boolean isLocal = true; /** * Stack of worker threads, much like "ShardRequest's" except these do not have to be search requests. */