Yes, your application can do this using Lucene. Lucene is a low level
search enabling library, it is up to your application to give meaning
to what you put in it.
One way doing what you want is to give each section its own Field for
any given document.
Cheers,
Grant
On Nov 13, 2007, at 7:21 AM, Cláudio Fernandes wrote:
Hello all,
I don't know if this is a somehow naive question, but here we go:
Does Lucene support index by sections? Like having a text document
with
three sections divided by XML tags indexed in a way we could do a
search
by work and section. Does Lucene itself support this kind of
indexing or
should it be used with other engines like Cocoon?
Thanks in advance for your time,
--
Cláudio Fernandes
---------------------------------------------------------------------
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]