Package | Description |
---|---|
com.epimorphics.lda.query |
The query package contains the classes which
construct SPARQL queries for the item-selection part
of the LDA process.
|
com.epimorphics.lda.sources |
The sources package contains classes that interface between
Elda and the different kinds of RDF/SPARQL data sources available.
|
com.epimorphics.lda.specs |
The specs package contains the classes that interpret linked
data API configurations and their endpoints.
|
com.epimorphics.lda.textsearch |
Modifier and Type | Field and Description |
---|---|
protected TextSearchConfig |
APIQuery.textSearchConfig |
Modifier and Type | Method and Description |
---|---|
TextSearchConfig |
APIQuery.getItemSource() |
TextSearchConfig |
APIQuery.QueryBasis.getTextSearchConfig() |
Modifier and Type | Method and Description |
---|---|
TextSearchConfig |
SourceBase.getTextSearchConfig() |
TextSearchConfig |
Source.getTextSearchConfig()
Answer this Source's text search configuration.
|
Modifier and Type | Field and Description |
---|---|
protected TextSearchConfig |
APIEndpointSpec.textSearchConfig |
protected TextSearchConfig |
APISpec.textSearchConfig |
Modifier and Type | Method and Description |
---|---|
TextSearchConfig |
APIEndpointSpec.getTextSearchConfig() |
TextSearchConfig |
APISpec.getTextSearchConfig() |
Modifier and Type | Method and Description |
---|---|
TextSearchConfig |
TextSearchConfig.overlay(com.hp.hpl.jena.rdf.model.Resource endpoint)
Answer a new TextSearchConfig whose content this this ones overlaid
with configurations from the given endpoint.
|
Copyright © 2014. All Rights Reserved.