|
From: Ted V. <tv...@fi...> - 2007-11-21 11:07:02
|
Hi!
With the Lucene MMBase module in the luceneindexdefinition.xml I have
the following part:
<table name="news">
<field name="name">indexed.text</field>
<field name="message">indexed.text</field>
<field name="city">indexed.text</field>
<related name="blob">
<field type="boolean" name="number">news.blob</field>
<field name="title">indexed.text</field>
<field name="description">indexed.text</field>
<field name="handle" type="binary">indexed.text</field>
</related>
</table>
In the case a keyword is found in the blob's binary field, <lm:search
var="results"> gives me "news" as builder. Is there a way to ascertain
the actual builder the keyword is found in?
Regards,
Ted Vinke
--
Ted Vinke
Software Developer
First8 BV / Conclusion
Toernooiveld 220
6525 EC Nijmegen
t +31 (0)24 348 35 70
f +31 (0)24 348 35 71
in...@fi...
http://www.first8.nl
|