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

Version 1 Next »

Lucene Per-segment search

Per-segment searching is largely kept under the covers but since LexEVS employs a number of customizations of parameters, particularly filters many queries may break and need refactoring.  At the same time a number of objects have new names, apis and other changes that will require refactoring and updating to an as yet undetermined amount.

 

The use of IndexReader in particular will not change, but filters and queries passed into this may break or otherwise be unusable. 

Updated Objects will include

ChainedFilter replaced with BooleanFilter

HitCollector is replaced by Collector or SimpleCollector

 

  • No labels