Re: Lucene 2.1, soon

2007-01-21 Thread Otis Gospodnetic
Hi Tarzan, There are (or at least were) some XML parsers in Lucene's contrib/ directory. If they are no longer there, there are 2 versions in the code that comes with Lucene in Action. One of the best ways to join Lucene as a developer is to go through JIRA and provide fixes/patches or test ca

Re: [jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-21 Thread Otis Gospodnetic
I feel like NFS is not a must, but a nice to have. Lucene's been around for nearly a decade without a proper NFS support :) That said, it looks like Mike has a good plan and a lot of good will, and will try to keep support for NFS and various deletion policies external, so I'm looking forward t

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: trunk.diff.bz2 > InstantiatedIndex - faster but memory consuming index >

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: trunk.diff.bz2) > InstantiatedIndex - faster but memory consuming index > -

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: class_diagram.png) > InstantiatedIndex - faster but memory consuming index > --

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: class_diagram.png) > InstantiatedIndex - faster but memory consuming index > --

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: lucene.1.9-karl1.jpg) > InstantiatedIndex - faster but memory consuming index >

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: issue550.jpg > InstantiatedIndex - faster but memory consuming index > --

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466341 ] Karl Wettin commented on LUCENE-550: New sunday, new code. Hoss Man [15/Jan/07 12:16 AM] > I've only briefly lo

[jira] Commented: (LUCENE-778) Allow overriding a Document

2007-01-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466345 ] Karl Wettin commented on LUCENE-778: Doug Cutting [17/Jan/07 09:24 AM] > If we decide to make Document non-final,

[jira] Commented: (LUCENE-710) Implement "point in time" searching without relying on filesystem semantics

2007-01-21 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466377 ] Marvin Humphrey commented on LUCENE-710: On Jan 19, 2007, at 2:04 PM, Michael McCandless (JIRA) wrote: > *

RE: jruby anyone?

2007-01-21 Thread Steven Parkes
> contrib/jruby/lib (generic juby) > /rails (rails support) > /app(s) > I'd go with this layout for now, and if things need to change, well, there is always svn move :) Works for me. This stuff may have to move around as

Re: jruby anyone?

2007-01-21 Thread Erik Hatcher
On Jan 21, 2007, at 9:08 PM, Steven Parkes wrote: You know, I hate naming things. Anybody have any violent problems with rubric? already taken: http://rubric.rubyforge.org/ sorry, i don't have any suggestions at the moment. dreaming up solr "flare" tapped me out :) --

Re: Lucene 2.1, soon

2007-01-21 Thread Tarzan
Hey Otis, Thanks for your reply. I will go through the wiki and JIRA bugs. Thanks again! Tarzan Otis Gospodnetic wrote: > > Hi Tarzan, > > There are (or at least were) some XML parsers in Lucene's contrib/ > directory. If they are no longer there, there are 2 versions in the code

Re: determining whether a directory is on NFS?

2007-01-21 Thread Otis Gospodnetic
Perhaps peeking at /etc/fstab or parsing the output of `mount'. Both ugly, but that's all I could think of. Otis - Original Message From: Michael McCandless <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, January 19, 2007 5:15:18 PM Subject: determining whether a direc