public class FulltextSearchServiceFactory extends AbstractServiceFactoryBase
| Modifier and Type | Class and Description |
|---|---|
static class |
FulltextSearchServiceFactory.FulltextSearchDefaults
Default values for external fulltext search, as defined in configuration
|
static class |
FulltextSearchServiceFactory.FulltextSearchMultiHiterator<A extends IFulltextSearchHit>
Wrapper around
FulltextSearchHiterator, delegating requests for
multiple binding sets to the latter one. |
| Constructor and Description |
|---|
FulltextSearchServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
MockIVReturningServiceCall |
create(ServiceCallCreateParams params)
Create a service invocation object.
|
Set<IVariable<?>> |
getRequiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getRequiredBound(ServiceNode), allowing for
simple services where all variables used inside the service are
considered "outgoing". |
BigdataNativeServiceOptions |
getServiceOptions()
Return options for the service end point.
|
static Properties |
getStoreProps(ServiceCallCreateParams params) |
getDesiredBoundpublic BigdataNativeServiceOptions getServiceOptions()
ServiceFactorypublic MockIVReturningServiceCall create(ServiceCallCreateParams params)
ServiceFactoryparams - The pararameters, which are encapsulated by this interface.public static Properties getStoreProps(ServiceCallCreateParams params)
public Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
AbstractServiceFactoryBaseServiceFactory.getRequiredBound(ServiceNode), allowing for
simple services where all variables used inside the service are
considered "outgoing". As a consequence, when building upon this
default implementation, the Service will be executed *before* the
variables used inside the Service body are bound.getRequiredBound in interface ServiceFactorygetRequiredBound in class AbstractServiceFactoryBaseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.