NLP4L / attic-nlp4l

(deprecated) Please use new nlp4l instead.
Apache License 2.0
66 stars 5 forks source link

move from DocsEnum to PostingsEnum API #19

Open tteofili opened 9 years ago

tteofili commented 9 years ago

Terms, TermVector, etc. use old deprecated DocsEnum API which should be substituted with PostingsEnum API, that should also bring some performance improvements in case DocsAndPositionsEnum doesn't have to be retrieved and traversed explicitly as such information is available in PostingsEnum if underlying Codec supports it.

kojisekig commented 9 years ago

+1. Good catch!

mocobeta commented 9 years ago

Fixed. Thanks!