Hi, I have an objection and a question about Pattern class in Java client.
*Objection:* Pattern.rank() instance method gets called in ctor and accesses to instance variables, which might not have been initialized yet due to JMM semantics. I propose to fix it as in DMAP-115 <https://issues.apache.org/jira/browse/DMAP-115>. *Question:* Shall we remove boost option on Pattern ctor? It is neither used, nor available in .NET client. Best.
