You are here

namespace Drupal\search_api_solr\Plugin\search_api\data_type in Search API Solr 8.2

Same name in other branches
  1. 8.3 Drupal\search_api_solr\Plugin\search_api\data_type
  2. 8 Drupal\search_api_solr\Plugin\search_api\data_type
  3. 4.x Drupal\search_api_solr\Plugin\search_api\data_type
Classsort descending Location Description
CustomTextDataType src/Plugin/search_api/data_type/CustomTextDataType.php Provides a not stemmed full text data type.
DateRangeDataType src/Plugin/search_api/data_type/DateRangeDataType.php Provides a date range data type.
DocValuesStringDataType src/Plugin/search_api/data_type/DocValuesStringDataType.php Provides a string data type that uses docValues.
NgramStringDataType src/Plugin/search_api/data_type/NgramStringDataType.php Provides a ngram string data type.
NgramTextDataType src/Plugin/search_api/data_type/NgramTextDataType.php Provides a ngram full text data type.
OmitNormsCustomTextDataType src/Plugin/search_api/data_type/OmitNormsCustomTextDataType.php Provides a not stemmed full text data type which omits norms.
OmitNormsTextDataType src/Plugin/search_api/data_type/OmitNormsTextDataType.php Provides a full text data type which omit norms.
PhoneticTextDataType src/Plugin/search_api/data_type/PhoneticTextDataType.php Provides a phonetic full text data type.
StorageStringDataType src/Plugin/search_api/data_type/StorageStringDataType.php Provides a storage-only string data type.
SuggesterTextDataType src/Plugin/search_api/data_type/SuggesterTextDataType.php Provides data type to feed the suggester component.
UnstemmedTextDataType src/Plugin/search_api/data_type/UnstemmedTextDataType.php Provides a not stemmed full text data type.
WhiteSpaceTokensTextDataType src/Plugin/search_api/data_type/WhiteSpaceTokensTextDataType.php Provides a full text data type based on unmodified tokens.