Or alternatively disable testing, if junit is not available. Like you cannot
compile the QueryParser with JavaCC.
-
UWE SCHINDLER
Webserver/Middleware Development
PANGAEA - Publishing Network for Geoscientific and Environmental Data
Tel.: +49 421 218 65595
Fax: +49 421 218 65505
http://www.pa
All tests pass (via "ant test") for me with the 2.4.0 download. I
have junit-4.4.jar in my ANT_HOME/lib directory.
Specifically:
[junit] Testsuite: org.apache.lucene.store.TestHugeRamFile
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.585
sec
Maybe an intermittent a
Creating PlainTextDictionary with UTF8 files
Key: LUCENE-1413
URL: https://issues.apache.org/jira/browse/LUCENE-1413
Project: Lucene - Java
Issue Type: New Feature
Components: contrib/sp
On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote:
I've hit that failure too, from a checkout. It's an environment
specific thing for me. On certain machines it always fails, because
the JRE chooses too small a value for max heap size.
Compile & run this:
public class Heap {
publi
I've hit that failure too, from a checkout. It's an environment
specific thing for me. On certain machines it always fails, because
the JRE chooses too small a value for max heap size.
Compile & run this:
public class Heap {
public static void main(String[] args) {
System.out.print
increase maxmemory for unit tests
-
Key: LUCENE-1414
URL: https://issues.apache.org/jira/browse/LUCENE-1414
Project: Lucene - Java
Issue Type: Bug
Components: Build
Affects Versions: 2.4, 2.9
[
https://issues.apache.org/jira/browse/LUCENE-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1414.
Resolution: Fixed
> increase maxmemory for unit tests
> --
If you add maxmemory="512MB" into the junit task in common-build.xml,
does the test pass for you?
What does Heap.java print for you?
What's weird is that you see this test passing on trunk. On my Mac
Pro I'm using 1.6.0_07, and that test always fails (trunk, branch,
2.4.0 src).
Mike
Gr
Hi Joaquin,
Are you interested in integration of realtime search using Lucene with
Oracle? This may be something that will benefit many users.
Jason
On Sun, Sep 21, 2008 at 11:38 PM, J. Delgado <[EMAIL PROTECTED]> wrote:
> On Sat, Sep 20, 2008 at 1:04 PM, Noble Paul നോബിള് नोब्ळ्
> <[EMAIL PRO
For the record, +1 on releasing.
On Oct 8, 2008, at 8:49 AM, Grant Ingersoll wrote:
On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote:
I've hit that failure too, from a checkout. It's an environment
specific thing for me. On certain machines it always fails,
because the JRE chooses
OK then the VOTE is done and I will release!
Mike
Grant Ingersoll wrote:
For the record, +1 on releasing.
On Oct 8, 2008, at 8:49 AM, Grant Ingersoll wrote:
On Oct 8, 2008, at 5:21 AM, Michael McCandless wrote:
I've hit that failure too, from a checkout. It's an environment
specific
On Oct 8, 2008, at 10:15 AM, Michael McCandless wrote:
If you add maxmemory="512MB" into the junit task in common-
build.xml, does the test pass for you?
What does Heap.java print for you?
1.5: 63 mb
1.6: 80 mb
That does seem ridiculously low...
What's weird is that you see this test
64MB is right if 1.5 doesn't detect the machine as server class (2 gig
of ram + 2+ cpus I think). Windows is never detected as server class (at
least with 1.5), and since sun seems to never mention or include Mac, I
wouldn't be surprised if it never was either. If you are detected as
server, I
MultiPhraseQuery has incorrect hashCode() implementation - Leads to Solr Cache
misses
-
Key: LUCENE-1415
URL: https://issues.apache.org/jira/browse/LUCENE-1415
Projec
[
https://issues.apache.org/jira/browse/LUCENE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638163#action_12638163
]
Yonik Seeley commented on LUCENE-1415:
--
Good catch Todd, this can be demonstrated in
I am using lucene for searching in my project.
The issue that i am mainly facing is i get al lot of read time out's in the
error logs and the data is not returned back.
I m making a Data call, which returns me a XML with the result set.
I am doing this :
InputStream is = null;
HttpURLConnection
16 matches
Mail list logo