Re: an overview of the index format on Javadoc

2016-11-02 Thread Shinichiro Abe
I saw the commit you made. Thank you! Shinichiro Abe 2016-11-02 18:38 GMT+09:00 Michael McCandless : > Thank you, I pushed your patch on that issue! > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Nov 1, 2016 at 1:51 AM, Shinichiro Abe >

Re: an overview of the index format on Javadoc

2016-10-31 Thread Shinichiro Abe
I opened https://issues.apache.org/jira/browse/LUCENE-7532, attached a patch. Thank you, Shinichiro Abe 2016-10-29 18:50 GMT+09:00 Michael McCandless : > Yes please! This is a bug. We need to carry over (and update) the > old 6.0 package-info.java to 6.2 codec. Thank you. > > Mik

Re: an overview of the index format on Javadoc

2016-10-28 Thread Shinichiro Abe
Hi, File Formats Guide does not exist in branch_6x. May I file to JIRA? https://github.com/apache/lucene-solr/blob/branch_6x/lucene/core/src/java/org/apache/lucene/codecs/lucene62/package-info.java Regards, Shinichiro Abe 2016-10-29 10:17 GMT+09:00 Shinichiro Abe : > File Format Guide exi

Re: an overview of the index format on Javadoc

2016-10-28 Thread Shinichiro Abe
File Format Guide exists in master. https://builds.apache.org/job/Lucene-Artifacts-master/javadoc/core/org/apache/lucene/codecs/lucene70/package-summary.html#package.description Sorry for the noise. Shinichiro Abe 2016-10-29 10:06 GMT+09:00 Shinichiro Abe : > Since Lucene 6.2 Javadoc an overv

an overview of the index format on Javadoc

2016-10-28 Thread Shinichiro Abe
g the package-info' contents does not exist in LUCENE-6766 for me. File Formats Guide is still needed for us as that is listed in Lucene Javadoc main page? Thanks in advance. Shinichiro Abe [1]https://github.com/apache/lucene-solr/commit/8fe78da23c05af70c2ff6047a58a4a34708

Re: An incorrect sentence in Javadoc at o.a.l.queryparser.surround.parser?

2014-12-04 Thread Shinichiro Abe
Thank you for the reply! I've fixed the solr wiki page in advance. Shinichiro Abe On 2014/12/04, at 22:36, Mike Drob wrote: > I believe this is already filed as > https://issues.apache.org/jira/browse/SOLR-4572 > > Getting the wiki page fixed would be great as well, though!

An incorrect sentence in Javadoc at o.a.l.queryparser.surround.parser?

2014-12-04 Thread Shinichiro Abe
ry() returns ordered SrndQuery and NQuery() returns not-ordered SrndQuery. May I file a Jira? I know a solr wiki page (and some slides on the Web) which are copied from this Javadoc. I'd like to fix the solr wiki page. Regards, Shinichiro Abe ---