Class SearchIndexerUtils
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerUtils
-
public class SearchIndexerUtils extends Object
Some handy methods for dealing with the search index.
-
-
Constructor Summary
Constructors Constructor Description SearchIndexerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetIdForUri(String uri)The document ID in the search index is derived from the individual's URI.
-