Re: DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-09 Thread Kevin A. Burton
it needs to be... but 1/2 of the methods are deprecated. Kevin -- Please reply using PGP: http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http

Re: DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-09 Thread Kevin A. Burton
... I was thinking about the same thing myself... Kevin -- Please reply using PGP: http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org

FSDirectory should have getFile() (patch)

2004-03-09 Thread Kevin A. Burton
NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 IRC - freenode.net #infoanarchy | #p2p-hackers

IndexWriter should call println not print (patch)

2004-03-09 Thread Kevin A. Burton
Just a small patch... the infoStream is calling print() not println() and this screws up output a big... the debug message is actually kind of nice: -- Please reply using PGP. http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location

Re: DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-09 Thread Kevin A. Burton
Erik Hatcher wrote: Kevin - I've made this change and committed it, using a Set. Let me know if there are any issues with what I've committed - I believe I've faithfully preserved backwards compatibility. Great... I'll take a look! p.s. ... On Mar 9, 2004, at 2:00 PM, Kevin A. Burton wrote

Re: DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-09 Thread Kevin A. Burton
- http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 IRC - freenode.net #infoanarchy | #p2p-hackers | #newsmonster

DocumentWriter, StopFilter should use HashMap... (patch)

2004-03-08 Thread Kevin A. Burton
- http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 IRC - freenode.net #infoanarchy | #p2p-hackers | #newsmonster package

Lucene HARD lock during indexing... BAD bug!?

2004-02-24 Thread Kevin A. Burton
) at ksa.robot.TaskThread.doProcessTask(TaskThread.java:213) at ksa.robot.TaskThread.run(TaskThread.java:78) -- Please reply using PGP: http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM

Re: Lucene HARD lock during indexing... BAD bug!?

2004-02-24 Thread Kevin A. Burton
Kevin A. Burton wrote: I've recently noticed this major problem with our indexer. It only seems to happen running on 1.3 final and not on 1.3 RC2. Essentially we have about 80 threads doing indexing... they all add to a RAMDirectory which after 10k documents does a commit to disk. ... also

Re: can't delete from an index using IndexReader.delete()

2004-02-24 Thread Kevin A. Burton
-- Please reply using PGP: http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04

Re: Vector - LinkedList for performance reasons...

2004-02-19 Thread Kevin A. Burton
A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM/YIM - sfburtonator, Web - http://peerfear.org/ GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 IRC - freenode.net #infoanarchy | #p2p-hackers | #newsmonster begin:vcard fn:Kevin Burton n:Burton;Kevin email

Vector - LinkedList for performance reasons...

2004-01-21 Thread Kevin A. Burton
this being used in a lot of tight loops so things might be sped up a bit by using Collections ... Kevin -- Please reply using PGP: http://peerfear.org/pubkey.asc NewsMonster - http://www.newsmonster.org/ Dean in 2004! - http://blog.deanforamerica.com/ Kevin A. Burton, Location

Re: disable locks on read only indexes (performance improvement?)

2003-12-01 Thread Kevin A. Burton
Dror Matalon wrote: On Mon, Dec 01, 2003 at 01:38:48PM -0800, Kevin A. Burton wrote: Would there be any performance improvement in query throughput and latency if locking were disabled for readonly indexes? It doesnt' seem like it makes sense to worry about locking if you know for SURE

Re: disable locks on read only indexes (performance improvement?)

2003-12-01 Thread Kevin A. Burton
this contribution :) Kevin -- NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC - freenode.net #infoanarchy | #p2p

Re: Objection to using /tmp for lock files.

2003-11-23 Thread Kevin A. Burton
Doug Cutting wrote: Kevin A. Burton wrote: When I first read this changelog entry: 2. Changed file locking to place lock files in System.getProperty(java.io.tmpdir), where all users are permitted to write files. This way folks can open and correctly lock indexes which are read

Objection to using /tmp for lock files.

2003-11-09 Thread Kevin A. Burton
it shouldn't be enabled by default. Kevin -- NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC

ArrayIndexOutOfBoundsException in RC2

2003-11-03 Thread Kevin A. Burton
(AdvancedIndexWriter.java:148) at ksa.shutdown.ShutdownHook.doCloseIndex(ShutdownHook.java:64) at ksa.shutdown.ShutdownHook.run(ShutdownHook.java:28) Kevin -- NewsMonster - http://www.newsmonster.org/ Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM

Re: Lucene app to index Java code

2003-09-04 Thread Kevin A. Burton
-pro.html Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC - freenode.net #infoanarchy | #p2p-hackers | #newsmonster

Re: Make Lucene Index distributable

2003-08-21 Thread Kevin A. Burton
NewsMonster PRO! http://www.newsmonster.org/download-pro.html Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC - freenode.net #infoanarchy | #p2p-hackers

Default sort order with identical scores.

2003-08-14 Thread Kevin A. Burton
depend on? Thanks! Kevin -- Help Support NewsMonster Development! Purchase NewsMonster PRO! http://www.newsmonster.org/download-pro.html Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0

Lucene as a high-performance RDF database.

2003-08-14 Thread Kevin A. Burton
I have been giving some thought to using Lucene as an RDF database. I'm specifically thinking about the RDF model and not the RDF syntax. Essentially this would just comprise triples encoded in a document as fields. So for example we would have subject predicate and object relationships as

Hiring lucene developer.

2003-08-14 Thread Kevin A. Burton
Hey. I am hoping no one considers this spam since this isn't coming from a recruiter but a developer. :) My company is looking to hire someone with advanced Lucene (and full-text search experience) for an Architect position. I can provide more details through private email. If you are

2,147,483,647 max documents?

2003-08-11 Thread Kevin A. Burton
-pro.html Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC - freenode.net #infoanarchy | #p2p-hackers | #newsmonster

<    1   2