RE: Attribute Search

2001-11-21 Thread Emmanuel Bridonneau
: Store = false Index = true Tokenize = false I'm beginning to think this is a bug - that this combination is handled correctly. - Original Message - From: Emmanuel Bridonneau [EMAIL PROTECTED] To: 'Lucene Users List' [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 4:12 PM Subject: RE

Lucene indexer vs. DB index

2001-11-20 Thread Emmanuel Bridonneau
Can anyone tell me the advantages of Lucene indexer for indexing data located in a database or LDAP server over creating another index in the database or from an LDAP console? There got to be some for indexing database records but I can't see them? Any light out there? -- To unsubscribe, e-mail:

Html documents parsing

2001-11-19 Thread Emmanuel Bridonneau
I am confused about how Lucene performs the parsing of an Html document. It doesn't do any tag striping (or does it?) consequently does that mean it also indexes all html tags? If so then a request for searching body will return any and all html documents previously indexed. I'd appreciate anyone

RE: Attribute Search

2001-11-19 Thread Emmanuel Bridonneau
I am new here too but here's my 2 cents. If you don't tokenize your db textvalues, what do you say will be the resulting terms indexed? I think not what you expect. Your non tokenized fields probably are not filtered out hence a lastname like 'Smith' will not be a hit if the query is 'smith' the