[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-11-20 Thread Paul Elschot (JIRA)
[ 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

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-11-20 Thread Alex Vigdor (JIRA)
[ 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

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-11-20 Thread Mark Miller (JIRA)
[ 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

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-11-20 Thread Mark Miller (JIRA)
[ 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

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-11-20 Thread Tim Sturge (JIRA)
[ 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

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2008-11-20 Thread Mike Klaas
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

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2008-11-20 Thread Marvin Humphrey (JIRA)
[ 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

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-11-20 Thread Tim Sturge (JIRA)
[ 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

[jira] Updated: (LUCENE-1461) Cached filter for a single term field

2008-11-20 Thread Tim Sturge (JIRA)
[ 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

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2008-11-20 Thread Mark Miller (JIRA)
[ 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

Hudson build is back to normal: Lucene-trunk #652

2008-11-20 Thread Apache Hudson Server
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]

FileNotFoundException during IndexWriter#commit in lucene-2.4.0

2008-11-20 Thread Andrew Zhang
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