apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.63k stars 1.02k forks source link

replace text from an online collection (used in few test cases) with text that is surely 100% free. [LUCENE-946] #2021

Closed asfimport closed 17 years ago

asfimport commented 17 years ago

Text from an online firstaid collection (firstaid . ie . eu . org) is used as arbitrary text for test documents creation, in: o.a.l.analysis.Analyzer.FunctionTestSetup.DOC_TEXT_LINES o.a.l.benchmark.byTask.feeds.SimpleDocMaker.DOC_TEXT

I once got this text from Project Gutenberg and was sure that it is free. But now the referred Web site does not seem to respond, and I can no more find that firstaid eBook in the Project Gutenberg site.

Since it doesn't matter what text we use there, I will just replace that with some of my own words...


Migrated from LUCENE-946 by Doron Cohen, resolved Jun 30 2007 Attachments: lucene-946.patch

asfimport commented 17 years ago

Doron Cohen (migrated from JIRA)

Fixed.

asfimport commented 17 years ago

Doron Cohen (migrated from JIRA)

Thanks Steven for pointing this out!