Re: Newbie questions

2005-02-14 Thread Erik Hatcher
On Feb 14, 2005, at 2:40 PM, Paul Jans wrote: Hi again, So is SqlDirectory recommended for use in a cluster to workaround the accessibility problem, or are people using NFS or a standalone server instead? Neither. As far as I know, Berkeley DB is the only viable DB implementation currently. NFS

Re: Newbie questions

2005-02-14 Thread Paul Jans
ng this; lessons learnt and best practices > etc. > > Thanks again for the help. Lucene looks like a first > class tool. > > PJ > > --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > > > > On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: > > > A couple o

Re: Newbie questions

2005-02-11 Thread Paul Jans
help. Lucene looks like a first class tool. PJ --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: > > A couple of newbie questions. I've searched the > > archives and read the Javadoc but I'm still having > > tr

Re: Newbie questions

2005-02-11 Thread Erik Hatcher
On Feb 11, 2005, at 1:36 PM, Erik Hatcher wrote: Find me all users with (a CS degree and a GPA > 3.0) or (a Math degree and a GPA > 3.5). Some suggestions: index degree as a Keyword field. Pad GPA, so that all of them are the form #.# (or #.## maybe). Numerics need to be lexicographically orde

Re: Newbie questions

2005-02-11 Thread Erik Hatcher
On Feb 10, 2005, at 5:00 PM, Paul Jans wrote: A couple of newbie questions. I've searched the archives and read the Javadoc but I'm still having trouble figuring these out. Don't forget to get your copy of "Lucene in Action" too :) 1. What's the best way to ind

Newbie questions

2005-02-10 Thread Paul Jans
Hi, A couple of newbie questions. I've searched the archives and read the Javadoc but I'm still having trouble figuring these out. 1. What's the best way to index and handle queries like the following: Find me all users with (a CS degree and a GPA > 3.0) or (a Math degree an

Re: Newbie Questions: Site Scoping, Page Type Filtering/Sorting, Localization, Clustering

2004-05-31 Thread Erik Hatcher
On May 30, 2004, at 10:34 PM, Sasha Haghani wrote: I am a newbie to Lucene and I'm considering using it in an upcoming project. I've read through the documentation but I still have a number of questions: I'll do my best with some pointers below... 1. SEGMENTING AN INDEX & QUERIES BY SITE SCOPE In

Newbie Questions: Site Scoping, Page Type Filtering/Sorting, Localization, Clustering

2004-05-30 Thread Sasha Haghani
Hi there, I am a newbie to Lucene and I'm considering using it in an upcoming project. I've read through the documentation but I still have a number of questions: 1. SEGMENTING AN INDEX & QUERIES BY SITE SCOPE In my use case, I have a number of logical websites backed by the same underlying con

Re: Newbie Questions

2003-08-27 Thread Erik Hatcher
On Tuesday, August 26, 2003, at 02:51 PM, Mark Woon wrote: Ah, I've been testing out something similar to the latter. I've been adding multiple values on the same key. Won't this have the same effect? I've been assuming that if I do doc.add(Field.Keyword("content", "value1"); doc.add(Field.K

RE: Newbie Questions

2003-08-26 Thread Gregor Heinrich
try out if there's a differece between the cases you mention? I don' t know but I'd be interested as well;-). Gregor -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 8:52 PM To: Lucene Users List Subject: Re: Newbie Questio

Re: Newbie Questions

2003-08-26 Thread Mark Woon
Gregor Heinrich wrote: ad 1: MultiFieldQueryParser is what you might want: you can specify the fields to run the query on. Alternatively, the practice of duplicating the contents of all separate fields in question into one additional merged field has been suggested, which enables you to use Quer

Re: Newbie Questions

2003-08-26 Thread Erik Hatcher
On Tuesday, August 26, 2003, at 12:53 AM, Mark Woon wrote: 1) How can I search all fields at the same time? The QueryParser seems to only search one specific field. The common thing I've done and seen others do is glue all the fields together into a master searchable field named something like

RE: Newbie Questions

2003-08-26 Thread Aviran Mordo
, 2003 12:54 AM To: [EMAIL PROTECTED] Subject: Newbie Questions Hi all... I've been playing with Lucene for a couple days now and I have a couple questions I'm hoping some one can help me with. I've created a Lucene index with data from a database that's in several different fi

RE: Newbie Questions

2003-08-26 Thread Gregor Heinrich
analysis package the 1.3rc2 Lucene distribution has a Porter stemming algorithm: PorterStemmer. Have fun, Gregor -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 6:54 AM To: [EMAIL PROTECTED] Subject: Newbie Questions Hi all... I've been pl

Newbie Questions

2003-08-26 Thread Mark Woon
Hi all... I've been playing with Lucene for a couple days now and I have a couple questions I'm hoping some one can help me with. I've created a Lucene index with data from a database that's in several different fields, and I want to set up a web page where users can search the index. Ideally

RE: Newbie Questions

2002-04-08 Thread Armbrust, Daniel C.
CTED] Subject: Newbie Questions Hi there, I'm new to Lucene and have what will hopefully be a couple of simple questions. 1. Can I index numbers with Lucene? If so, ints or floats or ? 2. Can I index dates with Lucene? In either case, is there any way I can sort the results returned by a sear

Newbie Questions

2002-04-07 Thread Chris Withers
Hi there, I'm new to Lucene and have what will hopefully be a couple of simple questions. 1. Can I index numbers with Lucene? If so, ints or floats or ? 2. Can I index dates with Lucene? In either case, is there any way I can sort the results returned by a search on these fields? Also, can I s

newbie questions

2001-10-23 Thread David Bonilla
Title: En blanco I´m trying to implement Lucene in my application but I´m really a newbie.   1) If I want to create a Index in the directory e:\Lucene, must I just do writer = new IndexWriter("E:/Lucene", null, true); ?   2) How exactly can I create a Index in a database ? Can anybody send a