public interface SearchConfiguration
SearchEngine
). default
configuration file
. The base-implementation comes with an according (un)marshaler.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONFIGURATION_URL
The default location of the configuration for the search.
|
Modifier and Type | Method and Description |
---|---|
SearchFields |
getFields()
This method gets the
SearchFields . |
SearchProperties |
getProperties()
This method gets the general purpose
SearchProperties . |
SearchIndexConfiguration |
getSearchIndex()
This method gets the
SearchIndexConfiguration . |
SearchSource |
getSource(String id)
This method gets the
SearchSource with the given ID . |
Collection<? extends SearchSource> |
getSources()
This method gets the
Collection of sources . |
static final String DEFAULT_CONFIGURATION_URL
SearchIndexConfiguration getSearchIndex()
SearchIndexConfiguration
.SearchIndexConfiguration
.Collection<? extends SearchSource> getSources()
Collection
of sources
.SearchSource
s.SearchSource getSource(String id)
SearchSource
with the given ID
.id
- is the ID
of the requested SearchSource
.SearchSource
or null
if none is configured for the given
id
.SearchProperties getProperties()
SearchProperties
.SearchProperties
.SearchFields getFields()
SearchFields
.SearchFields
.Copyright © 2001–2016 mmm-Team. All rights reserved.