Skip to content

QueryParser - Parse a plain language query into Lucene syntax

License

Notifications You must be signed in to change notification settings

PeterHickman/QueryParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryParser - Parse a plain language query into Lucene syntax
Copyright (C) 2008 Peter Hickman

Parse a plain language query in the format

  apple not banana

  apple or banana and fig or date

and change them into a format suitable for use with Lucene or Solr.
The plain text query can include braces to group things and the Lucene
query can include both a similarity value and field boosting

About

QueryParser - Parse a plain language query into Lucene syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages