Package org.apache.ofbiz.content.search
Class SearchWorker
java.lang.Object
org.apache.ofbiz.content.search.SearchWorker
SearchWorker Class
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getIndexPath
(String path) static org.apache.lucene.util.Version
static void
indexContentList
(LocalDispatcher dispatcher, Delegator delegator, List<String> idList) static void
indexContentTree
(LocalDispatcher dispatcher, Delegator delegator, String siteId)
-
Method Details
-
indexContentTree
public static void indexContentTree(LocalDispatcher dispatcher, Delegator delegator, String siteId) throws Exception - Throws:
Exception
-
getIndexPath
-
indexContentList
public static void indexContentList(LocalDispatcher dispatcher, Delegator delegator, List<String> idList) throws Exception - Throws:
Exception
-
getLuceneVersion
public static org.apache.lucene.util.Version getLuceneVersion()
-