[Dev] PyLucene Keyword

darryl developer at csrules.dyndns.org
Tue Jun 8 06:58:10 PDT 2004


Hey,

Can we add the KeyWord field to to the Field class?:


+++ PyLucene.i  2004-06-04 12:51:10.000000000 -0500
@@ -303,12 +303,13 @@
                  class Field : public ::java::lang::Object {
                  public:
                      Field(jstring, jstring, jboolean, jboolean, jboolean);
                      static Field *Text(jstring, jreader);
                      static Field *UnIndexed(jstring, jstring);
                      static Field *UnStored(jstring, jstring);
+                    static Field *Keyword(jstring, jstring);
                  };
                  class Document : public ::java::lang::Object {
                  public:
                      Document();
                      void add(Field *);
                      jstring get(jstring);




-darryl
-- 
http://randomthoughts.vandorp.ca/WK/blog


More information about the Dev mailing list