RE: Is Lucene for Me?

2005-09-15 Thread Peter Veentjer - Anchor Men
Veentjer - Anchor Men [EMAIL PROTECTED] wrote: We have replaced the MS SQL-server textsearch functionality by Lucene, and the responses are a lot quicker now. (we have 8.000.000 records). -Oorspronkelijk bericht- Van: Erik Hatcher [mailto:[EMAIL PROTECTED] Verzonden: woensdag 14

RE: Is Lucene for Me?

2005-09-14 Thread Peter Veentjer - Anchor Men
We have replaced the MS SQL-server textsearch functionality by Lucene, and the responses are a lot quicker now. (we have 8.000.000 records). -Oorspronkelijk bericht- Van: Erik Hatcher [mailto:[EMAIL PROTECTED] Verzonden: woensdag 14 september 2005 2:33 Aan:

RE: Corrupted indexes

2005-08-30 Thread Peter Veentjer - Anchor Men
What kind of corruption do you get? Do the files get corrupted (unusable/unreadable), or do you get multiple items in the index? -Oorspronkelijk bericht- Van: Eric Bressler [mailto:[EMAIL PROTECTED] Verzonden: maandag 29 augustus 2005 23:18 Aan: java-user@lucene.apache.org Onderwerp:

RE: how to get newest library version?

2005-08-24 Thread Peter Veentjer - Anchor Men
, Peter Veentjer - Anchor Men wrote: Does anyone know how I can download the newest version of Lucene from the SVN? I have been trying (even the website) but I only get timeouts. I would even be happy with a newly build jar (based on the newest sources). So I help someone can help me out so I can

RE: Library for easy write/read from Documents - initial version.

2005-08-14 Thread Peter Veentjer - Anchor Men
. But I`m using parts of it in another projects and it works fine. I would like to head what you think of it. From: Peter Veentjer - Anchor Men [mailto:[EMAIL PROTECTED] Sent: Fri 12-8-2005 9:35 To: java-user@lucene.apache.org Subject: Library for easy write/read from

Library for easy write/read from Documents.

2005-08-12 Thread Peter Veentjer - Anchor Men
way to add/give it to Lucene. Met vriendelijke groet, Peter Veentjer Anchor Men Interactive Solutions - duidelijk in zakelijke internetoplossingen Praediniussingel 41 9711 AE Groningen T: 050-3115222 F: 050-5891696 E: [EMAIL PROTECTED] I : www.anchormen.nl blocked::http://www.anchormen.nl/

RE: Library for easy write/read from Documents.

2005-08-12 Thread Peter Veentjer - Anchor Men
A long (64 bits) needs 4 characters (each character = 16 bits), not 2 ;) My bad. -Oorspronkelijk bericht- Van: Peter Veentjer - Anchor Men [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 12 augustus 2005 9:36 Aan: java-user@lucene.apache.org Onderwerp: Library for easy write/read from

RE: Contribution: LuceneIndexAccessor

2005-05-18 Thread Peter Veentjer - Anchor Men
My company would like to make the following contribution to Lucene (in sandbox?) licensed under the Apache License, Version 2.0. Background: While doing project work on a web-based search engine we have developed a component called LuceneIndexAccessor. This component provides a high-level

RE: CVS Lucene 2.0

2005-04-26 Thread Peter Veentjer - Anchor Men
[mailto:[EMAIL PROTECTED] Verzonden: maandag 25 april 2005 17:48 Aan: java-user@lucene.apache.org Onderwerp: Re: CVS Lucene 2.0 On Apr 25, 2005, at 8:08 AM, Peter Veentjer - Anchor Men wrote: Is the sourcecode of Lucene 2.0 accessable? I have looked on the site, but I couldn`t find a link

CVS Lucene 2.0

2005-04-25 Thread Peter Veentjer - Anchor Men
Is the sourcecode of Lucene 2.0 accessable? I have looked on the site, but I couldn`t find a link. And where are the archived mailinglists? They where of great value to me. Met vriendelijke groet, Peter Veentjer Anchor Men Interactive Solutions - duidelijk in zakelijke internetoplossingen

RE: finding all docs with field.

2005-04-18 Thread Peter Veentjer - Anchor Men
-Oorspronkelijk bericht- Van: Gusenbauer Stefan [mailto:[EMAIL PROTECTED] Verzonden: zondag 17 april 2005 17:21 Aan: java-user@lucene.apache.org Onderwerp: Re: finding all docs with field. Peter Veentjer - Anchor Men wrote: How can I find all documents with a field (the value doesn`t

finding all docs with field.

2005-04-16 Thread Peter Veentjer - Anchor Men
How can I find all documents with a field (the value doesn`t matter). I have tried: Query query = new TermQuery(new Term(AbstractBaseDoc.FIELD_INDEX_ERROR,)); But this never finds results. The field with name FIELD_INDEX_ERROR has been of type Unindex, Text, Keyword but it doesn`t matter.

RE: Update performance/indexwriter.delete()?

2005-04-14 Thread Peter Veentjer - Anchor Men
-Oorspronkelijk bericht- Van: Roy Klein [mailto:[EMAIL PROTECTED] Verzonden: donderdag 14 april 2005 15:40 Aan: java-user@lucene.apache.org Onderwerp: Update performance/indexwriter.delete()? I've got an application that will be doing constant updates to an index. I've looked into