diff options
author | xue <> | 2007-01-13 22:39:48 +0000 |
---|---|---|
committer | xue <> | 2007-01-13 22:39:48 +0000 |
commit | b2f63869d92ffc5ca1078ae5854e8de4f07a6927 (patch) | |
tree | d7f62b079d59147a7f91ba014e3b2bf5b11d4cdf /buildscripts/index/build.php | |
parent | 31fae3d7bd911b16eac842189d88231b35ded16d (diff) |
updated build script.
Diffstat (limited to 'buildscripts/index/build.php')
-rw-r--r-- | buildscripts/index/build.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/index/build.php b/buildscripts/index/build.php index 9ec0d659..0caaafb2 100644 --- a/buildscripts/index/build.php +++ b/buildscripts/index/build.php @@ -9,7 +9,7 @@ //quickstart source and the index data target directories.
-$quickstart_source = realpath(dirname(__FILE__).'/../texbuilder/pages.php');
+$quickstart_source = realpath(dirname(__FILE__).'/../texbuilder/quickstart/pages.php');
$quickstart_base = realpath(dirname(__FILE__).'/../../demos/quickstart/protected/pages/');
$quickstart_target = realpath(dirname(__FILE__).'/../../demos/quickstart/protected/index/quickstart/');
@@ -46,7 +46,7 @@ if(isset($argv[1])) echo "Found ".count($hits)." for ".$query." in quick start\n";
foreach($hits as $hit)
echo " ".$hit->title."\n";
-
+
$a = new Zend_Search_Lucene($api_target);
$query = $argv[1];
$hits = $a->find(strtolower($query));
|