11 Aug
2006
11 Aug
'06
11:14 a.m.
--On 11. August 2006 09:23:49 +0100 Eric Fernandez <egf05@doc.ic.ac.uk> wrote:
Hi,
I am using a ZCTextIndex to index and search text files. I use a search form to retrieve the objects that match a search. I would like to know if it is possible to retrieve more details about the search, in particular the line numbers (or the word position in the file) where a match has been found in a particular file?
No. None of the existing indexing solutions for Zope have any knowledge about the document structure. You can only figure out the word positions inside the stream of words... -aj