[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804062#action_12804062 ] Paul Elschot commented on LUCENE-1990: -- Nice to see a more mature alternative. The

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804072#action_12804072 ] Paul Elschot commented on LUCENE-1990: -- As to whether to use int or long in the

[jira] Issue Comment Edited: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804072#action_12804072 ] Paul Elschot edited comment on LUCENE-1990 at 1/23/10 11:50 AM:

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804127#action_12804127 ] Paul Elschot commented on LUCENE-1410: -- Zhang, 2008, see above, reports this: {quote}

[jira] Resolved: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-2221. - Resolution: Later I'm done with these benchmarks. The results so far indicate that a) if an

[jira] Issue Comment Edited: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804166#action_12804166 ] Dawid Weiss edited comment on LUCENE-2221 at 1/23/10 10:57 PM:

[jira] Issue Comment Edited: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-01-23 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804001#action_12804001 ] Fuad Efendi edited comment on LUCENE-2230 at 1/24/10 12:46 AM:

FileNotFoundException for write.lock

2010-01-23 Thread jchang
When I try to start my service and construct an IndexWriter, I get this: java.io.FileNotFoundException: no segments* file found in org.apache.lucene.store.NIOFSDirectory@/home/jchang/IdeaProjects/index-service_trunk/target/testindexA/index/indexablemaildata: files: [write.lock] It is odd. The

Re: FileNotFoundException for write.lock

2010-01-23 Thread jchang
By the way: this happens with a brand new directory with no files at all in it. jchang wrote: When I try to start my service and construct an IndexWriter, I get this: java.io.FileNotFoundException: no segments* file found in

Re: FileNotFoundException for write.lock

2010-01-23 Thread Erick Erickson
Please repost this over on the users list. This list is for internal development discussions. Thanks Erick On Sat, Jan 23, 2010 at 9:56 PM, jchang jchangkihat...@gmail.com wrote: By the way: this happens with a brand new directory with no files at all in it. jchang wrote: When I