NIHVIVO-2775 Remove Lucene controllers, libraries, and all references to Lucene throughout the code.
This commit is contained in:
parent
e5ebedf6f5
commit
6083deeaf7
32 changed files with 22 additions and 1031 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue