NPE during mergeSegments
Key: LUCENE-552
URL: http://issues.apache.org/jira/browse/LUCENE-552
Project: Lucene - Java
Type: Bug
Components: Index
Versions: 2.0
Environment: 2.0-rc1-dev
Reporter: Ole Kværnø
The JVM stops wi
Hi,
I am using nutch 07 and found the following code in
FetchListTool.java
private static final long FETCH_GENERATION_DELAY_MS =
7 * 24 * 60 * 60 * 1000;
that means next refetching time is always 7 days
later, no matter what fetch interval setting in
nutch-site.xml,
I feel puzzled. Could any on
Try the Nutch mailing list
Michael Ji wrote:
Hi,
I am using nutch 07 and found the following code in
FetchListTool.java
private static final long FETCH_GENERATION_DELAY_MS =
7 * 24 * 60 * 60 * 1000;
that means next refetching time is always 7 days
later, no matter what fetch interval setting
[ http://issues.apache.org/jira/browse/LUCENE-550?page=all ]
Karl Wettin updated LUCENE-550:
---
Attachment: class_diagram.png
This is a class diagram that explains what it will look like when I'm done.
It is pretty much only the IndexReader that needs to be
MultiFieldDisjunctionMaxQueryParser
---
Key: LUCENE-553
URL: http://issues.apache.org/jira/browse/LUCENE-553
Project: Lucene - Java
Type: New Feature
Components: QueryParser
Versions: 1.9, 2.0
Environment: All
Reporte
[ http://issues.apache.org/jira/browse/LUCENE-553?page=all ]
Chuck Williams updated LUCENE-553:
--
Attachment: MultiFieldDisjunctionMaxQueryParser.java
> MultiFieldDisjunctionMaxQueryParser
> ---
>
> Key: LUCENE-55
[ http://issues.apache.org/jira/browse/LUCENE-553?page=all ]
Chuck Williams updated LUCENE-553:
--
Attachment: MultiFieldDisjunctionMaxQueryParserTest.java
> MultiFieldDisjunctionMaxQueryParser
> ---
>
> Key: LUCEN