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)
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window solr-engine-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.