DOC

org.ow2.weblab.webservices : solr-engine

Maven & Gradle

Jul 17, 2012
1 usages

Solr Indexer/Searcher WebLab Web Service · 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)

Table Of Contents

Latest Version

Download org.ow2.weblab.webservices : solr-engine Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.weblab.webservices : solr-engine Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file solr-engine-2.1.3-javadoc.jar to solr-engine-2.1.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder solr-engine-2.1.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "solr-engine-2.1.3-sources.jar" -d "solr-engine-2.1.3-javadoc" -subpackages