You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(5) |
Dec
|
From: Ted V. <tv...@fi...> - 2007-11-21 11:07:02
|
Hi! With the Lucene MMBase module in the luceneindexdefinition.xml I have the following part: <table name="news"> <field name="name">indexed.text</field> <field name="message">indexed.text</field> <field name="city">indexed.text</field> <related name="blob"> <field type="boolean" name="number">news.blob</field> <field name="title">indexed.text</field> <field name="description">indexed.text</field> <field name="handle" type="binary">indexed.text</field> </related> </table> In the case a keyword is found in the blob's binary field, <lm:search var="results"> gives me "news" as builder. Is there a way to ascertain the actual builder the keyword is found in? Regards, Ted Vinke -- Ted Vinke Software Developer First8 BV / Conclusion Toernooiveld 220 6525 EC Nijmegen t +31 (0)24 348 35 70 f +31 (0)24 348 35 71 in...@fi... http://www.first8.nl |
From: Kees J. <kee...@gm...> - 2007-11-09 16:19:33
|
Hi mmbob is of course not part of the mmapps :P On Nov 9, 2007 3:29 PM, Ted Vinke <tv...@fi...> wrote: > Never mind! :) > > Overlooked the > http://www.mmbase.org/development/download/build_page.jsp?dir=stable/MMBase-1_8_4 > page. > > Regards, > Ted > > > Ted Vinke wrote: > > Hi! > > > > I'm trying to try out MMBob locally. What's the best way to do this? > > > > In MMBox in CVS the README.txt states to copy > > WEB-INF/lib/mmbase-mmbob.jar to my own lib-dir, but I can't find that > > .jar and I'm having troubles building the project. > > > > Can I find mmbase-mmbob.jar somewhere in CVS. Same goes for the > > neccesary mmbase-thememanager.jar and mmbase-multilangaugegui.jar > > > > Regards, > > Ted > > -- > Ted Vinke > Software Developer > First8 BV / Conclusion > > Toernooiveld 220 > 6525 EC Nijmegen > > t +31 (0)24 348 35 70 > f +31 (0)24 348 35 71 > > in...@fi... > http://www.first8.nl > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mmapps-users mailing list > mma...@li... > https://lists.sourceforge.net/lists/listinfo/mmapps-users > |
From: Ted V. <tv...@fi...> - 2007-11-09 14:29:14
|
Never mind! :) Overlooked the http://www.mmbase.org/development/download/build_page.jsp?dir=stable/MMBase-1_8_4 page. Regards, Ted Ted Vinke wrote: > Hi! > > I'm trying to try out MMBob locally. What's the best way to do this? > > In MMBox in CVS the README.txt states to copy > WEB-INF/lib/mmbase-mmbob.jar to my own lib-dir, but I can't find that > .jar and I'm having troubles building the project. > > Can I find mmbase-mmbob.jar somewhere in CVS. Same goes for the > neccesary mmbase-thememanager.jar and mmbase-multilangaugegui.jar > > Regards, > Ted -- Ted Vinke Software Developer First8 BV / Conclusion Toernooiveld 220 6525 EC Nijmegen t +31 (0)24 348 35 70 f +31 (0)24 348 35 71 in...@fi... http://www.first8.nl |
From: Ted V. <tv...@fi...> - 2007-11-09 12:37:09
|
Hi! I'm trying to try out MMBob locally. What's the best way to do this? In MMBox in CVS the README.txt states to copy WEB-INF/lib/mmbase-mmbob.jar to my own lib-dir, but I can't find that .jar and I'm having troubles building the project. Can I find mmbase-mmbob.jar somewhere in CVS. Same goes for the neccesary mmbase-thememanager.jar and mmbase-multilangaugegui.jar Regards, Ted -- Ted Vinke Software Developer First8 BV / Conclusion Toernooiveld 220 6525 EC Nijmegen t +31 (0)24 348 35 70 f +31 (0)24 348 35 71 in...@fi... http://www.first8.nl |
From: Ted V. <tv...@fi...> - 2007-11-07 14:47:21
|
Hi! Does anyone has experience in using the Lucene MMBase module in a MMBase application in cooperation with Lucene used in another application (e.g. one mentioned in http://wiki.apache.org/lucene-java/PoweredBy)? I could use some pointers about possible incompatibillies en configuration problems to look out for if I start to walk down that road and try to integrate an MMBase app with another 3rd party app to have all content of both apps indexable & searchable by Lucene. Anyone with real-world experience who could point out some best-practices or foreseeable hazards? Kind regards, Ted Vinke -- Ted Vinke Software Developer First8 BV / Conclusion Toernooiveld 220 6525 EC Nijmegen t +31 (0)24 348 35 70 f +31 (0)24 348 35 71 in...@fi... http://www.first8.nl |
From: Wouter H. <wh...@xs...> - 2007-10-15 10:57:56
|
Hi Ted, The lucenemodule can extract these file formats automatically out of the box. It uses external libraries for extraction: -pdfbox 0.72, for pdf files see http://www.pdfbox.org/ -poi 2.5.1, for word/excel/powerpoint see http://poi.apache.org/ -tm_extractors 0.4, for word documents see http://www.textmining.org/ Wouter Ted Vinke wrote: > Hi! > > I've downloaded lucenemodule-1.8.0 and got a question > > The Luce FAQ entry at > http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-37523379241b88fd90bcd1de81b74e7ec8843f72 > says we need to parse things ourselves, but I read "Now PDF and Word are > supported" on the Lucene MMBase homepage at > http://mmapps.sourceforge.net/lucenemodule/samples.html. > > Can anybody tell how I can figure out what versions of Word, Excel, > Powerpoint en PDF are supported out of the box and for what of > forementioned formats I need still to write an additional parser? > > Kind regards, > Ted > |
From: Ted V. <tv...@fi...> - 2007-10-15 10:07:19
|
Hi! I've downloaded lucenemodule-1.8.0 and got a question The Luce FAQ entry at http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-37523379241b88fd90bcd1de81b74e7ec8843f72 says we need to parse things ourselves, but I read "Now PDF and Word are supported" on the Lucene MMBase homepage at http://mmapps.sourceforge.net/lucenemodule/samples.html. Can anybody tell how I can figure out what versions of Word, Excel, Powerpoint en PDF are supported out of the box and for what of forementioned formats I need still to write an additional parser? Kind regards, Ted -- Ted Vinke Software Developer First8 BV / Conclusion Toernooiveld 220 6525 EC Nijmegen t +31 (0)24 348 35 70 f +31 (0)24 348 35 71 in...@fi... http://www.first8.nl |
From: Kees J. <ke...@dd...> - 2005-01-30 08:57:36
|
0 |
From: Henk H. <ha...@xs...> - 2004-12-15 10:25:46
|
Hi, I'm setting up the Lucene module (on a Windows system) and i am using MMBase 1.7.2 (clean install): <?xml version="1.0"?> <!DOCTYPE module PUBLIC "//MMBase - module//" "http://www.mmbase.org/dtd/module.dtd"> <module> <status>active</status> <classfile>net.sf.mmapps.modules.lucenesearch.LuceneModule</classfile> <properties> <property name="interval">1800</property> <property name="index">c:/data/test/lucene/ExampleIndex</property> <property name="configfile">luceneindexdefinition.xml</property> </properties> </module> The directory c:/data/test/lucene/ExampleIndex exists. The mmbase.log says: 2004-12-15 11:12:21,483 INFO org.mmbase.module.Module info.66 - Starting module lucenemodule 2004-12-15 11:12:21,843 INFO mmapps.modules.lucenesearch.SearchIndex addTable.83 - TABLE: news 2004-12-15 11:12:21,843 INFO mmapps.modules.lucenesearch.SearchConfig addIndex.75 - INDEX: ExampleIndex 2004-12-15 11:12:32,061 INFO mmapps.modules.lucenesearch.LuceneModule startIndexing.126 - LuceneModule start indexing 2004-12-15 11:12:32,952 INFO mmapps.modules.lucenesearch.SearchIndex collectAll.56 - 5 indexed documents in ExampleIndex So far, so good. However no segments file is created in c:/data/test/lucene/ExampleIndex. Of course searchresults.jsp?query=a complains like: C:\data\test\lucene\ExampleIndex\segments (The system cannot find the file specified) QUESTION: Where can I check what happens with the index and why it is not written to file? Kind regards, Henk. P.s. You can download the ROOT with MMBase 1.7.2 + Lucene from http://www.mmatch.nl/download/testLucene.zip T. +31-(0)6-29054903 E. ha...@xs... I. http://www.mmatch.nl |
From: <ke...@dd...> - 2004-10-16 17:10:06
|
Hi I have updated the cvs to make the building easyer. every mmapp now has it's onw module that should be checkout separately so If you want to start working on a mmapp checkout the corresponding module so basicaly read http://mmapps.sourceforge.net/lucenemodule/cvs-usage.html only the module is not called mmapps/lucenemodule but simply lucenemodule the reason for the change is that modules used to extend ../mmapps-project.xml and therefore after downloading where not compiling. every module now has the shared mmapps-base subdirectory. Also I made some changes to mmapps-base/maven.xml so that distributions now can be created with maven dist I have uploaded an new version of lucene module (generated by the maven dist goal) to the sourceforge server and added a link in the site documentation The last added module is called commons-mmbaselogging is allows to use the standard commons-logging (from jakarta) as default logging mechanism. the added value is that when an application runs in mmbase the same code can use the mmbase-logging. greetings |
From: Henk H. <ha...@xs...> - 2004-08-13 10:21:13
|
confirm 383725 |