Class VitroSearchTermNames
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames
-
public class VitroSearchTermNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAC_NAME_STEMMEDrdfs:label lowercased, tokenized, stop words, stemmed, edge-n-gram-filtered for autocomplete on non-person labels such as book titles and grant namesstatic StringAC_NAME_UNTOKENIZEDrdfs:label lowercased, untokenized, edge-n-gram-filtered for autocomplete on people namesstatic StringALLTEXTtext for 'full text' search, this is stemmedstatic StringALLTEXTUNSTEMMEDtext for 'full text' search, this is unstemmed for use with wildcards and prefix queriesstatic StringBETABeta values used in weightingstatic StringCLASSGROUP_URIclassgroups from the individual's rdf:typesstatic StringDOCIDsearch document idstatic StringINDEXEDTIMEtime of index in msec since epocstatic StringLABEL_DISPLAY_SUFFIXMultilingual label field suffixstatic StringLABEL_SORT_SUFFIXMultilingual sort field suffixstatic StringMOST_SPECIFIC_TYPE_URISMost specific types for individualstatic StringNAME_LOWERCASErdfs:label lowercased, no tokenizing, no stop words, no stemmingstatic StringNAME_LOWERCASE_SINGLE_VALUEDSame as NAME_LOWERCASE, but single-valued so it's sortable.static StringNAME_PHONETICstatic StringNAME_RAWRaw rdfs:label: no lowercasing, no tokenizing, no stop words, no stemmingstatic StringNAME_STEMMEDrdfs:label lowercased, tokenized, stop words, stemmedstatic StringNAME_UNSTEMMEDrdfs:label lowercased, tokenized, stop words, no stemmingstatic StringPREFERRED_TITLEpreferred titlestatic StringRDFTYPErdf:typestatic StringSITE_NAMESource institution namestatic StringSITE_URLSource institution URLstatic StringTHUMBNAILDoes the individual have a thumbnail image? 1=yes 0=nostatic StringTHUMBNAIL_URLdownload url location for thumbnailstatic StringURIId of entity, vclass or tab
-
Constructor Summary
Constructors Constructor Description VitroSearchTermNames()
-
-
-
Field Detail
-
URI
public static final String URI
Id of entity, vclass or tab- See Also:
- Constant Field Values
-
DOCID
public static final String DOCID
search document id- See Also:
- Constant Field Values
-
RDFTYPE
public static final String RDFTYPE
rdf:type- See Also:
- Constant Field Values
-
CLASSGROUP_URI
public static final String CLASSGROUP_URI
classgroups from the individual's rdf:types- See Also:
- Constant Field Values
-
MOST_SPECIFIC_TYPE_URIS
public static final String MOST_SPECIFIC_TYPE_URIS
Most specific types for individual- See Also:
- Constant Field Values
-
INDEXEDTIME
public static final String INDEXEDTIME
time of index in msec since epoc- See Also:
- Constant Field Values
-
ALLTEXT
public static final String ALLTEXT
text for 'full text' search, this is stemmed- See Also:
- Constant Field Values
-
ALLTEXTUNSTEMMED
public static final String ALLTEXTUNSTEMMED
text for 'full text' search, this is unstemmed for use with wildcards and prefix queries- See Also:
- Constant Field Values
-
THUMBNAIL
public static final String THUMBNAIL
Does the individual have a thumbnail image? 1=yes 0=no- See Also:
- Constant Field Values
-
THUMBNAIL_URL
public static final String THUMBNAIL_URL
download url location for thumbnail- See Also:
- Constant Field Values
-
NAME_RAW
public static final String NAME_RAW
Raw rdfs:label: no lowercasing, no tokenizing, no stop words, no stemming- See Also:
- Constant Field Values
-
NAME_LOWERCASE
public static final String NAME_LOWERCASE
rdfs:label lowercased, no tokenizing, no stop words, no stemming- See Also:
- Constant Field Values
-
NAME_LOWERCASE_SINGLE_VALUED
public static final String NAME_LOWERCASE_SINGLE_VALUED
Same as NAME_LOWERCASE, but single-valued so it's sortable.- See Also:
- Constant Field Values
-
NAME_UNSTEMMED
public static final String NAME_UNSTEMMED
rdfs:label lowercased, tokenized, stop words, no stemming- See Also:
- Constant Field Values
-
NAME_STEMMED
public static final String NAME_STEMMED
rdfs:label lowercased, tokenized, stop words, stemmed- See Also:
- Constant Field Values
-
PREFERRED_TITLE
public static final String PREFERRED_TITLE
preferred title- See Also:
- Constant Field Values
-
NAME_PHONETIC
public static final String NAME_PHONETIC
- See Also:
- Constant Field Values
-
AC_NAME_UNTOKENIZED
public static final String AC_NAME_UNTOKENIZED
rdfs:label lowercased, untokenized, edge-n-gram-filtered for autocomplete on people names- See Also:
- Constant Field Values
-
AC_NAME_STEMMED
public static final String AC_NAME_STEMMED
rdfs:label lowercased, tokenized, stop words, stemmed, edge-n-gram-filtered for autocomplete on non-person labels such as book titles and grant names- See Also:
- Constant Field Values
-
BETA
public static final String BETA
Beta values used in weighting- See Also:
- Constant Field Values
-
SITE_URL
public static final String SITE_URL
Source institution URL- See Also:
- Constant Field Values
-
SITE_NAME
public static final String SITE_NAME
Source institution name- See Also:
- Constant Field Values
-
LABEL_SORT_SUFFIX
public static final String LABEL_SORT_SUFFIX
Multilingual sort field suffix- See Also:
- Constant Field Values
-
LABEL_DISPLAY_SUFFIX
public static final String LABEL_DISPLAY_SUFFIX
Multilingual label field suffix- See Also:
- Constant Field Values
-
-