Skip to content

Commit 95f2015

Browse files
authored
Update codeSnippets.md
1 parent 0b3016c commit 95f2015

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

codeSnippets.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959

6060
**Create a Lucene index**
6161

62-
**CAUTION**: We ship a LuceneContentHandler for `Lucene 6.4.2`, the maven dependency is NOT per default in the
63-
pom.xml (marked as provided). We made this choice to get independent from the Lucene dependency. If you want to
64-
use the LuceneContentHandler for `Lucene 6.4.2`, add maven dependencies for `lucene-core`,
65-
`lucene-analyzers-common` and `lucene-queryparser`. It is also just easy to implement an own Lucene data sink by
66-
implementing a DataSinkContentHandler/DataSinkContentHandlerAdapter.
62+
**CAUTION**: We ship a LuceneContentHandler for `Lucene 6.4.2`, the maven dependency is NOT per default in the pom.xml (marked as provided). We made this choice to get independent from the Lucene dependency. If you want to use the LuceneContentHandler for `Lucene 6.4.2`, add maven dependencies for `lucene-core`, `lucene-analyzers-common` and `lucene-queryparser`. It is also just easy to implement an own Lucene data sink by implementing an own [DataSinkContentHandler](https://github.com/leechcrawler/leech/blob/master/src/main/java/de/dfki/km/leech/sax/DataSinkContentHandlerAdapter.java).
6763

6864
// we use a simple, preconfigured Field configuration here. Modify it for your own fields if necessary
6965
FieldConfig fieldConfig4Wikipedia = WikipediaDumpParser.getFieldConfig4ParserAttributes();

0 commit comments

Comments
 (0)