Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 559 Bytes

greplin-lucene-utils

Some handy utilties for Lucene

Contents

Queries

  • Builder pattern for construction BooleanQuery objects
  • Query that matches no documents
  • Query that matches phrase prefixes - for example "Epic w" will match both "Epic win" and "Epic wonder".

Searching

  • Collector that collects all matching documents in no specified order.
  • Collector that collects the first matching document.
  • Collector that counts matching documents.

Authors

Greplin, Inc.