org.usergrid.utils
Class IndexUtils
java.lang.Object
org.usergrid.utils.IndexUtils
public class IndexUtils
- extends Object
Method Summary |
static List<Map.Entry<String,Object>> |
getKeyValueList(Object obj,
boolean fulltextIndex)
|
static List<Map.Entry<String,Object>> |
getKeyValueList(String path,
Object obj,
boolean fulltextIndex)
|
static Map<String,List<Object>> |
getKeyValues(Object obj,
boolean fulltextIndex)
|
static Map<String,List<Object>> |
getKeyValues(String path,
Object obj,
boolean fulltextIndex)
|
static List<String> |
keywords(String source)
|
static String |
keywordText(String source)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexUtils
public IndexUtils()
getKeyValues
public static Map<String,List<Object>> getKeyValues(String path,
Object obj,
boolean fulltextIndex)
getKeyValueList
public static List<Map.Entry<String,Object>> getKeyValueList(String path,
Object obj,
boolean fulltextIndex)
getKeyValues
public static Map<String,List<Object>> getKeyValues(Object obj,
boolean fulltextIndex)
getKeyValueList
public static List<Map.Entry<String,Object>> getKeyValueList(Object obj,
boolean fulltextIndex)
keywords
public static List<String> keywords(String source)
keywordText
public static String keywordText(String source)
Copyright © 2013. All Rights Reserved.