- AbstractLuceneIndex - Class in org.eclipse.rdf4j.sail.lucene
-
- AbstractLuceneIndex() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
-
- AbstractLuceneSailConfig - Class in org.eclipse.rdf4j.sail.lucene.config
-
- AbstractLuceneSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
-
- AbstractLuceneSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
-
- AbstractLuceneSailConfig(String, String) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
-
- AbstractLuceneSailConfig(String, String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
-
- AbstractReaderMonitor - Class in org.eclipse.rdf4j.sail.lucene
-
ReaderMonitor holds IndexReader and IndexSearcher.
- AbstractReaderMonitor(AbstractLuceneIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
-
- AbstractSearchIndex - Class in org.eclipse.rdf4j.sail.lucene
-
- AbstractSearchIndex() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
- AbstractSearchQueryEvaluator - Class in org.eclipse.rdf4j.sail.lucene
-
- AbstractSearchQueryEvaluator() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractSearchQueryEvaluator
-
- accept(Literal) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
Returns whether the provided literal is accepted by the LuceneIndex to be indexed.
- accept(Statement) - Method in interface org.eclipse.rdf4j.sail.lucene.IndexableStatementFilter
-
- accept(Literal) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
-
Returns whether the provided literal is accepted by the LuceneIndex to be indexed.
- acceptStatementToIndex(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
-
- add(SearchDocument) - Method in interface org.eclipse.rdf4j.sail.lucene.BulkUpdater
-
- add(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
-
Add this statement to the buffer
- add(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
-
- add(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
-
- add(Index1Type, Index2Type, DataType) - Method in class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
-
- addDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
- addDocuments(Resource, List<Statement>) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
Add a complete Lucene Document based on these statements.
- addDocuments(Resource, List<Statement>) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
-
Add a complete Lucene Document based on these statements.
- addGeoProperty(String, String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
-
- addProperty(String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
-
Adds/creates a new property with the given name.
- addProperty(String, String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
-
Adds a value to the property with the given name.
- AddRemoveOperation() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
-
- addRemoveStatements(Collection<Statement>, Collection<Statement>) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
Add many statements at the same time, remove many statements at the same time.
- addRemoveStatements(Collection<Statement>, Collection<Statement>) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
-
Add many statements at the same time, remove many statements at the same time.
- addStatement(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
-
Indexes the specified Statement.
- addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
-
- addStatement(Statement) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
-
Indexes the specified Statement.
- ALL_MATCHES - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
-
- ALL_PROPERTIES - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
-
- ANALYZER_CLASS_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
-
Set this key as sail parameter to configure the Lucene analyzer class implementation to use for text analysis.