Re: Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Mark Parker
On Thu, Sep 6, 2012 at 12:40 PM, Robert Muir wrote: > On Thu, Sep 6, 2012 at 2:12 PM, Chris Hostetter > wrote: >> >> : Converted to U+000 by what, I wonder? Javadoc shouldn't be doing that. If >> : it does, I wonder if we need \\u instead? >> >> aparently it is... >> >> https://mail-archives

Re: Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Robert Muir
On Thu, Sep 6, 2012 at 2:12 PM, Chris Hostetter wrote: > > : Converted to U+000 by what, I wonder? Javadoc shouldn't be doing that. If > : it does, I wonder if we need \\u instead? > > aparently it is... > > https://mail-archives.apache.org/mod_mbox/harmony-dev/200802.mbox/%3c47b2f7ae.2000...

Re: Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Chris Hostetter
: Converted to U+000 by what, I wonder? Javadoc shouldn't be doing that. If : it does, I wonder if we need \\u instead? aparently it is... https://mail-archives.apache.org/mod_mbox/harmony-dev/200802.mbox/%3c47b2f7ae.2000...@gmail.com%3E -Hoss --

Re: Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Benson Margulies
On Thu, Sep 6, 2012 at 1:59 PM, Robert Muir wrote: > Thanks for reporting this Mark. > > I think it was not intended to have actual null characters here (or > probably anywhere in javadocs). > > Our javadocs checkers should be failing on stuff like this... > > On Thu, Sep 6, 2012 at 1:52 PM, Mark

Re: Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Robert Muir
Thanks for reporting this Mark. I think it was not intended to have actual null characters here (or probably anywhere in javadocs). Our javadocs checkers should be failing on stuff like this... On Thu, Sep 6, 2012 at 1:52 PM, Mark Parker wrote: > I'm building documentation from the Lucene 4.0.0

Issue with documentation for org.apache.lucene.analysis.synonym.SynonymMap.Builder.add() method

2012-09-06 Thread Mark Parker
I'm building documentation from the Lucene 4.0.0-BETA source (though this was also an issue with the ALPHA source), and the output has null characters in it. I believe that this is because the source looks like this: /** * Add a phrase->phrase synonym mapping. * Phrases are character