Class SolrAsSearchProfileCalculationListener.SearchQueryUidGenerator
- java.lang.Object
-
- de.hybris.platform.adaptivesearchsolr.listeners.SolrAsSearchProfileCalculationListener.SearchQueryUidGenerator
-
- All Implemented Interfaces:
AsUidGenerator
- Enclosing class:
- SolrAsSearchProfileCalculationListener
protected static class SolrAsSearchProfileCalculationListener.SearchQueryUidGenerator extends java.lang.Object implements AsUidGenerator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSearchQueryUidGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenerateUid()Generates a new unique identifier.
-
-
-
Method Detail
-
generateUid
public java.lang.String generateUid()
Description copied from interface:AsUidGeneratorGenerates a new unique identifier.- Specified by:
generateUidin interfaceAsUidGenerator- Returns:
- the unique identifier
-
-