Changeset 45945

Show
Ignore:
Timestamp:
05/26/06 15:49:56 (2 years ago)
Author:
atchertchian
Message:

more doc + clean white spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NXLucene/trunk/INSTALL.txt

    r45697 r45945  
    2626  - Python-2.4.x_ installed. 
    2727 
    28   - PyLucene_ == 1.9.1.  
     28  - PyLucene_ == 1.9.1. 
    2929 
    3030  - ZopeInterface_ >= 3.0.1. This depends of the Twisted_ requirements. 
     
    162162 - Recompile a PyLucene_ version from source your system can support 
    163163   with UCS2 support. (Ubuntu users you will have to do that) 
    164   
     164 
    165165 - Install a second Python for your own programs and leave the system 
    166166   Python alone. 
     
    185185  ImportError: No module named web 
    186186 
     187 
     188Lucene store directory 
     189---------------------- 
     190 
     191DO NOT create the store directory yourself, let NXLucene do it, just make 
     192sure the user lauching the process has enough rights to do so. 
     193 
     194In case the directory exists but is empty, the server will fail and show 
     195logs like:: 
     196 
     197  LuceneServer - INFO - Request <PyLucene.BooleanQuery; proxy of C++ 
     198  org::apache::lucene::search::BooleanQuery instance at <PyCObject object at 
     199  0xb6106b18>> failed... 
     200 
     201 
    187202.. Emacs 
    188203.. Local Variables: 
  • NXLucene/trunk/README.txt

    r45696 r45945  
    3838.. _Python: http://www.python.org/ 
    3939.. _Lucene: http://lucene.apache.org/ 
    40 .. _ZopeInterface: http://zope.org/Products/ZopeInterface   
     40.. _ZopeInterface: http://zope.org/Products/ZopeInterface 
    4141.. _Twisted: http://twistedmatrix.com/projects/core/ 
    4242 
  • NXLucene/trunk/etc/nxlucene.conf

    r36284 r45945  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<nxlucene_conf xmlns="http://namespaces.nuxeo.org/nxlucene"> 
    3   <!-- The indexes will be stored within the 'var' subdir of this instance -->   
     3  <!-- 
     4    The store directory can be absolute or relative to the NXLucene instance. 
     5    In the given example, indexes will be stored within the 'var' 
     6    subdirectory of the instance. 
     7    DO NOT CREATE THE DIRECTORY YOURSELF, let NXLucene do it, just make sure 
     8    that the user launching the process has enough rights to do so. 
     9   --> 
    410  <store_dir> 
    511    var/lucene-store 
     
    2329    </service> 
    2430  </nxlucened> 
    25    
     31 
    2632  <logs> 
    2733    <level>DEBUG</level>