NIHVIVO-2775 Remove Lucene controllers, libraries, and all references to Lucene throughout the code.

This commit is contained in:
ryounes 2011-07-13 15:19:52 +00:00
parent e5ebedf6f5
commit 6083deeaf7
32 changed files with 22 additions and 1031 deletions

View file

@ -143,7 +143,7 @@
.getAttribute("displayOntModel");
if (displayOntModel != null) {
ProhibitedFromSearch pfs = new ProhibitedFromSearch(
DisplayVocabulary.PRIMARY_LUCENE_INDEX_URI, displayOntModel);
DisplayVocabulary.PRIMARY_SEARCH_INDEX_URI, displayOntModel);
if( editConfig != null )
editConfig.setProhibitedFromSearch(pfs);
}