+1

Mike

On Mon, Jun 15, 2009 at 5:47 PM, Yonik Seeley<yo...@lucidimagination.com> wrote:
> I'm simply trying to create a query wrapper class to hold some
> additional metadata, and delegate all operations to the wrapped query.
> Something as simple as that.... can't do it because of java
> permissions (outside of lucene).
>
>  protected Weight createWeight(Searcher searcher) throws IOException {
>    return q.createWeight(searcher);  // we could call
> super.createWeight() but not q.createWeight() !
>  }
>
> createWeight seems somewhat expert-level, but not overly so, and it
> does seem like it should be public instead of projected.
> Thoughts?
>
> -Yonik
> http://www.lucidimagination.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-dev-h...@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to