medic / lucene-query-generator

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

Add a prepared statement api #2

Open garethbowen opened 9 years ago

garethbowen commented 9 years ago

For some uses the queried fields are fixed. In this case a prepared statement would be easier to write and easier to read than the convert api.