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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
18 matches
Mail list logo