[ 
https://issues.apache.org/jira/browse/LUCENE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492460
 ] 

Michael McCandless commented on LUCENE-848:
-------------------------------------------

Alas I fear you did not go quite far enough; there's still lots of
extra whitespace around ()'s and []'s.

For example I think source like this:

  if ( qualified.equals( "title" ) ) {

should look like this instead:

  if (qualified.equals("title")) {


> Add supported for Wikipedia English as a corpus in the benchmarker stuff
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-848
>                 URL: https://issues.apache.org/jira/browse/LUCENE-848
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/benchmark
>            Reporter: Steven Parkes
>         Assigned To: Grant Ingersoll
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: LUCENE-848.txt, LUCENE-848.txt, LUCENE-848.txt, 
> LUCENE-848.txt, LUCENE-848.txt, LUCENE-848.txt, WikipediaHarvester.java, 
> xerces.jar, xerces.jar, xml-apis.jar
>
>
> Add support for using Wikipedia for benchmarking.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to