Class IndexTypeFSQSpec<T extends IndexedTypeFlexibleSearchQuery>

    • Constructor Summary

      Constructors 
      Constructor Description
      IndexTypeFSQSpec​(T indexedTypeFlexileSearchQueryData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> createParameters()
      Creates a map representation of query parameters:
      - injected by query attributes - injected by parameter provider specified by name in solr configuration xml file.
      java.lang.String getQuery()
      Returns string representation of query stored in the solr configuration xml file.
      java.lang.String getUser()
      Return user name used in solr configuration xml file to restrict flexible query.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexTypeFSQSpec

        public IndexTypeFSQSpec​(T indexedTypeFlexileSearchQueryData)
    • Method Detail

      • createParameters

        public java.util.Map<java.lang.String,​java.lang.Object> createParameters()
        Description copied from interface: FlexibleSearchQuerySpec
        Creates a map representation of query parameters:
        - injected by query attributes - injected by parameter provider specified by name in solr configuration xml file.
        Specified by:
        createParameters in interface FlexibleSearchQuerySpec
        Returns:
        Map