| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypes(FieldType facetFieldType) |
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypes(FieldType facetFieldType) |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
IndexFieldType.getFieldType() |
FieldType |
IndexFieldTypeImpl.getFieldType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFieldType.setFieldType(FieldType fieldType) |
void |
IndexFieldTypeImpl.setFieldType(FieldType fieldType) |
| Modifier and Type | Field and Description |
|---|---|
static FieldType |
FieldType.BOOLEAN |
static FieldType |
FieldType.BOOLEANS |
static FieldType |
FieldType.CATEGORY |
static FieldType |
FieldType.COORDINATE |
static FieldType |
FieldType.DATE |
static FieldType |
FieldType.DATES |
static FieldType |
FieldType.DOUBLE |
static FieldType |
FieldType.DOUBLES |
static FieldType |
FieldType.ID |
static FieldType |
FieldType.INT |
static FieldType |
FieldType.INTS |
static FieldType |
FieldType.LONG |
static FieldType |
FieldType.LONGS |
static FieldType |
FieldType.PRICE |
static FieldType |
FieldType.SORT |
static FieldType |
FieldType.STRING |
static FieldType |
FieldType.STRINGS |
static FieldType |
FieldType.TEXT |
static FieldType |
FieldType.TEXTS |
static FieldType |
FieldType.TRIEDATE |
static FieldType |
FieldType.TRIEDOUBLE |
static FieldType |
FieldType.TRIEINT |
static FieldType |
FieldType.TRIELONG |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FieldType.isMultiValued(FieldType type) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
I18nSolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field,
FieldType fieldType,
List<String> prefixList) |
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field,
FieldType fieldType,
List<String> prefixList) |
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.buildPrefixListForIndexField(IndexField field,
FieldType fieldType,
List<String> prefixList)
Returns a prefix if required for the passed in searchable field.
|
String |
SolrHelperServiceImpl.getPropertyNameForIndexField(IndexField field,
FieldType searchableFieldType) |
String |
SolrHelperService.getPropertyNameForIndexField(IndexField field,
FieldType fieldType)
Returns the property name for the given field and field type.
|
String |
SolrHelperServiceImpl.getPropertyNameForIndexField(IndexField field,
FieldType fieldType,
String prefix) |
String |
SolrHelperService.getPropertyNameForIndexField(IndexField field,
FieldType fieldType,
String prefix)
Returns the property name for the given field, field type, and prefix
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
I18nSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales)
Given the input field, populates the values array with the fields needed for the
passed in field.
|
protected Map<String,Object> |
SolrIndexServiceImpl.getPropertyValues(Indexable indexedItem,
Field field,
FieldType fieldType,
List<Locale> locales)
Returns a map of prefix to value for the requested attributes.
|
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.populateDocumentForIndexField(org.apache.solr.common.SolrInputDocument document,
IndexField field,
FieldType fieldType,
Map<String,Object> propertyValues) |
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.populateDocumentForIndexField(org.apache.solr.common.SolrInputDocument document,
IndexField field,
FieldType fieldType,
Map<String,Object> propertyValues)
This is used to populate any fields for the given parameters as well as adding any property names to the added properties list.
|
Copyright © 2018. All rights reserved.