NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  • 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.
  • Searcher is also gone.
  • TermEnum is replaced by TermsEnum
  • FieldSelector is replaced by FieldVisitor, which has a very different API.

Updated Objects that have new API's include:

  • DocIdSetIteratorSearcher 
  • IndexWriter
  • IndexReader (optimizing methods can no longer be called on this.)
  • TermsFilter (addTerm() method has gone away and terms are added in the constructor.)

...