Hello, In fact org.apache.lucene is imported in the 3 following classes : content/src/org/ofbiz/content/search/ContentDocument.java content/src/org/ofbiz/content/search/DataRessourceDocument.java content/src/org/ofbiz/content/search/SearchWorker.java
SearchWorker.java is called by content/src/org/ofbiz/content/search/SearchService.java, content/webapp/content/WEB-INF/actions/cms/Search.groovy and ecommerce/webapp/ecommerce/WEB-INF/actions/content/Search.groovy The SerchService is defined as indexTree. cms/Search.groovy is used in CMSScreens.xml#AdminSearch and content/Search.groovy by ContentScreens.xml#searchContent So there is definately a UI in the admin of content and in ecommerce pages, look in the Screens.xml to find the ftls or forms. Regards
