Documentation: Upgrade to Lucene 4.8
Change-Id: I259b29d6083cd2a479c417170d6c90c7c42c3b05
This commit is contained in:
parent
b64ba0a462
commit
c8c0fcda27
@ -46,7 +46,7 @@ public class QueryDocumentationExecutor {
|
||||
private static final Logger log =
|
||||
LoggerFactory.getLogger(QueryDocumentationExecutor.class);
|
||||
|
||||
private static final Version LUCENE_VERSION = Version.LUCENE_47;
|
||||
private static final Version LUCENE_VERSION = Version.LUCENE_48;
|
||||
|
||||
private IndexSearcher searcher;
|
||||
private QueryParser parser;
|
||||
|
@ -51,7 +51,7 @@ import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipOutputStream;
|
||||
|
||||
public class DocIndexer {
|
||||
private static final Version LUCENE_VERSION = Version.LUCENE_47;
|
||||
private static final Version LUCENE_VERSION = Version.LUCENE_48;
|
||||
private static final Pattern SECTION_HEADER = Pattern.compile("^=+ (.*)");
|
||||
|
||||
@Option(name = "-o", usage = "output JAR file")
|
||||
|
Loading…
Reference in New Issue
Block a user