org.gcube.elasticsearch.helpers
Class RowsetParser

java.lang.Object
  extended by org.gcube.elasticsearch.helpers.RowsetParser

public class RowsetParser
extends Object


Constructor Summary
RowsetParser()
           
 
Method Summary
static boolean addToFieldInfo(ArrayList<String> toBeAdded, String field, String colIDandLang, org.gcube.indexmanagement.common.FullTextIndexType idxType)
           
static String getColIDRowset(String indexName, String rowset)
           
static String getIdxTypeNameRowset(String indexName, String rowset)
           
static String getLangRowset(String indexName, String rowset)
           
static String getRowsetFromResult(gr.uoa.di.madgik.grs.record.Record record)
           
static String preprocessRowset(String rowset, String lang, String colID, String indexName, String IdxTypeID, String scope, FTNodeCache cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowsetParser

public RowsetParser()
Method Detail

getIdxTypeNameRowset

public static String getIdxTypeNameRowset(String indexName,
                                          String rowset)

getLangRowset

public static String getLangRowset(String indexName,
                                   String rowset)

getColIDRowset

public static String getColIDRowset(String indexName,
                                    String rowset)

preprocessRowset

public static String preprocessRowset(String rowset,
                                      String lang,
                                      String colID,
                                      String indexName,
                                      String IdxTypeID,
                                      String scope,
                                      FTNodeCache cache)

addToFieldInfo

public static boolean addToFieldInfo(ArrayList<String> toBeAdded,
                                     String field,
                                     String colIDandLang,
                                     org.gcube.indexmanagement.common.FullTextIndexType idxType)

getRowsetFromResult

public static String getRowsetFromResult(gr.uoa.di.madgik.grs.record.Record record)
                                  throws gr.uoa.di.madgik.grs.record.GRS2RecordDefinitionException,
                                         gr.uoa.di.madgik.grs.buffer.GRS2BufferException
Throws:
gr.uoa.di.madgik.grs.record.GRS2RecordDefinitionException
gr.uoa.di.madgik.grs.buffer.GRS2BufferException


Copyright © 2013. All Rights Reserved.