You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/11/13 23:58:42 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search cmfs-luceneDoc.xconf lucene-cmfsMatrix.xconf

michi       2003/11/13 14:58:42

  Added:       src/webapp/lenya/pubs/oscom/config/search
                        cmfs-luceneDoc.xconf lucene-cmfsMatrix.xconf
  Log:
  Config of configurable indexer added
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search/cmfs-luceneDoc.xconf
  
  Index: cmfs-luceneDoc.xconf
  ===================================================================
  <?xml version="1.0"?>
  
  <luc:document xmlns:luc="http://www.wyona.org/2003/lucene">
  <!--
    <luc:variable name="" value=""/>
  -->
    <luc:field name="title" type="Text" xpath="/system/system_name"/>
    <luc:field name="contents" type="Text" xpath="/system/description"/>
  <!--
    <luc:field name="name" type="Text" xpath="/system/system_name"/>
    <luc:field name="descr" type="UnStored" xpath="/system/description"/>
    <luc:field name="fulltext" type="UnStored" xpath="/system"/>
  -->
  <!--
    <luc:field name="plang" type="Text" xpath="/system/programming-language"/>
  -->
  </luc:document>
  
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search/lucene-cmfsMatrix.xconf
  
  Index: lucene-cmfsMatrix.xconf
  ===================================================================
  <?xml version="1.0"?>
  
  <lucene>
    <update-index type="new"/>
  <!--
    <update-index type="incremental"/>
  -->
  
    <index-dir src="../../work/search/lucene/index/index-cmfsMatrix"/>
    <htdocs-dump-dir src="../../content/authoring/matrix"/>
  
    <indexer class="org.apache.lenya.lucene.index.ConfigurableIndexer">
      <configuration src="mfs-luceneDoc.xconf"/>
    </indexer>
  </lucene>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org


Re: cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search cmfs-luceneDoc.xconf lucene-cmfsMatrix.xconf

Posted by Michael Wechner <mi...@wyona.com>.
Gregor J. Rothfuss wrote:

> michi@apache.org wrote:
> 
>>   <luc:document xmlns:luc="http://www.wyona.org/2003/lucene">
> 
> 
> please use a namespace from 
> http://wiki.cocoondev.org/Wiki.jsp?page=LenyaNamespaces
> 

thanks for the pointer. I have fixed it and added to the Wiki

Michi


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/config/search cmfs-luceneDoc.xconf lucene-cmfsMatrix.xconf

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
michi@apache.org wrote:

>   <luc:document xmlns:luc="http://www.wyona.org/2003/lucene">

please use a namespace from 
http://wiki.cocoondev.org/Wiki.jsp?page=LenyaNamespaces

-- 
Gregor J. Rothfuss
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://wyona.com                   http://cocoon.apache.org/lenya
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org