internal Searching behavior or how to get a hit?

2006-05-03 Thread Mathias Keilbach
Hi! I have a question concerning the interal searching behavior of lucene. How does lucene get a hit. If I search for the a term, will each index document be checked for this term or is there an internal relation between terms and lucene documents? Thanks for any advice. Matt

AW: internal Searching behavior or how to get a hit?

2006-05-04 Thread Mathias Keilbach
(terms) to the documents that they appear in. Some background info on inverted indices: http://en.wikipedia.org/wiki/Inverted_index Miles -- On Wednesday 03 May 2006 14:56, Mathias Keilbach wrote: > I have a quest

Analyzer which distributes tokens to many fields

2006-05-16 Thread Mathias Keilbach
Hi! I'm going to create a small application with Lucene, which analyze diffenrent Strings. While analyzing the strings, patterns (like emails or urls) shall be sort out and saved in a seperate index field. I'm not sure if I can handle this with a self implemented Analyzer class. Afaik you can't