Interface SearchHandler

    • Method Detail

      • ad

        AdSearchHandler ad()
        Returns the handler for searching advertisements
      • isPhraseSearchSupported

        boolean isPhraseSearchSupported()
        Returns whether phrase searches are supported within full-text queries
      • isTranslationSupported

        boolean isTranslationSupported()
        Returns whether translated values are supported
      • performIndex

        List<String> performIndex​(String index,
                                  List<Long> ids)
        Updates the given index for the entity with the given identifiers.
        Returns:
        Either null, indicating a no-op, or a list with the same size as the input ids, containing the error message for each id, or null if it succeeded.
      • reindex

        void reindex()
        Reindexes all data. This is only called by scripts, in case the admin needs to reindex the data
      • self

        <S extends SearchHandler> S self()
        Returns the own implementation