public class FullTextNodeHelpers extends Object implements Serializable
| Constructor and Description |
|---|
FullTextNodeHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static String |
query(org.elasticsearch.client.Client indexClient,
String queryString,
Integer from,
Integer maxHits,
Set<String> securityIdentifiers,
FTNodeCache cache,
Integer defaultMaxResults,
Integer maxFragmentCnt,
Integer maxFragmentSize,
org.gcube.indexmanagement.resourceregistry.RRadaptor rradaptor,
String indexName)
Executes the query of gRS2 locator of maximum maxHits records (if >0)
|
static String |
queryStream(org.elasticsearch.client.Client indexClient,
String queryString,
Integer maxHits,
FTNodeCache cache,
Set<String> securityIdentifiers,
Integer defaultMaxResults,
Integer maxFragmentCnt,
Integer maxFragmentSize,
org.gcube.indexmanagement.resourceregistry.RRadaptor rradaptor,
String indexName) |
public static String query(org.elasticsearch.client.Client indexClient, String queryString, Integer from, Integer maxHits, Set<String> securityIdentifiers, FTNodeCache cache, Integer defaultMaxResults, Integer maxFragmentCnt, Integer maxFragmentSize, org.gcube.indexmanagement.resourceregistry.RRadaptor rradaptor, String indexName) throws gr.uoa.di.madgik.grs.writer.GRS2WriterException, org.gcube.indexmanagement.common.IndexException
queryString - maxHits - org.gcube.indexmanagement.common.IndexExceptiongr.uoa.di.madgik.grs.writer.GRS2WriterExceptionpublic static String queryStream(org.elasticsearch.client.Client indexClient, String queryString, Integer maxHits, FTNodeCache cache, Set<String> securityIdentifiers, Integer defaultMaxResults, Integer maxFragmentCnt, Integer maxFragmentSize, org.gcube.indexmanagement.resourceregistry.RRadaptor rradaptor, String indexName) throws gr.uoa.di.madgik.grs.writer.GRS2WriterException, org.gcube.indexmanagement.common.IndexException
gr.uoa.di.madgik.grs.writer.GRS2WriterExceptionorg.gcube.indexmanagement.common.IndexExceptionpublic static void main(String[] args)
Copyright © 2014. All Rights Reserved.