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