NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of Contents

Indexer Refactoring

 

Indexer Packages
//Refactor and move down into the lexevs-dao
edu.mayo.informatics.indexer.lucene.analyzers
edu.mayo.informatics.indexer.lucene.filters

//Bitset using classes may well go away as will other classes that
//provide support for Single Index/Boundary docs implementations
edu.mayo.informatics.indexer.lucene.hitcollector

//Appears to load xml based metadata -- move to lgConverter or lexevs-dao
edu.mayo.informatics.indexer.lucene.xmlParser

//Supporting classes for the metadata.xml file and a variety of other things that can mostly go away
edu.mayo.informatics.indexer.utility

//Supporting code for the older version of the multi-index search. 
//Will review but largely reimplement in lexevs-dao
edu.mayo.informatics.indexer.api 

//This package looks to have been replaced to some extent by LuceneLoaderCodeIndexer in the lexevs-dao project
//where it builds documents from entities.
//but it has quite a lot of calling code so we'll have to make sure all the paths are dead ends before eliminating it.
edu.mayo.informatics.indexer.api.generators
  • No labels