List of usage examples for org.apache.lucene.benchmark.byTask.feeds ContentSource subclass-usage
From source file com.grantingersoll.intell.index.EnwikiContentSource.java
/**
* A {@link org.apache.lucene.benchmark.byTask.feeds.ContentSource} which reads the English Wikipedia dump. You can read
* the .bz2 file directly (it will be decompressed on the fly). Config
* properties:
* <ul>
* <li>keep.image.only.docs=false|true (default <b>true</b>).
From source file com.tamingtext.qa.WexWikiContentSource.java
public class WexWikiContentSource extends ContentSource { private static final Map<String, Integer> ELEMENTS = new HashMap<String, Integer>(); private static final int TITLE = 0; private static final int DATE = TITLE + 1; private static final int BODY = DATE + 1;
From source file info.boytsov.lucene.parsers.EnwikiContentSource.java
/**
* A {@link ContentSource} which reads the English Wikipedia dump. You can read
* the .bz2 file directly (it will be decompressed on the fly). Config
* properties:
* <ul>
* <li>keep.image.only.docs=false|true (default <b>true</b>).
From source file parsers.EnwikiContentSource.java
/**
* A {@link ContentSource} which reads the English Wikipedia dump. You can read
* the .bz2 file directly (it will be decompressed on the fly). Config
* properties:
* <ul>
* <li>keep.image.only.docs=false|true (default <b>true</b>).
From source file wikisearch.EnwikiContentSource.java
/**
* A {@link ContentSource} which reads the English Wikipedia dump.
* <ul>
* <li>docs.file=<path to the file>
* </ul>
*/