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);
}

View file

@ -24,7 +24,7 @@
<li>Create or load ontologies in OWL format</li>
<li>Edit instances and relationships</li>
<li>Build a public web site to display your data</li>
<li>Search your data with Lucene</li>
<li>Search your data</li>
</ul>
</section> <!-- #intro -->