[
https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649298#action_12649298
]
Paul Elschot commented on LUCENE-1461:
--
For fields that have no more distinct values
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649385#action_12649385
]
Alex Vigdor commented on LUCENE-831:
To be honest, the cache never successfully refille
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649391#action_12649391
]
Mark Miller commented on LUCENE-831:
bq. i haven't had any time to do further work on t
[
https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649393#action_12649393
]
Mark Miller commented on LUCENE-831:
I think this would actually be better if all cache
[
https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649494#action_12649494
]
Tim Sturge commented on LUCENE-1461:
For small subsets of a large set (in my case arou
On 19-Nov-08, at 5:12 AM, Michael McCandless (JIRA) wrote:
How can the VM system possibly make good decisions about what to swap
out? It can't know if a page is being used for terms dict index,
terms dict, norms, stored fields, postings. LRU is not a good policy,
because some pages (terms ind
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649569#action_12649569
]
Marvin Humphrey commented on LUCENE-1458:
-
> Take a large Jira instance, where the
[
https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649575#action_12649575
]
Tim Sturge commented on LUCENE-1461:
I tried a short[] array and it is about 20% faste
[
https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Sturge updated LUCENE-1461:
---
Attachment: TermMultiFilter.java
Added TermMultiFilter.java
> Cached filter for a single term field
[
https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1001:
Attachment: LUCENE-1001-fix.patch
Okay, I still understand like 2% of spans, but I think I have fi
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/652/changes
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I met FileNotFoundException when using lucene 2.4.0. Please see the stack
trace[1] below. I checked the code of lucene-2.4, found the following code
throws FileNotFoundException:
file = new RandomAccessFile(path, "rw");
I checked system log, and found a warning before the exception: unable t
12 matches
Mail list logo