Class MockupIndexTypeValuesProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME
      for an arbitraty field name, the name must be postfixed eith "_TYPE", where TYPE is a solr field type.
      static java.lang.String TARGET_SUPER_CATEGORY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getFacets()
      Returns set of facets names that are provided.
      java.util.Map<java.lang.String,​java.lang.String> getFieldNamesMapping()
      Returns field to index field names mapping for the properties provided.
      java.util.Collection<FieldValue> getFieldValues​(IndexConfig indexConfig, java.lang.Object model)
      Returns a collection of FieldValue of a given model that are fetched from it based on the indexConfig and customized implemented logic.
      void setModelService​(ModelService modelService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait