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
(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
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