<div>Hi,</div>
<div> </div>
<div>  Julien,</div>
<div> </div>
<div>  Do you mean: that search is not able to inlcude "contents" of your self defined structured content? Means, you defined a structure content and then created a content using this structure content under defaul/site/mysite. Then any "text" contained in this strcuture content is not included in search results?</div>

<div> </div>
<div>Bye,</div>
<div>Viki.<br><br></div>
<div class="gmail_quote">On Fri, Mar 21, 2008 at 12:48 PM, Claus Priisholm <<a href="mailto:cpr@codedroids.com">cpr@codedroids.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">The default indexing concerns itself only with the contents of the files<br>as they appear in VFS, it does not index the generated HTML. This is<br>
actually a feature as it lessens the amount of noise in the index. In<br>case where your template includes the content from a different file (or<br>files), the summary page itself is seen as being empty (as in not having<br>
any contents inside the control file) - this also applies to JSPs (which<br>are not included in the indexing as per default setup, and even if they<br>were, only the JSP code is indexed, not the output generated by the code).<br>
<br>Generally speaking in terms of indexing/searching, I would consider a<br>summary page to be pure noise since it does not contain anything that is<br>not available on the individual pages summarized in the page. Hence it<br>
is better for the user to find the page with the contents rather than<br>the summary page with only a summary.<br><br>But of course, there may be exceptions to that rule, and to be able to<br>deal with that I would suggest that you sub-class<br>
org.opencms.search.documents.CmsDocumentXmlContent and get it to extract<br>the necessary contents from the file(s) that makes up the summary.<br><font color="#888888"><br>/Claus<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br>Julien Lechevanton wrote:<br>> Hi,<br>><br>> Nobody is experiencing this problem ?<br>><br>> Regards,<br>> J<br>><br>> -----Message d'origine-----<br>> De : <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] De la part de Julien Lechevanton<br>
> Envoyé : mardi 18 mars 2008 14:55<br>> À : The OpenCms mailing list<br>> Objet : [opencms-dev] Search into OpenCmsVfsFile<br>><br>> Hi,<br>><br>> We are trying to set up the search engine and we are not able to index<br>
> all contents we need. Here is an example :<br>> - we have got news summary on our homepage (a lit included through an<br>> OpenCmsVfsFile)<br>> - we have got news detail on pages (custom xsd)<br>><br>> The search engine will only return the page and not the homepage<br>
> containing the news summary (OpenCmsVfsFile).<br>><br>> Is there a way to make the search engine index whole content including<br>> the OpenCms** items ?<br>><br>> Thanks<br>><br>> J.<br>><br>
> _______________________________________________<br>> This mail is sent to you from the opencms-dev mailing list<br>> To change your list options, or to unsubscribe from the list, please visit<br>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
><br>> _______________________________________________<br>> This mail is sent to you from the opencms-dev mailing list<br>> To change your list options, or to unsubscribe from the list, please visit<br>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
><br><br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>