Re: lucene-solr:master: LUCENE-7157: Update API javadoc and Polygon method visibilities

2016-04-04 Thread Robert Muir
I just call 'git pull origin' to fetch the branches <-- git complains, but i limit my git commands to a single digit number then git checkout branch_6x should work. then try something like this: git log | more <-- find hash of what you just committed git pull origin branch_6x <-- don't be stale gi

Re: lucene-solr:master: LUCENE-7157: Update API javadoc and Polygon method visibilities

2016-04-04 Thread Karl Wright
Hi Robert, I don't mind, if I can figure out how to point git at the branch_6x branch. :-P Karl On Mon, Apr 4, 2016 at 12:43 PM, Robert Muir wrote: > Karl, do you mind backporting this to branch_6x too? This API is new > there and I think we should just have this stuff defined the way we > wa

Re: lucene-solr:master: LUCENE-7157: Update API javadoc and Polygon method visibilities

2016-04-04 Thread Robert Muir
Karl, do you mind backporting this to branch_6x too? This API is new there and I think we should just have this stuff defined the way we want from the start. For geo3d changes, its up to you. I personally think those would be good too, especially as we make it more accessible and easier for people