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 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 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 tokenized such
that a user
could query on "filename" and find "filename.txt",
and so on?

        Erik



---------------------------------------------------------------------
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to