Solr Indexer/Searcher WebLab Web Service

This service implements the Indexer and Searcher interface of WebLab and uses a embedded SOLR engine in order to realize the functions. Unlike the other SolR service, this version does not need having SolR installed. Configuration of the SOLR service can be done through IndexerBean.xml and SearcherBean.xml whereas the SolR instance configuration resides in the solr directory.

License

License

GroupId

GroupId

org.ow2.weblab.webservices
ArtifactId

ArtifactId

solr-engine-embedded
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

war
Description

Description

Solr Indexer/Searcher WebLab Web Service
This service implements the Indexer and Searcher interface of WebLab and uses a embedded SOLR engine in order to realize the functions. Unlike the other SolR service, this version does not need having SolR installed. Configuration of the SOLR service can be done through IndexerBean.xml and SearcherBean.xml whereas the SolR instance configuration resides in the solr directory.

Download solr-engine-embedded

How to add to project

<!-- https://jarcasting.com/artifacts/org.ow2.weblab.webservices/solr-engine-embedded/ -->
<dependency>
    <groupId>org.ow2.weblab.webservices</groupId>
    <artifactId>solr-engine-embedded</artifactId>
    <version>2.0.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/solr-engine-embedded/
implementation 'org.ow2.weblab.webservices:solr-engine-embedded:2.0.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/solr-engine-embedded/
implementation ("org.ow2.weblab.webservices:solr-engine-embedded:2.0.2")
'org.ow2.weblab.webservices:solr-engine-embedded:war:2.0.2'
<dependency org="org.ow2.weblab.webservices" name="solr-engine-embedded" rev="2.0.2">
  <artifact name="solr-engine-embedded" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.webservices', module='solr-engine-embedded', version='2.0.2')
)
libraryDependencies += "org.ow2.weblab.webservices" % "solr-engine-embedded" % "2.0.2"
[org.ow2.weblab.webservices/solr-engine-embedded "2.0.2"]

Dependencies

compile (14)

Group / Artifact Type Version
org.ow2.weblab.services : dataoperator jar 1.2.2
org.ow2.weblab.core.helpers : rdf-helper-jena jar 1.3.2
org.ow2.weblab.core.helpers : rdf-helper-jena-selection jar 1.5.3
org.ow2.weblab.core.helpers : bean-helper-spring jar 1.3.2
org.apache.solr : solr-core jar 1.4.1
org.apache.commons : commons-lang3 jar 3.0
org.slf4j : slf4j-log4j12 jar 1.5.8
org.ow2.weblab.core : model jar 1.2.2
org.ow2.weblab.core : extended jar 1.2.2
org.ow2.weblab.core : annotator jar 1.2.4
org.apache.cxf : cxf-rt-frontend-jaxws jar 2.4.0
org.apache.cxf : cxf-rt-transports-http jar 2.4.0
xalan : xalan jar 2.7.1
commons-logging : commons-logging jar 1.1.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1