Skip to content

Cue/greplin-lucene-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages