Skip to content

Parse a user entered string into a valid Lucene query

License

Notifications You must be signed in to change notification settings

hutchcodes/SearchParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchParser

Parse a user entered string into a valid Lucene query

What it supports

Just the basics so far, but trying to convert a Google search style syntax to a valid Lucene query for use with Azure Search or AWS Cloudsearch

+ The next word or phrase must be in the results

- The next word or phrase must not be in the results

"[phrase]" - The exact match of the phrase must exist

Obviously incomplete at the point but a good starting point.

About

Parse a user entered string into a valid Lucene query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages