<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" ><channel rdf:about="http://chandlerproject.org/PyLucene">
<title>OSAF's PyLucene web</title>
  <link>http://chandlerproject.org/PyLucene</link>
  <description>The PyLucene web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
<image rdf:resource="http://chandlerproject.org/pub/Main/OsafSkin/osaf-logo-short.png" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright 2008 by contributing authors</dc:rights>
  <dc:publisher>OSAF wikimaster [wikimaster@osafoundation.org]</dc:publisher>
  <dc:creator>The contributing authors of OSAF</dc:creator>
  <dc:source>OSAF</dc:source>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/ProjectsUsingPyLucene" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/ThreadingInPyLucene" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/ApacheAndPyLucene" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/WebHome" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/UsefulLuceneTools" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/WebNotify" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsExtendingLuceneClasses" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsPythonExtensions" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsExposedJavaRuntimeClasses" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocs" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsJavaAPIDifferences" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsExceptionHandling" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsThreadingSupport" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/APIDocsSamples" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/Paper" />
      <rdf:li rdf:resource="http://chandlerproject.org/PyLucene/WebPreferences" />
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="http://chandlerproject.org/pub/Main/OsafSkin/osaf-logo-short.png">
  <title>Open Source Applications <span class="twikiNewLink">PyLucene<sup>?</sup></span></title>
  <link>http://chandlerproject.org/PyLucene</link>
  <url>http://chandlerproject.org/pub/Main/OsafSkin/osaf-logo-short.png</url>
</image>
<item rdf:about="http://chandlerproject.org/PyLucene/ProjectsUsingPyLucene">
  <title>ProjectsUsingPyLucene</title>
  <link>http://chandlerproject.org/PyLucene/ProjectsUsingPyLucene</link>
  <description>Biomed Search is the largest biomedical image search engine with over 1 million image text captions indexed. Grassyknoll is a lightweight full text search web ... (last changed by AlexK)</description>
  <dc:date>2008-01-12T23:02:54Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.AlexK">
      <rdf:value>AlexK</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/ThreadingInPyLucene">
  <title>ThreadingInPyLucene</title>
  <link>http://chandlerproject.org/PyLucene/ThreadingInPyLucene</link>
  <description>When using PyLucene in your application all threads must be created as instances of PyLucene.PythonThread . These behave exactly like Python's normal threading ... (last changed by PeterFein)</description>
  <dc:date>2007-05-10T06:43:00Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.PeterFein">
      <rdf:value>PeterFein</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/ApacheAndPyLucene">
  <title>ApacheAndPyLucene</title>
  <link>http://chandlerproject.org/PyLucene/ApacheAndPyLucene</link>
  <description>Do not attempt to execute any PyLucene code underneath Apache/mod python. See also ThreadingInPyLucene and the discussion of the underlying GCC bug (fixed in GCC ... (last changed by VaclavSlavik)</description>
  <dc:date>2007-04-10T09:26:12Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.VaclavSlavik">
      <rdf:value>VaclavSlavik</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/WebHome">
  <title>WebHome</title>
  <link>http://chandlerproject.org/PyLucene/WebHome</link>
  <description>PyLucene is a GCJ compiled version of Java Lucene integrated with Python. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python ... (last changed by OferNave)</description>
  <dc:date>2007-04-01T20:54:29Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/UsefulLuceneTools">
  <title>UsefulLuceneTools</title>
  <link>http://chandlerproject.org/PyLucene/UsefulLuceneTools</link>
  <description>Plush is PyLUcene SHell to play with a Lucene indexes interactively. Luke is a Lucene index browser written in Java with a pretty UI. PeterFein 30 Mar 2007 ... (last changed by PeterFein)</description>
  <dc:date>2007-03-30T14:11:35Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.PeterFein">
      <rdf:value>PeterFein</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/WebNotify">
  <title>WebNotify</title>
  <link>http://chandlerproject.org/PyLucene/WebNotify</link>
  <description>TWikiGuest example@your.company .WebChangesAlert, ., .TWikiRegistration (last changed by OferNave)</description>
  <dc:date>2007-03-30T09:02:24Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsExtendingLuceneClasses">
  <title>APIDocsExtendingLuceneClasses</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsExtendingLuceneClasses</link>
  <description>Extending Lucene Classes Many areas of the Lucene API expect the programmer to provide their own implementation or specialization of a feature where the default ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:52:50Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsPythonExtensions">
  <title>APIDocsPythonExtensions</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsPythonExtensions</link>
  <description>Pythonic Extensions to the Java API Java is a very verbose language. Python, on the other hand, offers many syntactically attractive constructs for iteration, property ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:51:57Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsExposedJavaRuntimeClasses">
  <title>APIDocsExposedJavaRuntimeClasses</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsExposedJavaRuntimeClasses</link>
  <description>Exposed Java Runtime Classes To help with debugging and to support some Lucene APIs, PyLucene also exposes some Java runtime APIs. As with the Java Lucene APIs ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:40:19Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocs">
  <title>APIDocs</title>
  <link>http://chandlerproject.org/PyLucene/APIDocs</link>
  <description>API Documentation !PyLucene is currently built against Java Lucene 2.0. It intends to supports the entire Lucene API, except for the !RemoteSearchable class. Contributed ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:31:19Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsJavaAPIDifferences">
  <title>APIDocsJavaAPIDifferences</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsJavaAPIDifferences</link>
  <description>Java API Differences The PyLucene API exposes all Java Lucene classes in a flat namespace in the PyLucene module. For example, the Java import statement ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:29:59Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsExceptionHandling">
  <title>APIDocsExceptionHandling</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsExceptionHandling</link>
  <description>Exception Handling Java exceptions are caught at the language barrier and reported to Python by raising a !PyLucene.JavaError instance whose args tuple contains the ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:22:22Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsThreadingSupport">
  <title>APIDocsThreadingSupport</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsThreadingSupport</link>
  <description>Threading Support The garbage collector implemented by the Java runtime support in libgcj insists on having full control over the creation of threads used by it. At ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:21:37Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/APIDocsSamples">
  <title>APIDocsSamples</title>
  <link>http://chandlerproject.org/PyLucene/APIDocsSamples</link>
  <description>Samples The best way to learn !PyLucene is to look at the many samples included with the !PyLucene source release or on the web at http://svn.osafoundation.org ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:20:57Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/Paper">
  <title>Paper</title>
  <link>http://chandlerproject.org/PyLucene/Paper</link>
  <description>Note: This paper was given at !PyCON 2005 and !EuroPython 2005. It contains a lot of information that is not yet duplicated elsewhere on the wiki, but is not kept ... (last changed by OferNave)</description>
  <dc:date>2007-03-30T05:19:01Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.OferNave">
      <rdf:value>OferNave</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://chandlerproject.org/PyLucene/WebPreferences">
  <title>WebPreferences</title>
  <link>http://chandlerproject.org/PyLucene/WebPreferences</link>
  <description>PyLucene Web Preferences The following settings are web preferences of the PyLucene web. These preferences overwrite the site level preferences in and , ... (last changed by JaredRhine)</description>
  <dc:date>2007-03-29T21:34:42Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://chandlerproject.org?topic=Main.JaredRhine">
      <rdf:value>JaredRhine</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<!-- <ul>
<li> Set SKIN = rss
</li></ul> 
--></rdf:RDF>