medic / lucene-query-generator

Generate escaped lucene query strings
Apache License 2.0
16 stars 7 forks source link

added support for partial search #5

Closed parthgandhi7 closed 8 years ago

parthgandhi7 commented 8 years ago

This allows partial search functionality. like if we search for 'name: che*', we should get all the results containing cheese, chess etc.