If and how you tokenize is entirely dependent on how the queries need
to work. Lucene index design really is driven from querying needs
backwards.
Erik
On Mar 6, 2006, at 10:00 AM, Brian wrote:
Cool,
Basically I have soming similar to:
name_division.date_order_code
So I'm gue
GREAT!!
I don't have any questions today, I just wanted to
make sure it was possible first. I'll be starting this
in a few days (when I get an Okie Dokie...)
Then I'm sure I'll have some questions.
Thanks for the link and the reply.
V/R
B
--- Volodymyr Bychkoviak <[EMAIL PROTECTED]>
wrote:
> Yes.
Cool,
Basically I have soming similar to:
name_division.date_order_code
So I'm guessing I need to tokenize.
Thanks, B
--- Erik Hatcher <[EMAIL PROTECTED]> wrote:
> On Mar 6, 2006, at 8:07 AM, Brian wrote:
> > Quick Question,
> > Is it possible to create an index & search
> based
> > on
On Mar 6, 2006, at 8:07 AM, Brian wrote:
Quick Question,
Is it possible to create an index & search based
on file names?
Of course. One option is to simply make filename another field.
The question is, should it be an exact match on filename for
querying? Or should the filename get
Yes. It possible.
I've developed such search for our LAN shared files.
I'm using technique of rotating filenames to improve wildcard queries
performance.
details :
http://mail-archives.apache.org/mod_mbox/lucene-java-user/200506.mbox/[EMAIL
PROTECTED]
Other improvements:
WildCardQuery is rewr
Quick Question,
Is it possible to create an index & search based
on file names?
Thanks,
B
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---