public interface ConfiguredSearchIndexerOptions extends SearchIndexerOptions
ConfiguredSearchIndexer
.ConfiguredSearchIndexer.index(String,
ConfiguredSearchIndexerOptions)
,
ConfiguredSearchIndexerOptionsBean
Modifier and Type | Method and Description |
---|---|
String |
getNonUtfEncoding()
This method gets the non-UTF encoding.
|
List<String> |
getSourceIds()
This method gets the optional
List of
source-IDs that
shall be (re-)indexed. |
boolean |
isOptimize()
This method determines if the search-index will be
optimized
after indexing. |
boolean |
isOverwriteEntries()
|
isOverwriteIndex
boolean isOptimize()
optimized
after indexing.true
if the search-index will be optimized,
false
otherwise.boolean isOverwriteEntries()
entries
for the
sources
to index shall be deleted from the
search-index and (re-)indexed from scratch. If source-IDs
are NOT set (null
), this is the same as
SearchIndexerOptions.isOverwriteIndex()
.List<String> getSourceIds()
List
of
source-IDs
that
shall be (re-)indexed. If the List
is NOT null
(default) all sources will be indexed, otherwise
sources
configured
but NOT contained in this List
will NOT be indexed.List
of
source-IDs
or null
to index all sources.String getNonUtfEncoding()
SearchIndexerConfiguration.getNonUtfEncoding()
Copyright © 2001–2016 mmm-Team. All rights reserved.