public interface NodeNameIndexer
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
search(java.lang.String substring,
java.lang.String rootLocation,
java.lang.String[] nodeTypes)
Deprecated.
Use oak's lucene suggestions instead.
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
search(java.lang.String substring,
java.lang.String rootLocation,
java.lang.String[] nodeTypes,
java.util.Locale locale)
Deprecated.
Use oak's lucene suggestions instead.
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> search(java.lang.String substring, java.lang.String rootLocation, java.lang.String[] nodeTypes)
substring
- filters out a property map if none of its property contains itrootLocation
- filters out a property map if the indexed node is not a child of itnodeTypes
- filters out a property map if the indexed node is not of any type contained in itsubstring
, rootLocation
and
nodeTypes
java.util.List<java.util.Map<java.lang.String,java.lang.String>> search(java.lang.String substring, java.lang.String rootLocation, java.lang.String[] nodeTypes, java.util.Locale locale)
substring
- filters out a property map if none of its property contains itrootLocation
- filters out a property map if the indexed node is not a child of itnodeTypes
- filters out a property map if the indexed node is not of any type contained in itlocale
- filters out a property map if the indexed node locale does not matches it.
if no property map matches the given locale, then the one with the default locale is selected.substring
, rootLocation
,
nodeTypes
and locale
Copyright © 2010 - 2020 Adobe. All Rights Reserved