Uses of Package
org.eclipse.rdf4j.sail.lucene
Packages that use org.eclipse.rdf4j.sail.lucene
Package
Description
A Sail implementation that supports full-text indexing via the Lucene API.
-
Classes in org.eclipse.rdf4j.sail.lucene used by org.eclipse.rdf4j.sail.luceneClassDescriptionReaderMonitor holds IndexReader and IndexSearcher.A document result or hit from a search query.Specifies a filter, which determines whether a statement should be included in the keyword index when performing complete reindexing.A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.Deprecated.This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.Deprecated.Deprecated.A QuerySpec holds information extracted from a TupleExpr corresponding with a single Lucene query.Param in a Lucene query extracted in
QuerySpec
A SearchIndex is a one-stop-shop abstraction of a Lucene index.Option to describe how theLuceneSail
should handle the add of a new type statement in a connection if theLuceneSail.INDEXEDTYPES
property is defined. -
Classes in org.eclipse.rdf4j.sail.lucene used by org.eclipse.rdf4j.sail.lucene.util