Uses of Package
org.craftercms.search.commons.service
Packages that use org.craftercms.search.commons.service
Package
Description
-
Classes in org.craftercms.search.commons.service used by org.craftercms.search.commons.serviceClassDescriptionImplementations normally use several
ElementParser
s to parse the elements and it's sub-elements to generate new fields on a document for indexing. -
Classes in org.craftercms.search.commons.service used by org.craftercms.search.commons.service.implClassDescriptionTransforms an XML document to te appropriate format for the search engine.Used to modify or enhance a document after it's built from XML.Implementations parse the specified element to generate fields for the document.Implementations normally use several
ElementParser
s to parse the elements and it's sub-elements to generate new fields on a document for indexing.Converts an incoming string field value to the actual value that will be indexed. -
Classes in org.craftercms.search.commons.service used by org.craftercms.search.opensearch.implClassDescriptionTransforms an XML document to te appropriate format for the search engine.Implementations parse the specified element to generate fields for the document.Implementations normally use several
ElementParser
s to parse the elements and it's sub-elements to generate new fields on a document for indexing.Converts an incoming string field value to the actual value that will be indexed.