SeedDMS_Lucenepear.php.netFulltext search for SeedDMSSeedDMS is a web based document management system (DMS). This is
the fulltext search engine for it, based on Lucene.Uwe Steinmannsteinmuwe@steinmann.cxyes2018-04-111.1.131.1.13stablestableGPL License
IndexedDocument() remembers cmd and mimetype
4.3.01.5.40.0.10.0.1alphaalpha2009-04-27BSD License2011-11-061.0.11.0.0betabetaGPL License
- New Release
2012-11-061.1.01.1.0betabetaGPL License
use a configurable list of mime type converters, fixed indexing and searching
of special chars like german umlaute.
2012-12-031.1.11.1.1stablestableGPL License
catch exception if index is opened but not available
2013-06-171.1.21.1.1stablestableGPL License
parse query term and catch errors before using it
2013-06-271.1.31.1.1stablestableGPL License
explicitly set encoding to utf-8 when adding fields
do not check if deleting document from index fails, update it in any case
2013-08-131.1.41.1.4stablestableGPL License
class SeedDMS_Lucene_Search::search returns false if query is invalid instead of an empty result record
2014-07-301.1.51.1.5stablestableGPL License
field for original filename is treated as utf-8
declare SeeDMS_Lucene_Indexer::open() static
2015-08-051.1.61.1.6stablestableGPL License
run external commands with a timeout
2016-02-011.1.71.1.7stablestableGPL License
add command for indexing postѕcript files
2016-03-291.1.81.1.7stablestableGPL License
set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
2016-04-281.1.91.1.7stablestableGPL License
pass variables to stream_select() to fullfill strict standards.
make all functions in Indexer.php static
2017-03-011.1.101.1.10stablestableGPL License
catch exception in execWithTimeout()
2017-12-041.1.111.1.11stablestableGPL License
allow conversion commands for mimetypes with wildcards
2018-01-301.1.121.1.12stablestableGPL License
execWithTimeout() reads data from stderr and saves it into error msg