Class MatchingIndexEntry

    • Constructor Detail

      • MatchingIndexEntry

        public MatchingIndexEntry​(IndexEntryKey pk)
        The constructor set only the key part of the entry.
    • Method Detail

      • getScore

        public float getScore()
        Return the score of this entry according the request.
      • setScore

        public void setScore​(float score)
        Set the score of this entry. Only the searchEngine should call this method.
      • getSortableXMLFormFields

        public Map<String,​String> getSortableXMLFormFields()
        gets the list of Sortable fields if the content is a form XML
        Returns:
        the sortableXMLFormFields
      • setSortableXMLFormFields

        public void setSortableXMLFormFields​(HashMap<String,​String> sortableXMLFormFields)
        Sets the Sortable fields if the content is a form XML
        Parameters:
        sortableXMLFormFields - the sortableXMLFormFields to set
      • setEmbeddedFileIds

        public void setEmbeddedFileIds​(String[] embeddedFileIds)
        Set the list of all linked attachment in wysiwyg content
        Parameters:
        embeddedFileIds - attachments ids separated by a blank space
      • getEmbeddedFileIds

        public List<String> getEmbeddedFileIds()
        List of all linked attachment in wysiwyg content
      • setXMLFormFieldsForFacets

        public void setXMLFormFieldsForFacets​(Map<String,​String> fields)
      • getXMLFormFieldsForFacets

        public Map<String,​String> getXMLFormFieldsForFacets()
      • isExternalResult

        public boolean isExternalResult()
      • setExternalResult

        public void setExternalResult​(boolean externalResult)