public class Li extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.ontology.ObjectProperty |
categoryProp
Indicates a property whose value should be added to a faceted browse taxonomy
index.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
conceptScheme
Indicates a skos:ConceptScheme which provides a hiearchical structure for
category prop indexing.
|
static com.hp.hpl.jena.ontology.OntClass |
Config
A configuration specification for a lucene based entity index
|
static com.hp.hpl.jena.ontology.ObjectProperty |
ignoreProp
Indicates a property whose values should be ignored for indexing.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
indexAll
If true then all properties on the entity which aren't explicitly ingored
or already indexed should be indexed as simple values.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
labelOnlyProp
Indicates a property whose values should be parsed as free text and indexed,
but not stored.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
labelProp
Indicates a property whose values should be parsed as free text and indexed
and stored.
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.ontology.ObjectProperty |
valueProp
Indicates a property whose values should be indexed as a simple value node
and stored.
|
| Constructor and Description |
|---|
Li() |
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.ontology.ObjectProperty categoryProp
Indicates a property whose value should be added to a faceted browse taxonomy index.
public static final com.hp.hpl.jena.ontology.ObjectProperty conceptScheme
Indicates a skos:ConceptScheme which provides a hiearchical structure for category prop indexing.
public static final com.hp.hpl.jena.ontology.ObjectProperty ignoreProp
Indicates a property whose values should be ignored for indexing.
public static final com.hp.hpl.jena.ontology.ObjectProperty indexAll
If true then all properties on the entity which aren't explicitly ingored or already indexed should be indexed as simple values.
public static final com.hp.hpl.jena.ontology.ObjectProperty labelOnlyProp
Indicates a property whose values should be parsed as free text and indexed, but not stored.
public static final com.hp.hpl.jena.ontology.ObjectProperty labelProp
Indicates a property whose values should be parsed as free text and indexed and stored.
public static final com.hp.hpl.jena.ontology.ObjectProperty valueProp
Indicates a property whose values should be indexed as a simple value node and stored.
public static final com.hp.hpl.jena.ontology.OntClass Config
A configuration specification for a lucene based entity index
Copyright © 2014. All rights reserved.