My app is GPL licensed.
Hmm, although the Xapian binding would need to be GPL, would an app
that uses the binding need to as well?
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
If that fails, contemplate using node-sqlite with sqlite's
full-text-search indexes: http://www.sqlite.org/fts3.html
Those are the two things I'm planning on looking at for a similar situation.
If you're talking about extracting content from word documents, then
I'm not familiar with that aspect of lucene/xapian.
You mentioned that your app is GPL; is the source available somewhere?
"The indexer supplied can index HTML, PHP, PDF, PostScript,
OpenOffice/StarOffice, OpenDocument, Microsoft
Word/Excel/Powerpoint/Works, Word Perfect, AbiWord, RTF, DVI, Perl POD
documentation, CSV, SVG, RPM packages, Debian packages, and plain
text. Adding support for indexing other formats is easy where
conversion filters are available. This indexer works using the filing
system, but we also provide a script to allow the htdig web crawler to
be hooked in, allowing remote sites to be searched using Omega."
Fair enough.