Tests for indexing a PHP AST with Lucene search engine;
authoraxelcl <axelcl>
Fri, 2 Sep 2005 19:23:53 +0000 (19:23 +0000)
committeraxelcl <axelcl>
Fri, 2 Sep 2005 19:23:53 +0000 (19:23 +0000)
commit3f875130478a30b248b42b7b5178e69c91dbc216
treec61c13e6f48432e30836e55a405df0238208c1d1
parentc756d8f72022d9a668d1e7278f30eaa9d893707f
Tests for indexing a PHP AST with Lucene search engine;
Needs more ideas how to store the meta-information :-)
net.sourceforge.phpeclipse.tests/plugin.xml
net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpdt/core/tests/lucene/LuceneTest.java [new file with mode: 0644]
net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpdt/core/tests/lucene/PHPSearcher.java [new file with mode: 0644]
net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpdt/core/tests/lucene/PHPWriter.java [new file with mode: 0644]
net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/parser/OverlibTestCase.java