Re: NFS

2005-05-17 Thread Otis Gospodnetic
I haven't used Lucene with NFS. My understanding is that the problem is with lock files when they reside on the NFS server. Yes, you can change the location of lock files with a system property, but if you are using NFS to make the index accessible from multiple machines, then changing the lock f

Re: Index Sizes

2005-05-17 Thread Vince Taluskie
We're using a single dual-3Ghz Xeon box, Sun vx65 - indexes stored on Netapp nearstore R100. I think you can either try to investigate if there's a way your users will naturally group their searches and build indexes around that to minimize individual index size or prototype a distributed index

ConfigurableIndexer

2005-05-17 Thread Robert Goene
I am very sorry. Wrong list... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ConfigurableIndexer

2005-05-17 Thread Robert Goene
Hi All, I seem to have some problems with the ConfigurableIndexer. The xpath expressions seem to have a problem with selecting an attribute. Also, i am not able to select any elements that are not part of the xhtml namespace. Does anyone has a clue? Thanx, Robert ---

Javadocs for lucene-1.9-rc1-dev

2005-05-17 Thread Batalov, Denis
Seems like a simple question, but I could not find it in recent archives. Are the javadocs for 1.9 available on-line anywhere? Or, if not, where can I get the source of 1.9 in a single tarball so I can generate the javadocs locally? I got the lucene-1.9-rc1-dev.jar off the page for Luke, but it

NFS

2005-05-17 Thread Richard Krenek
I was wondering about Lucene and NFS. The issue is with locking correct? In Lucene in Action it mentions. ... issues with lock files and NFS, choose a directory that doesn't reside on an NFS volume. If you have the book, flip to page 62. Does it mean, don't use NFS or just ensure you point your loc

Re: question about IndexWriter.maxFieldLength

2005-05-17 Thread Paul Elschot
On Tuesday 17 May 2005 11:33, Pablo Gomes Ludermir wrote: > Dear all, > > I would like to know about the maxFieldLength. It says on the Javadocs > that it limits "The maximum number of terms that will be indexed for a > single field in a document." So, for instance, in my "contents" field, > I wou

Fwd: Contribution: LuceneIndexAccessor

2005-05-17 Thread Maik Schreiber
Original Message Subject: Contribution: LuceneIndexAccessor Date: Mon, 16 May 2005 18:11:23 +0200 From: Maik Schreiber <[EMAIL PROTECTED]> Reply-To: java-dev@lucene.apache.org To: java-dev@lucene.apache.org Hi, My company would like to make the following contribution to Lucene (

Re: question about IndexWriter.maxFieldLength

2005-05-17 Thread Erik Hatcher
On May 17, 2005, at 5:33 AM, Pablo Gomes Ludermir wrote: Dear all, I would like to know about the maxFieldLength. It says on the Javadocs that it limits "The maximum number of terms that will be indexed for a single field in a document." So, for instance, in my "contents" field, I would have it lim

RE: Searching an NTFS File Server

2005-05-17 Thread Maher Martin
Thanks Mark for the tip. I've tried out JCIFS and it's just what the doctor ordered. I've used NTLM SSO to authenticate the User against the NTFS file server and then I can filter out the search results returned based on the user's access rights. I've completed the authentication and authorization

RE: only getting Hits with score >= threshold

2005-05-17 Thread Kai Gulzau
> -Original Message- > From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] > > You could use HitCollector for this: > http://lucene.apache.org/java/docs/api/org/apache/lucene/search/HitCollector.html > After playing around i'm a bit stuck :-\ I use lucene as client server application with

question about IndexWriter.maxFieldLength

2005-05-17 Thread Pablo Gomes Ludermir
Dear all, I would like to know about the maxFieldLength. It says on the Javadocs that it limits "The maximum number of terms that will be indexed for a single field in a document." So, for instance, in my "contents" field, I would have it limited by default to 10.000 terms. But which terms are tho

RE: Searching an NTFS File Server

2005-05-17 Thread Maher Martin
Thanks Mark for the tip. I've tried out JCIFS and it's just what the doctor ordered. I've used NTLM SSO to authenticate the User against the NTFS file server and then I can filter out the search results returned based on the user's access rights. I've completed the authentication and authorization

sort and updating indexes

2005-05-17 Thread Paladin
Hi. i use lucene to index a base with 3 millions of articles and i have a problem with the sort and to update my indexes. for exemple i have 4 articles : a,b,c,d> and i want to update the b and put an article =22e=22 i delete the b and i put in my indexes the update b and the e so the order in

Re: Index Sizes

2005-05-17 Thread Dan Funk
Lucene is an excellent choice. If I were you I would not store the un-searched fields in the index. There's no clear benefit. Where you store the data depends on your needs - I use flat files for what I'm doing - as I need them just for display. If you need the functionality of a relational