Package org.craftercms.search.commons.service
package org.craftercms.search.commons.service
-
InterfacesClassDescriptionTransforms 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.