Interface QueryIndexer
- All Known Implementing Classes:
LuceneQuerySuggester
public interface QueryIndexer
-
Method Summary
-
Method Details
-
getLastIndexTime
Instant getLastIndexTime()- Returns:
- The time of the last successful indexing
-
index
- Parameters:
suggestions
- the suggestions to index- Returns:
- future that is ready as soon as the indexation is done
- Throws:
IOException
- in case indexation fails
-