org.apache.stanbol.enhancer.engines.entityhublinking
Class EntitySearcherUtils

java.lang.Object
  extended by org.apache.stanbol.enhancer.engines.entityhublinking.EntitySearcherUtils

public class EntitySearcherUtils
extends Object


Constructor Summary
EntitySearcherUtils()
           
 
Method Summary
static org.apache.stanbol.entityhub.servicesapi.query.FieldQuery createFieldQuery(org.apache.stanbol.entityhub.servicesapi.query.FieldQueryFactory factory, org.apache.clerezza.rdf.core.UriRef field, Set<org.apache.clerezza.rdf.core.UriRef> includeFields, List<String> search, String... languages)
          Validated the parsed parameter as parsed to EntitySearcher#lookup(String, Set, List, String...) and creates a fieldQuery for the parsed parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitySearcherUtils

public EntitySearcherUtils()
Method Detail

createFieldQuery

public static final org.apache.stanbol.entityhub.servicesapi.query.FieldQuery createFieldQuery(org.apache.stanbol.entityhub.servicesapi.query.FieldQueryFactory factory,
                                                                                               org.apache.clerezza.rdf.core.UriRef field,
                                                                                               Set<org.apache.clerezza.rdf.core.UriRef> includeFields,
                                                                                               List<String> search,
                                                                                               String... languages)
Validated the parsed parameter as parsed to EntitySearcher#lookup(String, Set, List, String...) and creates a fieldQuery for the parsed parameter

Parameters:
field -
includeFields -
search -
languages -
Returns:


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.