|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.hp.hpl.jena.query.larq.IndexBuilderModel
com.hp.hpl.jena.query.larq.IndexBuilderLiteral
com.hp.hpl.jena.query.larq.IndexBuilderString
public class IndexBuilderString
Index literals which are plain strings, string with a language tag or which have a datatype of XSD string.
| Constructor Summary | |
|---|---|
IndexBuilderString()
Create an index builder in-memory that indexes string literals |
|
IndexBuilderString(File fileDir)
Create an index builder, storing the Lucene files in a directory, that indexes string literals |
|
IndexBuilderString(org.apache.lucene.index.IndexWriter existingWriter)
Use an existing IndexWriter to indexes string literal |
|
IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property)
Create an index builder in-memory that indexes string literals, restricted to statements with a given property |
|
IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
File fileDir)
Create an index builder, storing the Lucene files in a directory, that indexes string literals, where the indexed statements are restricted to statements with a given property |
|
IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
org.apache.lucene.index.IndexWriter existingWriter)
Use an existing IndexWriter to indexes string literal, restricted to statements with a given property |
|
IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
String fileDir)
Create an index builder, storing the Lucene files in a directory, that indexes string literals, where the indexed statements are restricted to statements with a given property |
|
IndexBuilderString(String fileDir)
Create an index builder, storing the Lucene files in a directory, that indexes string literals |
|
| Method Summary |
|---|
| Methods inherited from class com.hp.hpl.jena.query.larq.IndexBuilderLiteral |
|---|
closeWriter, indexStatement, unindexStatement |
| Methods inherited from class com.hp.hpl.jena.query.larq.IndexBuilderModel |
|---|
addedStatement, flushWriter, getIndex, indexStatements, removedStatement |
| Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener |
|---|
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexBuilderString()
public IndexBuilderString(org.apache.lucene.index.IndexWriter existingWriter)
public IndexBuilderString(File fileDir)
public IndexBuilderString(String fileDir)
public IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property)
public IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
org.apache.lucene.index.IndexWriter existingWriter)
public IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
File fileDir)
public IndexBuilderString(com.hp.hpl.jena.rdf.model.Property property,
String fileDir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||