https://github.com/silvae86/jena-larq
Mirror of Apache Jena - LARQ (Incubating)
https://github.com/silvae86/jena-larq
Last synced: over 1 year ago
JSON representation
Mirror of Apache Jena - LARQ (Incubating)
- Host: GitHub
- URL: https://github.com/silvae86/jena-larq
- Owner: silvae86
- License: apache-2.0
- Created: 2012-11-13T13:57:14.000Z (over 13 years ago)
- Default Branch: trunk
- Last Pushed: 2012-11-19T15:41:13.000Z (over 13 years ago)
- Last Synced: 2025-01-30T13:43:07.689Z (over 1 year ago)
- Language: Java
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
LARQ - adding free text searches to SPARQL
------------------------------------------
LARQ is a combination of ARQ and Lucene. It gives ARQ the ability to perform
free text searches. Lucene indexes are additional information for accessing
the RDF graph, not storage for the graph itself.
To package LARQ and use the larq.larqbuilder and larq.larq commands run:
mvn package -Pjar-with-dependencies
java -cp .:target/jena-larq-1.0.1-incubating-SNAPSHOT-jar-with-dependencies.jar larq.larqbuilder --version
The . is to include the Log4j config file in the classpath: log4j.properties
See also:
- http://incubator.apache.org/jena/documentation/larq/
- http://incubator.apache.org/jena/documentation/query/extension.html#propertyFunctions
- https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/