medic / lucene-query-generator

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

Add a builder api #1

Open garethbowen opened 9 years ago

garethbowen commented 9 years ago

It would be useful in some situations to construct a query object using the builder pattern. This could be stored internally using the same object structure as required by the convert api.