org.usergrid.utils
Class IndexUtils

java.lang.Object
  extended by org.usergrid.utils.IndexUtils

public class IndexUtils
extends Object


Constructor Summary
IndexUtils()
           
 
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
 

Constructor Detail

IndexUtils

public IndexUtils()
Method Detail

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.