is not current version
Last Version 2.1.3

org.ow2.weblab.webservices:solr-engine 2.1.2

This service implements the Indexer and Searcher interface of WebLab and connect to a remote SOLR engine in order to realize the functions. The connection is mandatory and thus the remote SOLR server should be started beforehand. Configuration of the SOLR server URL is found in src/main/webapp/WEB-INF/cxf-servlet.xml . See in particular "indexerServiceBean" and "searcherServiceBean". Moreover, the service implements several "Analyser" services that could be included in a complete search chain in order to: - enrich a ResultSet with metadata about Hits (see resultSetMetaEnricherServiceBean) - highlight snippet in ResultSet (see highlighterServiceBean) - provide facets related to the current results (see facetSuggestionServiceBean) - suggest spell correction of the original query (see spellSuggestionServiceBean)

GroupId

GroupId

org.ow2.weblab.webservices
ArtifactId

ArtifactId

solr-engine
Version

Version

2.1.2
Type

Type

war

Download solr-engine 2.1.2


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