org.carrot2.source.solr
Class SolrDocumentSourceDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.SearchEngineBaseDescriptor.Keys
      extended by org.carrot2.source.SimpleSearchEngineDescriptor.Keys
          extended by org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.Keys
              extended by org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
Enclosing class:
SolrDocumentSourceDescriptor

public static class SolrDocumentSourceDescriptor.Keys
extends RemoteXmlSimpleSearchEngineBaseDescriptor.Keys

Constants for all attribute keys of the SolrDocumentSource component.


Field Summary
static String SERVICE_URL_BASE
          Attribute key for: SolrDocumentSource.serviceUrlBase.
static String SOLR_SUMMARY_FIELD_NAME
          Attribute key for: SolrDocumentSource.solrSummaryFieldName.
static String SOLR_TITLE_FIELD_NAME
          Attribute key for: SolrDocumentSource.solrTitleFieldName.
static String SOLR_URL_FIELD_NAME
          Attribute key for: SolrDocumentSource.solrUrlFieldName.
 
Fields inherited from class org.carrot2.source.SearchEngineBaseDescriptor.Keys
COMPRESSED, DOCUMENTS, QUERY, RESULTS, RESULTS_TOTAL, START
 
Constructor Summary
protected SolrDocumentSourceDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_URL_BASE

public static final String SERVICE_URL_BASE
Attribute key for: SolrDocumentSource.serviceUrlBase.

See Also:
Constant Field Values

SOLR_TITLE_FIELD_NAME

public static final String SOLR_TITLE_FIELD_NAME
Attribute key for: SolrDocumentSource.solrTitleFieldName.

See Also:
Constant Field Values

SOLR_SUMMARY_FIELD_NAME

public static final String SOLR_SUMMARY_FIELD_NAME
Attribute key for: SolrDocumentSource.solrSummaryFieldName.

See Also:
Constant Field Values

SOLR_URL_FIELD_NAME

public static final String SOLR_URL_FIELD_NAME
Attribute key for: SolrDocumentSource.solrUrlFieldName.

See Also:
Constant Field Values
Constructor Detail

SolrDocumentSourceDescriptor.Keys

protected SolrDocumentSourceDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski