List of usage examples for org.apache.solr.handler.component SearchComponent subclass-usage
From source file com.plugtree.solradvert.AdvertComponent.java
/**
* WARNING! This component must be put after the QueryComponent
* in the components chain.
*
* @author salaboy
*/
From source file com.searchbox.SuggesterComponent.java
/** * * @author andrew */ public class SuggesterComponent extends SearchComponent implements SolrCoreAware, SolrEventListener {
From source file com.searchbox.TaggerComponent.java
/** * * @author andrew */ public class TaggerComponent extends SearchComponent implements SolrCoreAware, SolrEventListener {
From source file com.tamingtext.qa.PassageRankingComponent.java
/** * Given a SpanQuery, get windows around the matches and rank those results */ public class PassageRankingComponent extends SearchComponent implements PluginInfoInitialized, SolrCoreAware, QAParams { private transient static Logger log = LoggerFactory.getLogger(PassageRankingComponent.class);
From source file com.zemanta.solrcassandrabridge.CassandraBridgeComponent.java
public class CassandraBridgeComponent extends SearchComponent implements PluginInfoInitialized, SolrCoreAware { public static final String COMPONENT_NAME = "solrcassandrabridge"; private PluginInfo info = PluginInfo.EMPTY_INFO; public static Logger log = LoggerFactory.getLogger(CassandraBridgeComponent.class); private String key_field_name; // from solrconfig.xml -- which key will be used to map between solr and cassandra
From source file com.zvents.solr.components.ScoreStatsComponent.java
/**
* Solr component that places some basic stats about the distribution of the scores as a named list.
* This gives some information about the documents and the tools necessary to compute some
* basic relative stats about how good a document is compared to its peers in this
* document set.
*
From source file geocluster.GeoclusterComponent.java
/** * Provide a plugin for geo-clustering results. * http://localhost:8123/solr/search?facet=true&group.limit=5&geocluster.clusterField=field_place&geocluster.resolution=1221.96875&geocluster.zoomLevel=7&fl=*&geocluster.idField=ss_search_api_id&group.field=f_ss_field_place:geohash_geocluster_index_3&facet.field=f_ss_field_place:geohash_geocluster_index_3&qt=/geocluster&fq=index_id:geocluster_index&geocluster.clusterDistance=33&geocluster.groupField=f_ss_field_place:geohash_geocluster_index_3&geocluster.geohashField=geohashs_field_place:geohash&qf=t_field_place:latlon^1.0&geocluster.geohashLength=3&rows=1000000&start=0&q=*:*&facet.prefix=3_&geocluster.latlonField=t_field_place:latlon&group=true */ public class GeoclusterComponent extends SearchComponent implements SolrCoreAware {
From source file in.geocoder.component.GeocodingComponent.java
public class GeocodingComponent extends SearchComponent { public static final String COMPONENT_NAME = "geocoder"; private FilterSet filterSet; private Map<Character, String> hierarchicalFields = null; private List<Character> hierarchyList;
From source file jp.co.atware.solr.geta.GETAssocComponent.java
/** * Solr???GETAssoc???????? * * @author satake */ public class GETAssocComponent extends SearchComponent {
From source file jp.sf.fess.solr.plugin.handler.component.DocValuesComponent.java
public class DocValuesComponent extends SearchComponent { private static final String DCF = "dcf"; private static final String DOC_VALUES = "docValues";