public interface NodeNameIndexer
List<Map<String,String>> search(String substring, String rootLocation, 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
List<Map<String,String>> search(String substring, String rootLocation, String[] nodeTypes, 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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"