| Interface | Description |
|---|---|
| SearchService |
Interface that a concrete SearchService must implement.
|
| Class | Description |
|---|---|
| Hit |
Represents a search hit found by the SearchService
|
| MultiSearchRequest | |
| SearchController |
Controller wrapper for the SearchService.
|
| SearchRequest | |
| SearchResult |
Result of a search.
|
| SearchSecurityConfig |
Adds security support to the SearchController if you import it in your application context
|
| SearchSecurityHandlerInterceptor |
HandlerInterceptor returns SC_UNAUTHORIZED if the user is not authenticated and login is required.
|
Copyright © 2014. All Rights Reserved.