R: search engine indexes with information loaded from my DB

"Minella Stefano" <[email protected]> Wed, 11 Mar 2009 08:37:30 +0100
Newsgroups gmane.comp.cms.jahia.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============0453091052==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C9A21C.3C6B1262"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C9A21C.3C6B1262
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Benjamin,
thank you for your answer, it sounds goods for me.
=20
Related to Jahia 6 I did some tests; I had a really good impression and =
we are evaluating the possibility to (make analisys for) use it for our =
products management.
Thank you!
bye
stefano
=20
=20

________________________________

Da: [email protected] [mailto:[email protected]] Per =
conto di Benjamin Papez
Inviato: marted=EC 10 marzo 2009 17.57
A: Here you can discuss and comment current and future developments of =
Jahia
Oggetto: Re: [dev_list] search engine indexes with information loaded =
from my DB


Ciao Stefano,

we are creating one Lucene document per page, one document per container =
(indexing all fields in the container) and one document per file field =
(indexing extracted file content). So in the case where you are =
displaying external data, there should be at least a document for the =
page. You can use the Luke tool to view or query the created index.

If you want to add custom fields to the index, you could perhaps plugin =
an extended implementation of the ContainerSearchIndexProcessValveImpl =
and configure your implementation in the =
containerSearchIndexProcessValve in =
etc/spring/applicationcontext-pipelines.xml.=20

Let me know if you need more help with it.

Bye,
Benjamin

PS: Have you seen that Jahia 6 has been released (demo: =
http://demo.jahia.org/cms). I am currently finishing the first =
integrated faceted search implementation - a feature which would have =
helped you in solving your product tree navigation.

On 10.03.2009 17:20 Minella Stefano wrote:=20

	Hi to all,
	I have a site in Jahia 5 with some pages that use containers, and some =
other pages that load and show data with a simple query from a custom =
external database.
	The internal search engine indexes also the second kind of pages or =
only the pages with the containers?
	Thank you
	bye
	stefano
	=20
=09
________________________________


	_______________________________________________
	dev_list mailing list
	[email protected]
	http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list
	 =20


------_=_NextPart_001_01C9A21C.3C6B1262
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3020" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Hi Benjamin,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>thank you for your answer, it sounds goods for=20
me.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Related to Jahia 6 I did some tests; I had =
a&nbsp;really=20
good impression and we are evaluating the possibility to (make analisys =
for) use=20
it for our products management.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>Thank you!</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>bye</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2>stefano</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D856583207-11032009><FONT =
face=3DArial=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Dit dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>Da:</B> [email protected]=20
[mailto:[email protected]] <B>Per conto di </B>Benjamin=20
Papez<BR><B>Inviato:</B> marted=EC 10 marzo 2009 17.57<BR><B>A:</B> Here =
you can=20
discuss and comment current and future developments of =
Jahia<BR><B>Oggetto:</B>=20
Re: [dev_list] search engine indexes with information loaded from my=20
DB<BR></FONT><BR></DIV>
<DIV></DIV>Ciao Stefano,<BR><BR>we are creating one Lucene document per =
page,=20
one document per container (indexing all fields in the container) and =
one=20
document per file field (indexing extracted file content). So in the =
case where=20
you are displaying external data, there should be at least a document =
for the=20
page. You can use the Luke tool to view or query the created =
index.<BR><BR>If=20
you want to add custom fields to the index, you could perhaps plugin an =
extended=20
implementation of the ContainerSearchIndexProcessValveImpl and configure =
your=20
implementation in the containerSearchIndexProcessValve in=20
etc/spring/applicationcontext-pipelines.xml. <BR><BR>Let me know if you =
need=20
more help with it.<BR><BR>Bye,<BR>Benjamin<BR><BR>PS: Have you seen that =
Jahia 6=20
has been released (demo: <A class=3Dmoz-txt-link-freetext=20
href=3D"http://demo.jahia.org/cms">http://demo.jahia.org/cms</A>). I am =
currently=20
finishing the first integrated faceted search implementation - a feature =
which=20
would have helped you in solving your product tree navigation.<BR><BR>On =

10.03.2009 17:20 Minella Stefano wrote:=20
<BLOCKQUOTE=20
cite=3Dmid:[email protected]=
m=20
type=3D"cite">
  <META content=3D"MSHTML 6.00.2900.3020" name=3DGENERATOR>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial size=3D2>Hi =
to=20
  all,</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial size=3D2>I =
have a site in=20
  Jahia 5 with some pages that use containers, and some other pages that =
load=20
  and show data with a simple query&nbsp;from a custom external=20
  database.</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial size=3D2>The =
internal=20
  search engine indexes also the second kind of pages or only the pages =
with the=20
  containers?</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial =
size=3D2>Thank=20
  you</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial=20
  size=3D2>bye</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009><FONT face=3DArial=20
  size=3D2>stefano</FONT></SPAN></DIV>
  <DIV><SPAN class=3D104401616-10032009></SPAN>&nbsp;</DIV><PRE =
wrap=3D""><HR width=3D"90%" SIZE=3D4>
_______________________________________________
dev_list mailing list
<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:[email protected]">[email protected]</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list">http://=
lists.jahia.org/cgi-bin/mailman/listinfo/dev_list</A>
  </PRE></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C9A21C.3C6B1262--

--===============0453091052==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
dev_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/dev_list

--===============0453091052==--