NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Updated Objects will include

  • ChainedFilter replaced with BooleanFilter
  • HitCollector is replaced by Collector or SimpleCollector
  • MultiSearcher will likely be replaced by something like IndexSearcher(MultiReader)
  • The interface Searchable has gone away and it's former child classes such as IndexSearcher will have to take it's place.

Updated Objects that have new API's include:

  • DocIdSetIterator
  • Searcher
  • IndexWriter
  • IndexReader (optimizing methods can no longer be called on this.)
  • TermsFilter (addTerm() method has gone away and a replacement may be needed.)


Â