|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.infosource.crawl.index.IndexConstants
public class IndexConstants
Constants and utility methods related to the text indexing performed by a CrawlingRepository.
| Field Summary | |
|---|---|
static String |
AGENT_FIELD
|
static String[] |
AGENT_NAME_PROPERTIES
The agent properties that need to be indexed. |
static String[] |
AGENT_PROPERTIES
Predicates that connect a crawled resource to an (mail) agent with potentially indexable properties. |
static String |
ID_FIELD
The Lucene field used for storing the indexed Resource's URI. |
static Map<String,String> |
INDEXED_RESOURCE_PREDICATES
Maps RDF predicates of properties connected to the crawled Resource to Lucene field names. |
static String |
PATH_FIELD
|
static String |
SUMMARY_FIELD
|
static String |
TEXT_FIELD
The Lucene field used for full-text indexing. |
static String |
TITLE_FIELD
|
| Constructor Summary | |
|---|---|
IndexConstants()
|
|
| Method Summary | |
|---|---|
static boolean |
containsPredicate(String[] predicates,
org.openrdf.model.Statement statement)
|
static boolean |
containsPredicate(String[] predicates,
String predicate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Map<String,String> INDEXED_RESOURCE_PREDICATES
public static final String ID_FIELD
public static final String TEXT_FIELD
public static final String TITLE_FIELD
public static final String PATH_FIELD
public static final String SUMMARY_FIELD
public static final String AGENT_FIELD
public static final String[] AGENT_PROPERTIES
public static final String[] AGENT_NAME_PROPERTIES
| Constructor Detail |
|---|
public IndexConstants()
| Method Detail |
|---|
public static boolean containsPredicate(String[] predicates,
org.openrdf.model.Statement statement)
public static boolean containsPredicate(String[] predicates,
String predicate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||