You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "John Wang (JIRA)" <ji...@apache.org> on 2014/02/14 16:16:20 UTC

[jira] [Updated] (LUCENE-5446) ExtractWikipedia produces "null" strings

     [ https://issues.apache.org/jira/browse/LUCENE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Wang updated LUCENE-5446:
------------------------------

    Description: 
The ExtractWikipedia program produces null strings as output.
This is because Document.get() is only checking against StoredFields, but the extracted fields are set as not stored, e.g. DocMaker.setConfig.
I am not sure what the correct fix should be.

> ExtractWikipedia produces "null" strings
> ----------------------------------------
>
>                 Key: LUCENE-5446
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5446
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/benchmark
>    Affects Versions: 4.6.1
>            Reporter: John Wang
>
> The ExtractWikipedia program produces null strings as output.
> This is because Document.get() is only checking against StoredFields, but the extracted fields are set as not stored, e.g. DocMaker.setConfig.
> I am not sure what the correct fix should be.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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